@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/coswot/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://w3id.org/coswot/core/> . ns0:PropertyKind metadata_def:mappingLoom "propertykind" ; metadata_def:mappingSameURI ns0:PropertyKind ; metadata_def:prefLabel "Property Kind"@en ; metadata:prefixIRI "coswot:PropertyKind" ; a owl:Class ; rdfs:comment "Identifiable qualities of features that can be observed or controlled by devices. A property kind can apply to different features of interest."@en ; rdfs:isDefinedBy ns1:properties ; rdfs:label "Property Kind"@en ; rdfs:subClassOf skos:Concept, ns0:Property ; skos:example "Air temperature, pressure, luminance, etc. are all property kinds."@en, """Two examples using the QUDT Quantity Kind vocabulary, and the British Oceanographic Data Centre Parameter Usage Vocabulary. <https://qudt.org/2.1/vocab/quantitykind/ActiveEnergy> a coswot:PropertyKind ; rdfs:label \"Active Energy\"@en ; rdfs:comment \"\"Active Energy\" is the electrical energy transformable into some other form of energy.\"@en . <http://vocab.nerc.ac.uk/collection/P01/current/CDTSZZ01/> a coswot:PropertyKind ; skos:prefLabel \"Absolute temperature standard deviation of the atmosphere by dry bulb thermometer\"@en . """@en ; skos:note "Concepts from existing code lists, vocabularies, and taxonomies, may be used as instances of coswot:PropertyKind."@en . ns0:hasPropertyKind rdfs:range ns0:PropertyKind . ns0:isPropertyKindOf rdfs:domain ns0:PropertyKind .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/coswot/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://w3id.org/coswot/core/> .

ns0:PropertyKind
    metadata_def:mappingLoom "propertykind" ;
    metadata_def:mappingSameURI ns0:PropertyKind ;
    metadata_def:prefLabel "Property Kind"@en ;
    metadata:prefixIRI "coswot:PropertyKind" ;
    a owl:Class ;
    rdfs:comment "Identifiable qualities of features that can be observed or controlled by devices. A property kind can apply to different features of interest."@en ;
    rdfs:isDefinedBy ns1:properties ;
    rdfs:label "Property Kind"@en ;
    rdfs:subClassOf skos:Concept, ns0:Property ;
    skos:example "Air temperature, pressure, luminance, etc. are all property kinds."@en, """Two examples using the QUDT Quantity Kind vocabulary, and the British Oceanographic Data Centre Parameter Usage Vocabulary.

<https://qudt.org/2.1/vocab/quantitykind/ActiveEnergy> a coswot:PropertyKind ;
  rdfs:label \"Active Energy\"@en ;
  rdfs:comment \"\"Active Energy\" is the electrical energy transformable into some other form of energy.\"@en .

<http://vocab.nerc.ac.uk/collection/P01/current/CDTSZZ01/> a coswot:PropertyKind ;
  skos:prefLabel \"Absolute temperature standard deviation of the atmosphere by dry bulb thermometer\"@en .
"""@en ;
    skos:note "Concepts from existing code lists, vocabularies, and taxonomies, may be used as instances of coswot:PropertyKind."@en .

ns0:hasPropertyKind
    rdfs:range ns0:PropertyKind .

ns0:isPropertyKindOf
    rdfs:domain ns0:PropertyKind .