@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Characteristic metadata_def:mappingLoom "characteristic" ; metadata_def:mappingSameURI ns0:Characteristic ; metadata_def:prefLabel "Characteristic" ; metadata:prefixIRI "oboe-core:Characteristic" ; ns0:characteristicFor ns0:Entity ; a owl:Class ; rdfs:comment "A characteristic represents a property of an entity that can be measured (e.g., height, length, or color). A characteristic of an entity is observed through a measurement, which further asserts a value of the characteristic for the entity. A characteristic type (e.g., \"height\") can be associated with many different entities, whereas an individual characteristic (a particular occurrence of the \"height\" characteristic) is associated to exactly one entity." ; rdfs:label "Characteristic"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:CharacteristicQualifier, ns0:Entity, ns0:MeasuredValue, ns0:Measurement, ns0:MeasurementType, ns0:Observation, ns0:ObservationCollection, ns0:Protocol, ns0:Standard . ns0:IdentifyingCharacteristic rdfs:subClassOf ns0:Characteristic . ns0:MeasuredCharacteristic rdfs:subClassOf ns0:Characteristic . ns0:Measurement ns0:ofCharacteristic ns0:Characteristic . ns0:MeasurementType ns0:measuresCharacteristic ns0:Characteristic . ns0:characteristicFor rdfs:domain ns0:Characteristic . ns0:measuresCharacteristic rdfs:range ns0:Characteristic . ns0:ofCharacteristic rdfs:range ns0:Characteristic .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Characteristic
    metadata_def:mappingLoom "characteristic" ;
    metadata_def:mappingSameURI ns0:Characteristic ;
    metadata_def:prefLabel "Characteristic" ;
    metadata:prefixIRI "oboe-core:Characteristic" ;
    ns0:characteristicFor ns0:Entity ;
    a owl:Class ;
    rdfs:comment "A characteristic represents a property of an entity that can be measured (e.g., height, length, or color).  A characteristic of an entity is observed through a measurement, which further asserts a value of the characteristic for the entity. A characteristic type (e.g., \"height\") can be associated with many different entities, whereas an individual characteristic (a particular occurrence of the \"height\" characteristic) is associated to exactly one entity." ;
    rdfs:label "Characteristic"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:CharacteristicQualifier, ns0:Entity, ns0:MeasuredValue, ns0:Measurement, ns0:MeasurementType, ns0:Observation, ns0:ObservationCollection, ns0:Protocol, ns0:Standard .

ns0:IdentifyingCharacteristic
    rdfs:subClassOf ns0:Characteristic .

ns0:MeasuredCharacteristic
    rdfs:subClassOf ns0:Characteristic .

ns0:Measurement
    ns0:ofCharacteristic ns0:Characteristic .

ns0:MeasurementType
    ns0:measuresCharacteristic ns0:Characteristic .

ns0:characteristicFor
    rdfs:domain ns0:Characteristic .

ns0:measuresCharacteristic
    rdfs:range ns0:Characteristic .

ns0:ofCharacteristic
    rdfs:range ns0:Characteristic .