<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/linked-data/cube#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/" xmlns:ns1="http://purl.org/linked-data/"> <owl:Class rdf:about="http://purl.org/linked-data/cube#MeasureProperty"> <rdfs:subClassOf rdf:resource="http://purl.org/linked-data/cube#ComponentProperty"/> <metadata_def:mappingSameURI rdf:resource="http://purl.org/linked-data/cube#MeasureProperty"/> <metadata_def:mappingLoom>measureproperty</metadata_def:mappingLoom> <metadata_def:prefLabel>Measure property</metadata_def:prefLabel> <rdfs:comment xml:lang="en">The class of components which represent the measured value of the phenomenon being observed</rdfs:comment> <metadata:prefixIRI>qb:MeasureProperty</metadata:prefixIRI> <rdfs:isDefinedBy rdf:resource="http://purl.org/linked-data/cube"/> <rdfs:label xml:lang="en">Measure property</rdfs:label> </owl:Class> <rdf:Description rdf:about="http://purl.org/linked-data/cube#AttributeProperty"> <owl:disjointWith> <rdf:Description rdf:about="http://purl.org/linked-data/cube#MeasureProperty"> <metadata_def:mappingSameURI rdf:resource="http://purl.org/linked-data/cube#MeasureProperty"/> </rdf:Description> </owl:disjointWith> </rdf:Description> <rdf:Description rdf:about="http://purl.org/linked-data/cube#DimensionProperty"> <owl:disjointWith rdf:resource="http://purl.org/linked-data/cube#MeasureProperty"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/linked-data/cube#measure"> <rdfs:range rdf:resource="http://purl.org/linked-data/cube#MeasureProperty"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/linked-data/cube#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/" xmlns:ns1="http://purl.org/linked-data/">
  <owl:Class rdf:about="http://purl.org/linked-data/cube#MeasureProperty">
    <rdfs:subClassOf rdf:resource="http://purl.org/linked-data/cube#ComponentProperty"/>
    <metadata_def:mappingSameURI rdf:resource="http://purl.org/linked-data/cube#MeasureProperty"/>
    <metadata_def:mappingLoom>measureproperty</metadata_def:mappingLoom>
    <metadata_def:prefLabel>Measure property</metadata_def:prefLabel>
    <rdfs:comment xml:lang="en">The class of components which represent the measured value of the phenomenon being observed</rdfs:comment>
    <metadata:prefixIRI>qb:MeasureProperty</metadata:prefixIRI>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/linked-data/cube"/>
    <rdfs:label xml:lang="en">Measure property</rdfs:label>
  </owl:Class>
  <rdf:Description rdf:about="http://purl.org/linked-data/cube#AttributeProperty">
    <owl:disjointWith>
      <rdf:Description rdf:about="http://purl.org/linked-data/cube#MeasureProperty">
        <metadata_def:mappingSameURI rdf:resource="http://purl.org/linked-data/cube#MeasureProperty"/>
      </rdf:Description>
    </owl:disjointWith>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/linked-data/cube#DimensionProperty">
    <owl:disjointWith rdf:resource="http://purl.org/linked-data/cube#MeasureProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/linked-data/cube#measure">
    <rdfs:range rdf:resource="http://purl.org/linked-data/cube#MeasureProperty"/>
  </rdf:Description>
</rdf:RDF>