saref:hasDeviceKind — has device kind

IRI
https://saref.etsi.org/core/hasDeviceKind
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/v4.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#
https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#
https://saref.etsi.org/saref4envi/v2.1.1/example/example1ENVI#
https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_3_AdministrativeInformation#
https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_4_SLInstallation#
Download serialization
License

Definition of saref:hasDeviceKind

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

Links a device to its kind, a feature kind. Kinds of devices describe models of devices, with common properties having the same value, common states being the same, common functions, and common services.

Description as an Object Property

has super-properties
saref:hasFeatureKind
has domain
saref:Device
has range
saref:FeatureKind

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:propertyChainAxiom ( saref:hasDeviceKind saref:hasFunction ) .

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

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

<https://saref.etsi.org/saref4envi/v2.1.1/example/example1ENVI#> dct:references saref:hasDeviceKind .

<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_3_AdministrativeInformation#> dct:references saref:hasDeviceKind .

<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_4_SLInstallation#> dct:references saref:hasDeviceKind .

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

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

saref:hasDeviceKind a owl:ObjectProperty ;
    rdfs:label "has device kind"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#>,
        <https://saref.etsi.org/saref4envi/v2.1.1/example/example1ENVI#>,
        <https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_3_AdministrativeInformation#>,
        <https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_4_SLInstallation#> ;
    rdfs:comment "Links a device to its kind, a feature kind. Kinds of devices describe models of devices, with common properties having the same value, common states being the same, common functions, and common services."@en ;
    rdfs:domain saref:Device ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:range saref:FeatureKind ;
    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/saref4lift/v2.1.1/> ;
    rdfs:subPropertyOf saref:hasFeatureKind ;
    skos:hiddenLabel "hasDeviceKind" .