Definition of s4dmgt:representsDevice
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
A relationship between a Client and the Device whose DM functions the Client exposes to DM servers.
Description as an Object Property
- has domain
- s4dmgt:Client
- has range
- s4dmgt:ManageableDevice
- is inverse of
- s4dmgt:isRepresentedBy
Turtle
@prefix dcterms: <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 s4dmgt: <https://saref.etsi.org/saref4dmgt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4dmgt:isRepresentedBy owl:inverseOf s4dmgt:representsDevice .
<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> dcterms:references s4dmgt:representsDevice .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:representsDevice ;
dcterms:subject s4dmgt:representsDevice .
s4dmgt:representsDevice a owl:ObjectProperty ;
rdfs:label "represents device"@en ;
dcterms:isReferencedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/>,
<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> ;
rdfs:comment "A relationship between a Client and the Device whose DM functions the Client exposes to DM servers."@en ;
rdfs:domain s4dmgt:Client ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:range s4dmgt:ManageableDevice ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
skos:hiddenLabel "representsDevice" .