Commit f82171a7 authored by María's avatar María
Browse files

Remove s4inma:consistsOfBatch and s4inma:consistsOfItem and replace their use...

Remove s4inma:consistsOfBatch and s4inma:consistsOfItem and replace their use with saref:consistsOf. Closes #12
parent c61c24c7
Loading
Loading
Loading
Loading
Loading
+2 −14
Original line number Original line Diff line number Diff line
@@ -113,18 +113,6 @@ s4inma:belongsToCategory rdf:type owl:ObjectProperty ;
                         rdfs:label "belongs to category"@en .
                         rdfs:label "belongs to category"@en .




###  https://saref.etsi.org/saref4inma/consistsOfBatch
s4inma:consistsOfBatch rdf:type owl:ObjectProperty ;
                       rdfs:comment "A relation to express that a batch can recursively consists of other batches" ;
                       rdfs:label "consists of batch"@en .


###  https://saref.etsi.org/saref4inma/consistsOfItem
s4inma:consistsOfItem rdf:type owl:ObjectProperty ;
                      rdfs:comment "A relation to express that an item can recursively consists of other Items" ;
                      rdfs:label "consists of item"@en .


###  https://saref.etsi.org/saref4inma/creates
###  https://saref.etsi.org/saref4inma/creates
s4inma:creates rdf:type owl:ObjectProperty ;
s4inma:creates rdf:type owl:ObjectProperty ;
               owl:inverseOf s4inma:isCreatedIn ;
               owl:inverseOf s4inma:isCreatedIn ;
@@ -355,7 +343,7 @@ s4inma:Batch rdf:type owl:Class ;
             rdfs:subClassOf owl:Thing ,
             rdfs:subClassOf owl:Thing ,
                             saref:FeatureOfInterest ,
                             saref:FeatureOfInterest ,
                             [ rdf:type owl:Restriction ;
                             [ rdf:type owl:Restriction ;
                               owl:onProperty s4inma:consistsOfBatch ;
                               owl:onProperty saref:consistsOf ;
                               owl:allValuesFrom s4inma:Batch
                               owl:allValuesFrom s4inma:Batch
                             ] ,
                             ] ,
                             [ rdf:type owl:Restriction ;
                             [ rdf:type owl:Restriction ;
@@ -436,7 +424,7 @@ s4inma:Item rdf:type owl:Class ;
                              owl:someValuesFrom s4inma:ID
                              owl:someValuesFrom s4inma:ID
                            ] ,
                            ] ,
                            [ rdf:type owl:Restriction ;
                            [ rdf:type owl:Restriction ;
                              owl:onProperty s4inma:consistsOfItem ;
                              owl:onProperty saref:consistsOf ;
                              owl:allValuesFrom s4inma:Item
                              owl:allValuesFrom s4inma:Item
                            ] ,
                            ] ,
                            [ rdf:type owl:Restriction ;
                            [ rdf:type owl:Restriction ;