saref:hasFunctionKind — has function kind

IRI
https://saref.etsi.org/core/hasFunctionKind
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/
Download serialization
License

Definition of saref:hasFunctionKind

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

links a function of interest to its kind, a function

Description as an Object Property

has domain
saref:FunctionOfInterest
has range
saref:Function
has sub-property chains
( saref:hasFunctionKind o skos:broader)

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:hasFunctionOfInterest saref:hasFunctionKind ) .

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

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

saref:hasFunctionKind a owl:ObjectProperty ;
    rdfs:label "has function kind"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:comment "links a function of interest to its kind, a function"@en ;
    rdfs:domain saref:FunctionOfInterest ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:range saref:Function ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    owl:propertyChainAxiom ( saref:hasFunctionKind skos:broader ) ;
    skos:hiddenLabel "hasFunctionKind" .