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

Removed s4inma:hasVersion and replaced by saref:hasVersion. Closes #11

parent f82171a7
Loading
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -296,12 +296,6 @@ s4inma:hasUUIDValue rdf:type owl:DatatypeProperty ;
                    rdfs:label "has UUID value"@en .


###  https://saref.etsi.org/saref4inma/hasVersion
s4inma:hasVersion rdf:type owl:DatatypeProperty ;
                  rdfs:comment "An item has a certain revision or version number, whereas a higher number indicates a newer version." ;
                  rdfs:label "has version"@en .


#################################################################
#    Classes
#################################################################
@@ -496,7 +490,7 @@ s4inma:ItemCategory rdf:type owl:Class ;
                                      owl:onDataRange xsd:string
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty s4inma:hasVersion ;
                                      owl:onProperty saref:hasVersion ;
                                      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                      owl:onDataRange xsd:string
                                    ] ;