File tree Expand file tree Collapse file tree 11 files changed +881
-32
lines changed Expand file tree Collapse file tree 11 files changed +881
-32
lines changed Original file line number Diff line number Diff line change 321
321
"@value" : "http://w3id.org/rml/"
322
322
} ] ,
323
323
"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/"
327
325
} ] ,
328
326
"http://www.w3.org/2002/07/owl#versionIRI" : [ {
329
327
"@id" : "http://w3id.org/rml/lv/"
338
336
"@id" : "http://w3id.org/rml/onFields" ,
339
337
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ] ,
340
338
"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 "
342
340
} ] ,
343
341
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
344
342
"@id" : "http://w3id.org/rml/StructuralAnnotation"
448
446
} , {
449
447
"@id" : "http://www.w3.org/ns/shacl#suggestedShapesGraph" ,
450
448
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
451
- } ]
449
+ } ]
Original file line number Diff line number Diff line change 1
1
<http://w3id.org/rml/lv/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
2
2
<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/> .
5
4
<http://w3id.org/rml/lv/> <http://purl.org/dc/terms/contributor> "Davide Lanti" .
6
5
<http://w3id.org/rml/lv/> <http://purl.org/dc/terms/contributor> "Els de Vleeschauwer" .
7
6
<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
73
72
<http://w3id.org/rml/onFields> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
74
73
<http://w3id.org/rml/onFields> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/StructuralAnnotation> .
75
74
<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 " .
77
76
<http://w3id.org/rml/onFields> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/lv/> .
78
77
<http://w3id.org/rml/onFields> <http://www.w3.org/2000/01/rdf-schema#label> "on fields" .
79
78
#
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<rdf : RDF xmlns =" http://w3id.org/rml/lv/"
3
3
xml : base =" http://w3id.org/rml/lv/"
4
- xmlns : ns =" http://creativecommons.org/ns#"
5
4
xmlns : owl =" http://www.w3.org/2002/07/owl#"
6
5
xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7
- xmlns : rml =" http://w3id.org/rml/"
8
6
xmlns : xml =" http://www.w3.org/XML/1998/namespace"
9
7
xmlns : xsd =" http://www.w3.org/2001/XMLSchema#"
10
8
xmlns : bibo =" http://purl.org/ontology/bibo/"
11
- xmlns : foaf =" http://xmlns.com/foaf/0.1/"
12
9
xmlns : rdfs =" http://www.w3.org/2000/01/rdf-schema#"
13
- xmlns : vaem =" http://www.linkedmodel.org/schema/vaem#"
14
10
xmlns : vann =" http://purl.org/vocab/vann/"
15
11
xmlns : shacl =" http://www.w3.org/ns/shacl#"
16
12
xmlns : terms =" http://purl.org/dc/terms/" >
17
13
<owl : Ontology rdf : about =" http://w3id.org/rml/lv/" >
18
14
<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/" />
21
16
<terms : contributor >Davide Lanti</terms : contributor >
22
17
<terms : contributor >Els de Vleeschauwer</terms : contributor >
23
18
<terms : contributor >Pano Maria</terms : contributor >
Original file line number Diff line number Diff line change 8
8
9
9
<http://w3id.org/rml/lv/> rdf:type owl:Ontology ;
10
10
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/> ;
13
12
<http://purl.org/dc/terms/contributor> " Davide Lanti" ,
14
13
" Els de Vleeschauwer" ,
15
14
" Pano Maria" ;
You can’t perform that action at this time.
0 commit comments