Definition of saref:hasPropertyKind
Defined in https://saref.etsi.org/core/v3.2.1/ as:
links a property of interest to its kind, a property.
Description as an Object Property
- has domain
- saref:PropertyOfInterest
- has range
- saref:Property
- has sub-property chains
- ( saref:hasPropertyKind 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:hasProperty owl:propertyChainAxiom ( saref:hasPropertyOfInterest saref:hasPropertyKind ) .
saref:isValueOfProperty owl:propertyChainAxiom ( saref:isValueOfProperty saref:hasPropertyKind ) .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_Address#> dct:references saref:hasPropertyKind .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_RoadTopologyPosition#> dct:references saref:hasPropertyKind .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references saref:hasPropertyKind .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasPropertyKind ;
dct:subject saref:hasPropertyKind .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasPropertyKind ;
dct:subject saref:hasPropertyKind .
saref:hasPropertyKind a owl:ObjectProperty ;
rdfs:label "has property 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/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_Address#>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_RoadTopologyPosition#> ;
rdfs:comment "links a property of interest to its kind, a property."@en ;
rdfs:domain saref:PropertyOfInterest ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range saref:Property ;
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/> ;
owl:propertyChainAxiom ( saref:hasPropertyKind skos:broader ) ;
skos:hiddenLabel "hasPropertyKind" .