Skip to content

Commit a4eb36d

Browse files
committed
Merge remote-tracking branch 'origin/main' into test_cases
2 parents 153c3f3 + 4c6d4d9 commit a4eb36d

File tree

11 files changed

+881
-32
lines changed

11 files changed

+881
-32
lines changed

ontology/documentation/ontology.jsonld

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,7 @@
321321
"@value" : "http://w3id.org/rml/"
322322
} ],
323323
"http://www.w3.org/2002/07/owl#imports" : [ {
324-
"@id" : "https://kg-construct.github.io/rml-core/ontology/documentation/ontology.ttl"
325-
}, {
326-
"@id" : "https://kg-construct.github.io/rml-io/ontology/documentation/ontology.ttl"
324+
"@id" : "http://w3id.org/rml/core/"
327325
} ],
328326
"http://www.w3.org/2002/07/owl#versionIRI" : [ {
329327
"@id" : "http://w3id.org/rml/lv/"
@@ -338,7 +336,7 @@
338336
"@id" : "http://w3id.org/rml/onFields",
339337
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
340338
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
341-
"@value" : "\r\n The property onFields specifies the fields in LogicalView that are involved by the structural annotation.\r\n The semantics of this involvement depends on the specific annotation.\r\n "
339+
"@value" : "\n The property onFields specifies the fields in LogicalView that are involved by the structural annotation.\n The semantics of this involvement depends on the specific annotation.\n "
342340
} ],
343341
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
344342
"@id" : "http://w3id.org/rml/StructuralAnnotation"
@@ -448,4 +446,4 @@
448446
}, {
449447
"@id" : "http://www.w3.org/ns/shacl#suggestedShapesGraph",
450448
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
451-
} ]
449+
} ]

ontology/documentation/ontology.nt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<http://w3id.org/rml/lv/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
22
<http://w3id.org/rml/lv/> <http://www.w3.org/2002/07/owl#versionIRI> <http://w3id.org/rml/lv/> .
3-
<http://w3id.org/rml/lv/> <http://www.w3.org/2002/07/owl#imports> <https://kg-construct.github.io/rml-core/ontology/documentation/ontology.ttl> .
4-
<http://w3id.org/rml/lv/> <http://www.w3.org/2002/07/owl#imports> <https://kg-construct.github.io/rml-io/ontology/documentation/ontology.ttl> .
3+
<http://w3id.org/rml/lv/> <http://www.w3.org/2002/07/owl#imports> <http://w3id.org/rml/core/> .
54
<http://w3id.org/rml/lv/> <http://purl.org/dc/terms/contributor> "Davide Lanti" .
65
<http://w3id.org/rml/lv/> <http://purl.org/dc/terms/contributor> "Els de Vleeschauwer" .
76
<http://w3id.org/rml/lv/> <http://purl.org/dc/terms/contributor> "Pano Maria" .
@@ -73,7 +72,7 @@ _:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/20
7372
<http://w3id.org/rml/onFields> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
7473
<http://w3id.org/rml/onFields> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/StructuralAnnotation> .
7574
<http://w3id.org/rml/onFields> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
76-
<http://w3id.org/rml/onFields> <http://www.w3.org/2000/01/rdf-schema#comment> "\r\n The property onFields specifies the fields in LogicalView that are involved by the structural annotation.\r\n The semantics of this involvement depends on the specific annotation.\r\n " .
75+
<http://w3id.org/rml/onFields> <http://www.w3.org/2000/01/rdf-schema#comment> "\n The property onFields specifies the fields in LogicalView that are involved by the structural annotation.\n The semantics of this involvement depends on the specific annotation.\n " .
7776
<http://w3id.org/rml/onFields> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/lv/> .
7877
<http://w3id.org/rml/onFields> <http://www.w3.org/2000/01/rdf-schema#label> "on fields" .
7978
#

ontology/documentation/ontology.owl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
<?xml version="1.0"?>
22
<rdf:RDF xmlns="http://w3id.org/rml/lv/"
33
xml:base="http://w3id.org/rml/lv/"
4-
xmlns:ns="http://creativecommons.org/ns#"
54
xmlns:owl="http://www.w3.org/2002/07/owl#"
65
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7-
xmlns:rml="http://w3id.org/rml/"
86
xmlns:xml="http://www.w3.org/XML/1998/namespace"
97
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
108
xmlns:bibo="http://purl.org/ontology/bibo/"
11-
xmlns:foaf="http://xmlns.com/foaf/0.1/"
129
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
13-
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
1410
xmlns:vann="http://purl.org/vocab/vann/"
1511
xmlns:shacl="http://www.w3.org/ns/shacl#"
1612
xmlns:terms="http://purl.org/dc/terms/">
1713
<owl:Ontology rdf:about="http://w3id.org/rml/lv/">
1814
<owl:versionIRI rdf:resource="http://w3id.org/rml/lv/"/>
19-
<owl:imports rdf:resource="https://kg-construct.github.io/rml-core/ontology/documentation/ontology.ttl"/>
20-
<owl:imports rdf:resource="https://kg-construct.github.io/rml-io/ontology/documentation/ontology.ttl"/>
15+
<owl:imports rdf:resource="http://w3id.org/rml/core/"/>
2116
<terms:contributor>Davide Lanti</terms:contributor>
2217
<terms:contributor>Els de Vleeschauwer</terms:contributor>
2318
<terms:contributor>Pano Maria</terms:contributor>

ontology/documentation/ontology.ttl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
<http://w3id.org/rml/lv/> rdf:type owl:Ontology ;
1010
owl:versionIRI <http://w3id.org/rml/lv/> ;
11-
owl:imports <https://kg-construct.github.io/rml-core/ontology/documentation/ontology.ttl> ,
12-
<https://kg-construct.github.io/rml-io/ontology/documentation/ontology.ttl> ;
11+
owl:imports <http://w3id.org/rml/core/> ;
1312
<http://purl.org/dc/terms/contributor> "Davide Lanti" ,
1413
"Els de Vleeschauwer" ,
1514
"Pano Maria" ;

0 commit comments

Comments
 (0)