saref:hasDescription — has description

IRI
https://saref.etsi.org/core/hasDescription
Is defined by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
Is referenced by
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/saref4agri/v1.1.2/
https://saref.etsi.org/saref4ener/v1.1.2/
https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#
https://saref.etsi.org/saref4envi/v1.1.2/
Download serialization
License

Definition of saref:hasDescription

Defined in https://saref.etsi.org/core/v3.1.1/ as:

A relationship providing a description 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#> .

<https://saref.etsi.org/core/v3.1.1/example/doorswitch#> dct:references saref:hasDescription .

<https://saref.etsi.org/core/v3.1.1/example/energymeter#> dct:references saref:hasDescription .

<https://saref.etsi.org/core/v3.1.1/example/lightswitch#> dct:references saref:hasDescription .

<https://saref.etsi.org/core/v3.1.1/example/smokesensor#> dct:references saref:hasDescription .

<https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#> dct:references saref:hasDescription .

<https://saref.etsi.org/core/v3.1.1/example/washingmachine#> dct:references saref:hasDescription .

<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#> dct:references saref:hasDescription .

<https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#> dct:references saref:hasDescription .

<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references saref:hasDescription .

<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references saref:hasDescription .

<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references saref:hasDescription .

<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references saref:hasDescription .

<https://saref.etsi.org/core/v3.1.1/> dct:references saref:hasDescription ;
    dct:subject saref:hasDescription .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasDescription ;
    dct:subject saref:hasDescription .

saref:hasDescription a owl:DatatypeProperty ;
    rdfs:label "has description"@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/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#>,
        <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/heatingSystemPowerProfile#>,
        <https://saref.etsi.org/saref4envi/v1.1.2/> ;
    rdfs:comment "A relationship providing a description of an entity (e.g., device). The value is expected to be a string or a string with language tag."@en,
        "DEPRECATED: The use of rdfs:comment is recommended instead."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4envi/v1.1.2/> ;
    owl:deprecated true ;
    ns1:hiddenLabel "hasDescription" .