Definition of saref:isFunctionOf
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a function to the feature kind or device it is a function of.
Description as an Object Property
- has domain
- saref:Function
- has range
- saref:FeatureKind or saref:FeatureOfInterest
- is inverse of
-
saref:hasFunction
saref:hasFunction
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
saref:hasFunction owl:inverseOf saref:isFunctionOf .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isFunctionOf ;
dct:subject saref:isFunctionOf .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isFunctionOf ;
dct:subject saref:isFunctionOf .
saref:isFunctionOf a owl:ObjectProperty ;
rdfs:label "is function of"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:comment "Links a function to the feature kind or device it is a function of."@en ;
rdfs:domain saref:Function ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range [ a owl:Class ;
owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest ) ] ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
owl:inverseOf saref:hasFunction ;
skos:hiddenLabel "isFunctionOf" ;
skos:historyNote "V3.2.1: Introduced saref:isFunctionOf."@en .