Definition of saref:isProfileOf
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a profile to the device it describes. The device should be linked to a certain commodity using OP saref:isUsedFor or its sub-properties, and optionally to some property or state using OP saref:actsUpon or its sub-properties.
Description as an Object Property
- has domain
- saref:Profile
- has range
- saref:FeatureKind or saref:Device
- is inverse of
-
saref:hasProfile
saref:hasProfile
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:hasProfile owl:inverseOf saref:isProfileOf .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isProfileOf ;
dct:subject saref:isProfileOf .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isProfileOf ;
dct:subject saref:isProfileOf .
saref:isProfileOf a owl:ObjectProperty ;
rdfs:label "is profile of"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:comment "Links a profile to the device it describes. The device should be linked to a certain commodity using OP saref:isUsedFor or its sub-properties, and optionally to some property or state using OP saref:actsUpon or its sub-properties."@en ;
rdfs:domain saref:Profile ;
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:Device ) ] ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
owl:inverseOf saref:hasProfile ;
skos:hiddenLabel "isProfileOf" .