Definition of saref:hasModel
Defined in https://saref.etsi.org/core/v3.1.1/ as:
A relationship identifying the model of an entity (e.g., device). The value is expected to be a string or a string with language tag.
Definition as a Datatype Property
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
saref:Device rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty saref:hasModel ] .
<https://saref.etsi.org/core/v3.1.1/example/doorswitch#> dct:references saref:hasModel .
<https://saref.etsi.org/core/v3.1.1/example/energymeter#> dct:references saref:hasModel .
<https://saref.etsi.org/core/v3.1.1/example/lightswitch#> dct:references saref:hasModel .
<https://saref.etsi.org/core/v3.1.1/example/smokesensor#> dct:references saref:hasModel .
<https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#> dct:references saref:hasModel .
<https://saref.etsi.org/core/v3.1.1/example/washingmachine#> dct:references saref:hasModel .
<https://saref.etsi.org/saref4bldg/v2.1.1/example/example1BLDG#> dct:references saref:hasModel .
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#> dct:references saref:hasModel .
<https://saref.etsi.org/saref4watr/v1.1.1/example/WaterMeter#> dct:references saref:hasModel .
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterMeter#> dct:references saref:hasModel .
<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references saref:hasModel .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references saref:hasModel .
<https://saref.etsi.org/core/v3.1.1/> dct:references saref:hasModel ;
dct:subject saref:hasModel .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasModel ;
dct:subject saref:hasModel .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasModel ;
dct:subject saref:hasModel .
saref:hasModel a owl:DatatypeProperty ;
rdfs:label "has model"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.1.1/example/doorswitch#>,
<https://saref.etsi.org/core/v3.1.1/example/energymeter#>,
<https://saref.etsi.org/core/v3.1.1/example/lightswitch#>,
<https://saref.etsi.org/core/v3.1.1/example/smokesensor#>,
<https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#>,
<https://saref.etsi.org/core/v3.1.1/example/washingmachine#>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4agri/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/example/example1BLDG#>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#>,
<https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v1.1.1/example/WaterMeter#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterMeter#> ;
rdfs:comment "A relationship identifying the model of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4agri/v1.1.2/>,
<https://saref.etsi.org/saref4bldg/v2.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/>,
<https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
ns1:hiddenLabel "hasModel" .