Definition of saref:hasVersion
Defined in https://saref.etsi.org/core/v4.1.1/ as:
Links some entity (e.g., a device) to its version.
Definition as a Datatype Property
- has range
- xsd:string
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4envi/v2.1.1/example/example1ENVI#> dct:references saref:hasVersion .
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterMeter#> dct:references saref:hasVersion .
<https://saref.etsi.org/saref4watr/v2.1.1/> dct:references saref:hasVersion .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasVersion ;
dct:subject saref:hasVersion .
saref:hasVersion a owl:DatatypeProperty ;
rdfs:label "has version"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4envi/v2.1.1/example/example1ENVI#>,
<https://saref.etsi.org/saref4watr/v2.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterMeter#> ;
rdfs:comment "Links some entity (e.g., a device) to its version."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range xsd:string ;
rdfs:seeAlso <https://labs.etsi.org/rep/saref/saref-core/-/issues/53>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4envi/v2.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
skos:hiddenLabel "hasVersion" .