Skip to content

Commit 6bba267

Browse files
committed
Merge remote-tracking branch 'origin/main' into manifest
2 parents 1b30185 + b56b79e commit 6bba267

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2517
-570
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.idea/
33
*__pycache__
44
.DS_Store
5+
venv

ontology/documentation/ontology.jsonld

+92-52
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,6 @@
88
"@id" : "http://w3id.org/rml/SubjectMap"
99
} ]
1010
} ]
11-
}, {
12-
"@id" : "_:genid10",
13-
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
14-
"http://www.w3.org/2002/07/owl#unionOf" : [ {
15-
"@list" : [ {
16-
"@id" : "http://w3id.org/rml/BlankNode"
17-
}, {
18-
"@id" : "http://w3id.org/rml/IRI"
19-
}, {
20-
"@id" : "http://w3id.org/rml/Literal"
21-
}, {
22-
"@id" : "http://w3id.org/rml/URI"
23-
}, {
24-
"@id" : "http://w3id.org/rml/UnsafeIRI"
25-
}, {
26-
"@id" : "http://w3id.org/rml/UnsafeURI"
27-
} ]
28-
} ]
2911
}, {
3012
"@id" : "_:genid4",
3113
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
@@ -41,9 +23,17 @@
4123
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
4224
"http://www.w3.org/2002/07/owl#unionOf" : [ {
4325
"@list" : [ {
44-
"@id" : "http://w3id.org/rml/LanguageMap"
26+
"@id" : "http://w3id.org/rml/BlankNode"
27+
}, {
28+
"@id" : "http://w3id.org/rml/IRI"
29+
}, {
30+
"@id" : "http://w3id.org/rml/Literal"
31+
}, {
32+
"@id" : "http://w3id.org/rml/URI"
4533
}, {
46-
"@id" : "http://w3id.org/rml/TermMap"
34+
"@id" : "http://w3id.org/rml/UnsafeIRI"
35+
}, {
36+
"@id" : "http://w3id.org/rml/UnsafeURI"
4737
} ]
4838
} ]
4939
}, {
@@ -85,6 +75,22 @@
8575
}, {
8676
"@id" : "http://purl.org/vocab/vann/preferredNamespaceUri",
8777
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
78+
}, {
79+
"@id" : "http://w3id.org/rml/AbstractLogicalSource",
80+
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
81+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
82+
"@language" : "en",
83+
"@value" : "An iterable that can be associated with a triples map such that a data source can be mapped to RDF triples."
84+
} ],
85+
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
86+
"@id" : "http://w3id.org/rml/core/"
87+
} ],
88+
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
89+
"@value" : "Abstract Logical Source"
90+
} ],
91+
"http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
92+
"@id" : "http://w3id.org/rml/Iterable"
93+
} ]
8894
}, {
8995
"@id" : "http://w3id.org/rml/BlankNode",
9096
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
@@ -172,6 +178,19 @@
172178
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
173179
"@value" : "IRI"
174180
} ]
181+
}, {
182+
"@id" : "http://w3id.org/rml/Iterable",
183+
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
184+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
185+
"@language" : "en",
186+
"@value" : "An abstract construct to describe data access and iteration for a data source."
187+
} ],
188+
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
189+
"@id" : "http://w3id.org/rml/core/"
190+
} ],
191+
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
192+
"@value" : "Iterable"
193+
} ]
175194
}, {
176195
"@id" : "http://w3id.org/rml/Join",
177196
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
@@ -213,12 +232,6 @@
213232
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
214233
"@value" : "Literal"
215234
} ]
216-
}, {
217-
"@id" : "http://w3id.org/rml/LogicalSource",
218-
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
219-
}, {
220-
"@id" : "http://w3id.org/rml/LogicalTarget",
221-
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
222235
}, {
223236
"@id" : "http://w3id.org/rml/ObjectMap",
224237
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
@@ -293,6 +306,19 @@
293306
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
294307
"@value" : "Reference Object Map"
295308
} ]
309+
}, {
310+
"@id" : "http://w3id.org/rml/ReferenceFormulation",
311+
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
312+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
313+
"@language" : "en",
314+
"@value" : "Denotes a Reference Formulation."
315+
} ],
316+
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
317+
"@id" : "http://w3id.org/rml/core/"
318+
} ],
319+
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
320+
"@value" : "Reference Formulation"
321+
} ]
296322
}, {
297323
"@id" : "http://w3id.org/rml/SubjectMap",
298324
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
@@ -594,6 +620,25 @@
594620
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
595621
"@id" : "http://w3id.org/rml/GraphMap"
596622
} ]
623+
}, {
624+
"@id" : "http://w3id.org/rml/iterator",
625+
"@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
626+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
627+
"@language" : "en",
628+
"@value" : "An expression qualified according to the reference formulation that defines a sequence of logical iterations on the data source."
629+
} ],
630+
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
631+
"@id" : "http://w3id.org/rml/Iterable"
632+
} ],
633+
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
634+
"@id" : "http://w3id.org/rml/core/"
635+
} ],
636+
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
637+
"@value" : "iterator"
638+
} ],
639+
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
640+
"@id" : "http://www.w3.org/2001/XMLSchema#string"
641+
} ]
597642
}, {
598643
"@id" : "http://w3id.org/rml/joinCondition",
599644
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
@@ -665,25 +710,7 @@
665710
"@value" : "logical source"
666711
} ],
667712
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
668-
"@id" : "http://w3id.org/rml/LogicalSource"
669-
} ]
670-
}, {
671-
"@id" : "http://w3id.org/rml/logicalTarget",
672-
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
673-
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
674-
"@value" : "Represents the logical target to where triples are exported to."
675-
} ],
676-
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
677-
"@id" : "_:genid7"
678-
} ],
679-
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
680-
"@id" : "http://w3id.org/rml/core/"
681-
} ],
682-
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
683-
"@value" : "logical target"
684-
} ],
685-
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
686-
"@id" : "http://w3id.org/rml/LogicalTarget"
713+
"@id" : "http://w3id.org/rml/AbstractLogicalSource"
687714
} ]
688715
}, {
689716
"@id" : "http://w3id.org/rml/object",
@@ -700,9 +727,6 @@
700727
} ],
701728
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
702729
"@value" : "object"
703-
} ],
704-
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
705-
"@id" : "http://www.w3.org/2000/01/rdf-schema#Resource"
706730
} ]
707731
}, {
708732
"@id" : "http://w3id.org/rml/objectMap",
@@ -849,6 +873,25 @@
849873
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
850874
"@id" : "http://www.w3.org/2001/XMLSchema#string"
851875
} ]
876+
}, {
877+
"@id" : "http://w3id.org/rml/referenceFormulation",
878+
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
879+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
880+
"@language" : "en",
881+
"@value" : "The reference formulation used to refer to extracts of the source data. "
882+
} ],
883+
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
884+
"@id" : "http://w3id.org/rml/Iterable"
885+
} ],
886+
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
887+
"@id" : "http://w3id.org/rml/core/"
888+
} ],
889+
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
890+
"@value" : "reference formulation"
891+
} ],
892+
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
893+
"@id" : "http://w3id.org/rml/ReferenceFormulation"
894+
} ]
852895
}, {
853896
"@id" : "http://w3id.org/rml/subject",
854897
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
@@ -920,17 +963,14 @@
920963
"@value" : "term type"
921964
} ],
922965
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
923-
"@id" : "_:genid10"
966+
"@id" : "_:genid7"
924967
} ]
925968
}, {
926969
"@id" : "http://www.linkedmodel.org/schema/vaem#acronym",
927970
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
928971
}, {
929972
"@id" : "http://www.w3.org/2000/01/rdf-schema#Class",
930973
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
931-
}, {
932-
"@id" : "http://www.w3.org/2000/01/rdf-schema#Resource",
933-
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
934974
}, {
935975
"@id" : "http://xmlns.com/foaf/0.1/name",
936976
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]

0 commit comments

Comments
 (0)