saref:represents — represents

IRI
https://saref.etsi.org/core/represents
Is defined by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.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/core/v3.2.1/example/services#
https://saref.etsi.org/core/v4.1.1/
https://saref.etsi.org/core/v4.1.1/example/services#
https://saref.etsi.org/saref4grid/v1.1.1/
Download serialization
License

Definition of saref:represents

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

A relationship between a service and a function.

Description as an Object Property

has domain
saref:Service
has range
saref:Function

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:SwitchOnService rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:represents ;
            owl:someValuesFrom saref:OnOffFunction ] .

saref:Service rdfs:subClassOf [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass saref:Function ;
            owl:onProperty saref:represents ] .

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

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

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

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

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

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

<https://saref.etsi.org/core/v3.2.1/example/services#> dct:references saref:represents .

<https://saref.etsi.org/core/v4.1.1/example/services#> dct:references saref:represents .

<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references saref:represents .

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

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

<https://saref.etsi.org/core/v4.1.1/> dct:references saref:represents ;
    dct:subject saref:represents .

saref:represents a owl:ObjectProperty ;
    rdfs:label "represents"@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/v3.2.1/example/services#>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/core/v4.1.1/example/services#>,
        <https://saref.etsi.org/saref4grid/v1.1.1/> ;
    rdfs:comment "A relationship between a service and a function."@en ;
    rdfs:domain saref:Service ;
    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:range saref:Function ;
    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/saref4grid/v1.1.1/> ;
    ns1:hiddenLabel "represents" .