s4dmgt:isRepresentedBy — is represented by

IRI
https://saref.etsi.org/saref4dmgt/isRepresentedBy
Is defined by
https://saref.etsi.org/saref4dmgt/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4dmgt/v1.1.1/
https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#
Download serialization
License

Definition of s4dmgt:isRepresentedBy

Defined in https://saref.etsi.org/saref4dmgt/v1.1.1/ as:

A relationship between a Manageable Device and one of the Clients that expose its DM functions to DM servers.

Description as an Object Property

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#> .

<https://saref.etsi.org/saref4dmgt/v1.1.1/example/base-pattern#> dcterms:references s4dmgt:isRepresentedBy .

s4dmgt:isRepresentedBy a owl:ObjectProperty ;
    rdfs:label "is represented by"@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 Manageable Device and one of the Clients that expose its DM functions to DM servers."@en ;
    rdfs:domain s4dmgt:ManageableDevice ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    rdfs:range s4dmgt:Client ;
    rdfs:seeAlso <https://saref.etsi.org/saref4dmgt/v1.1.1/> ;
    owl:inverseOf s4dmgt:representsDevice ;
    skos:hiddenLabel "isRepresentedBy" .

<https://saref.etsi.org/saref4dmgt/v1.1.1/> dcterms:references s4dmgt:isRepresentedBy ;
    dcterms:subject s4dmgt:isRepresentedBy .