saref:FeatureKind — Feature kinds

IRI
https://saref.etsi.org/core/FeatureKind
Is defined by
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.2.1/
https://saref.etsi.org/core/v3.2.1/example/door_switch#
https://saref.etsi.org/core/v3.2.1/example/hvac#
https://saref.etsi.org/core/v3.2.1/example/light_switch#
https://saref.etsi.org/core/v3.2.1/example/on_off_switch#
https://saref.etsi.org/core/v3.2.1/example/open_close_switch#
https://saref.etsi.org/core/v3.2.1/example/smoke_sensor#
https://saref.etsi.org/core/v3.2.1/example/temperature_sensor#
https://saref.etsi.org/core/v4.1.1/
https://saref.etsi.org/core/v4.1.1/example/door_switch#
https://saref.etsi.org/core/v4.1.1/example/hvac#
https://saref.etsi.org/core/v4.1.1/example/light_switch#
https://saref.etsi.org/core/v4.1.1/example/on_off_switch#
https://saref.etsi.org/core/v4.1.1/example/open_close_switch#
https://saref.etsi.org/core/v4.1.1/example/smoke_sensor#
https://saref.etsi.org/core/v4.1.1/example/temperature_sensor#
https://saref.etsi.org/saref4auto/v2.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#
https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties#
https://saref.etsi.org/saref4ehaw/v2.1.1/
https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#
https://saref.etsi.org/saref4envi/v2.1.1/
https://saref.etsi.org/saref4mari/v1.1.1/
https://saref.etsi.org/saref4watr/v2.1.1/
Download serialization
License

Definition of saref:FeatureKind

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

Feature kinds allow to describe kinds of features of interest, with common properties having the same value, and common states being the same. An instance of saref:FeatureKind represents an archetype of real world entities, for example to populate product catalogs.

Description as a Class

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:actsUpon rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:Function saref:FunctionOfInterest saref:Command saref:CommandOfInterest saref:ProcedureExecution ) ] ;
    rdfs:range [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:Property saref:PropertyOfInterest saref:State saref:StateOfInterest ) ] .

saref:controls rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:Actuator saref:Function saref:FunctionOfInterest saref:Command saref:CommandOfInterest saref:Actuation ) ] .

saref:hasDeviceKind rdfs:range saref:FeatureKind .

saref:hasFeatureKind rdfs:range saref:FeatureKind .

saref:hasFunction rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest ) ] .

saref:hasManufacturer rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest ) ] .

saref:hasModel rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest ) ] .

saref:hasProfile rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:Device ) ] .

saref:hasProperty rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest ) ] .

saref:hasPropertyValue rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:PropertyOfInterest ) ] .

saref:hasState rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:StateOfInterest ) ] .

saref:isActedUponBy rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:Property saref:PropertyOfInterest saref:State saref:StateOfInterest ) ] ;
    rdfs:range [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:Device saref:Function saref:FunctionOfInterest saref:Command saref:CommandOfInterest saref:ProcedureExecution ) ] .

saref:isFunctionOf rdfs:range [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest ) ] .

saref:isProfileOf rdfs:range [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:Device ) ] .

saref:isPropertyOf rdfs:range [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest ) ] .

saref:isStateOf rdfs:range [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest ) ] .

saref:isUsedFor rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:Device ) ] .

saref:observes rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:Sensor saref:Function saref:FunctionOfInterest saref:Command saref:CommandOfInterest saref:Observation ) ] .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#> dct:references saref:FeatureKind .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties#> dct:references saref:FeatureKind .

<https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#> dct:references saref:FeatureKind .

<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references saref:FeatureKind .

<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references saref:FeatureKind .

<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references saref:FeatureKind .

<https://saref.etsi.org/saref4mari/v1.1.1/> dct:references saref:FeatureKind .

<https://saref.etsi.org/saref4watr/v2.1.1/> dct:references saref:FeatureKind .

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

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

saref:FeatureKind a owl:Class ;
    rdfs:label "Feature kinds"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v3.2.1/example/door_switch#>,
        <https://saref.etsi.org/core/v3.2.1/example/hvac#>,
        <https://saref.etsi.org/core/v3.2.1/example/light_switch#>,
        <https://saref.etsi.org/core/v3.2.1/example/on_off_switch#>,
        <https://saref.etsi.org/core/v3.2.1/example/open_close_switch#>,
        <https://saref.etsi.org/core/v3.2.1/example/smoke_sensor#>,
        <https://saref.etsi.org/core/v3.2.1/example/temperature_sensor#>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/core/v4.1.1/example/door_switch#>,
        <https://saref.etsi.org/core/v4.1.1/example/hvac#>,
        <https://saref.etsi.org/core/v4.1.1/example/light_switch#>,
        <https://saref.etsi.org/core/v4.1.1/example/on_off_switch#>,
        <https://saref.etsi.org/core/v4.1.1/example/open_close_switch#>,
        <https://saref.etsi.org/core/v4.1.1/example/smoke_sensor#>,
        <https://saref.etsi.org/core/v4.1.1/example/temperature_sensor#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties#>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#>,
        <https://saref.etsi.org/saref4envi/v2.1.1/>,
        <https://saref.etsi.org/saref4mari/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/> ;
    rdfs:comment "Feature kinds allow to describe kinds of features of interest, with common properties having the same value, and common states being the same. An instance of saref:FeatureKind represents an archetype of real world entities, for example to populate product catalogs."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4envi/v2.1.1/>,
        <https://saref.etsi.org/saref4mari/v1.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:FeatureKind ;
            owl:onProperty skos:broader ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:FeatureKind ;
            owl:onProperty skos:narrower ],
        [ a owl:Restriction ;
            owl:allValuesFrom saref:FeatureKind ;
            owl:onProperty saref:consistsOf ] ;
    skos:hiddenLabel "FeatureKind" ;
    skos:historyNote "V3.2.1: Introduced class saref:FeatureKind"@en,
        "V3.2.1: Use SKOS to organize generic classes in taxonomies."@en .