@@ -134,14 +134,6 @@ foaf:name rdf:type owl:AnnotationProperty .
134134 rdfs:comment "The subject value generated for a logical source record will be asserted as an instance of this RDFS class."@en ;
135135 rdfs:isDefinedBy <http: //w3id.org/rml/core/> ;
136136 rdfs:label "class" .
137-
138-
139- ### http://w3id.org/rml/strategy
140- :strategy rdf:type owl:ObjectProperty ;
141- rdfs:range :Strategy ;
142- rdfs:comment "A Strategy element to indicate how to perform an action (e.g. gather for collections and containers, join)."@en ;
143- rdfs:isDefinedBy <http: //w3id.org/rml/core/> ;
144- rdfs:label "strategy" .
145137
146138
147139### http://w3id.org/rml/datatype
@@ -186,14 +178,6 @@ foaf:name rdf:type owl:AnnotationProperty .
186178 rdfs:label "graph map" .
187179
188180
189- ### http://w3id.org/rml/iterator
190- :iterator rdf:type owl:DatatypeProperty ;
191- rdfs:domain :Iterable ;
192- rdfs:isDefinedBy <http: //w3id.org/rml/core/> ;
193- rdfs:comment "An expression qualified according to the reference formulation that defines a sequence of logical iterations on the data source."@en ;
194- rdfs:label "iterator" .
195-
196-
197181### http://w3id.org/rml/joinCondition
198182:joinCondition rdf:type owl:ObjectProperty ;
199183 rdfs:range :Join ;
@@ -289,6 +273,14 @@ foaf:name rdf:type owl:AnnotationProperty .
289273 rdfs:label "reference formulation" .
290274
291275
276+ ### http://w3id.org/rml/strategy
277+ :strategy rdf:type owl:ObjectProperty ;
278+ rdfs:range :Strategy ;
279+ rdfs:comment "A Strategy element to indicate how to perform an action (e.g. gather for collections and containers, join)."@en ;
280+ rdfs:isDefinedBy <http: //w3id.org/rml/core/> ;
281+ rdfs:label "strategy" .
282+
283+
292284### http://w3id.org/rml/subject
293285:subject rdf:type owl:ObjectProperty ;
294286 rdfs:domain :TriplesMap ;
@@ -297,13 +289,6 @@ foaf:name rdf:type owl:AnnotationProperty .
297289 rdfs:label "subject" .
298290
299291
300- ### http://w3id.org/rml/Strategy
301- :Strategy rdf:type owl:Class ;
302- rdfs:comment "Denotes a strategy to perform a action (e.g. gather for collections and containers, joins)."@en ;
303- rdfs:isDefinedBy <http: //w3id.org/rml/core/> ;
304- rdfs:label "Strategy" .
305-
306-
307292### http://w3id.org/rml/subjectMap
308293:subjectMap rdf:type owl:ObjectProperty ;
309294 rdfs:domain :TriplesMap ;
@@ -343,6 +328,14 @@ foaf:name rdf:type owl:AnnotationProperty .
343328 rdfs:label "child" .
344329
345330
331+ ### http://w3id.org/rml/iterator
332+ :iterator rdf:type owl:DatatypeProperty ;
333+ rdfs:domain :Iterable ;
334+ rdfs:comment "An expression qualified according to the reference formulation that defines a sequence of logical iterations on the data source."@en ;
335+ rdfs:isDefinedBy <http: //w3id.org/rml/core/> ;
336+ rdfs:label "iterator" .
337+
338+
346339### http://w3id.org/rml/language
347340:language rdf:type owl:DatatypeProperty ;
348341 rdfs:domain :ObjectMap ;
@@ -464,6 +457,7 @@ foaf:name rdf:type owl:AnnotationProperty .
464457 rdfs:isDefinedBy <http: //w3id.org/rml/core/> ;
465458 rdfs:label "Literal" .
466459
460+
467461### http://w3id.org/rml/ObjectMap
468462:ObjectMap rdf:type owl:Class ;
469463 rdfs:subClassOf :TermMap ;
@@ -509,6 +503,13 @@ foaf:name rdf:type owl:AnnotationProperty .
509503 rdfs:label "Reference Formulation" .
510504
511505
506+ ### http://w3id.org/rml/Strategy
507+ :Strategy rdf:type owl:Class ;
508+ rdfs:comment "Denotes a strategy to perform a action (e.g. gather for collections and containers, joins)."@en ;
509+ rdfs:isDefinedBy <http: //w3id.org/rml/core/> ;
510+ rdfs:label "Strategy" .
511+
512+
512513### http://w3id.org/rml/SubjectMap
513514:SubjectMap rdf:type owl:Class ;
514515 rdfs:subClassOf :TermMap ;
@@ -553,4 +554,17 @@ foaf:name rdf:type owl:AnnotationProperty .
553554 rdfs:label "Unsafe URI" .
554555
555556
556- ### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi
557+ ### http://www.w3.org/2000/01/rdf-schema#Class
558+ rdfs:Class rdf:type owl:Class .
559+
560+
561+ #################################################################
562+ # Individuals
563+ #################################################################
564+
565+ ### http://w3id.org/rml/core/defaultGraph
566+ :defaultGraph rdf:type owl:NamedIndividual ;
567+ rdfs:comment "Denotes a default graph" .
568+
569+
570+ ### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi
0 commit comments