From c985ea0429a76dc48797b1a7616b42b416e3ae9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=CC=81a?= Date: Mon, 17 Jun 2024 09:04:39 +0200 Subject: [PATCH] Removed s4inma:hasVersion and replaced by saref:hasVersion. Closes #11 --- ontology/saref4inma.ttl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ontology/saref4inma.ttl b/ontology/saref4inma.ttl index 68ebae4..7c963d4 100644 --- a/ontology/saref4inma.ttl +++ b/ontology/saref4inma.ttl @@ -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 ] ; -- GitLab