Definition of saref:hasProfile
Defined in https://saref.etsi.org/core/v3.1.1/ as:
A relationship associating a profile to a certain device
Description as an Object Property
- has domain
- saref:Device
- has range
- saref:Profile
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/> .
saref:Device rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Profile ;
owl:onProperty saref:hasProfile ] .
<https://saref.etsi.org/core/v3.1.1/example/washingmachine#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v1.2.1/example/demandDrivenProfile#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v1.2.1/example/operationModeProfile#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v1.2.1/example/powerEnvelopeProfile#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v1.2.1/example/powerLimitProfile#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v1.2.1/example/powerProfileExample#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v2.1.1/example/demandDrivenProfile#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v2.1.1/example/operationModeProfile#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v2.1.1/example/powerEnvelopeProfile#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v2.1.1/example/powerLimitProfile#> dct:references saref:hasProfile .
<https://saref.etsi.org/saref4ener/v2.1.1/example/powerProfileExample#> dct:references saref:hasProfile .
<https://saref.etsi.org/core/v3.1.1/> dct:references saref:hasProfile ;
dct:subject saref:hasProfile .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasProfile ;
dct:subject saref:hasProfile .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasProfile ;
dct:subject saref:hasProfile .
saref:hasProfile a owl:ObjectProperty ;
rdfs:label "has profile"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.1.1/example/washingmachine#>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/demandDrivenProfile#>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/incentiveTable#>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/operationModeProfile#>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/powerEnvelopeProfile#>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/powerLimitProfile#>,
<https://saref.etsi.org/saref4ener/v1.2.1/example/powerProfileExample#>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/demandDrivenProfile#>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/incentiveTable#>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/operationModeProfile#>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/powerEnvelopeProfile#>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/powerLimitProfile#>,
<https://saref.etsi.org/saref4ener/v2.1.1/example/powerProfileExample#> ;
rdfs:comment "A relationship associating a profile to a certain device"@en ;
rdfs:domain saref:Device ;
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:Profile ;
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/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
ns1:hiddenLabel "hasProfile" .