Definition of s4dmgt:ManageableDevice
Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:
A tangible object that has at least one Device Management Function. This class extends the saref:Device class, it is a Feature of Interest by definition.
Description as a Class
- has super-classes
- saref:Device
- is in domain of
- s4dmgt:isRepresentedBy
- is in range of
- s4dmgt:representsDevice
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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4dmgt:isRepresentedBy rdfs:domain s4dmgt:ManageableDevice .
s4dmgt:representsDevice rdfs:range s4dmgt:ManageableDevice .
<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> dcterms:references s4dmgt:ManageableDevice .
<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:ManageableDevice ;
dcterms:subject s4dmgt:ManageableDevice .
s4dmgt:ManageableDevice a owl:Class ;
rdfs:label "Manageable 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 tangible object that has at least one Device Management Function.
This class extends the saref:Device class, it is a Feature of Interest by definition."""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
rdfs:subClassOf saref:Device ;
skos:hiddenLabel "ManageableDevice" .