<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://w3id.org/coswot/" 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/"> <owl:Class rdf:about="https://w3id.org/coswot/PropertyValue"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <metadata_def:mappingSameURI rdf:resource="https://w3id.org/coswot/PropertyValue"/> <metadata_def:mappingLoom>propertyvalue</metadata_def:mappingLoom> <metadata_def:prefLabel xml:lang="en">Property Value</metadata_def:prefLabel> <rdfs:comment xml:lang="en">Describes the value for a property. The property value is linked to its value expressed as an RDF literal (DP coswot:hasValue), optionally to the unit of measurement (OP coswot:isMeasuredIn), and optionally to the properties or properties of interest it is a value of (OP coswot:isValueOfProperty).</rdfs:comment> <metadata:prefixIRI>coswot:PropertyValue</metadata:prefixIRI> <rdfs:isDefinedBy rdf:resource="https://w3id.org/coswot/core/property_values"/> <rdfs:label xml:lang="en">Property Value</rdfs:label> </owl:Class> <rdf:Description rdf:about="https://w3id.org/coswot/hasPropertyValue"> <rdfs:range> <rdf:Description rdf:about="https://w3id.org/coswot/PropertyValue"> <metadata_def:mappingSameURI rdf:resource="https://w3id.org/coswot/PropertyValue"/> </rdf:Description> </rdfs:range> </rdf:Description> <rdf:Description rdf:about="https://w3id.org/coswot/isValueOfProperty"> <rdfs:domain rdf:resource="https://w3id.org/coswot/PropertyValue"/> </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="https://w3id.org/coswot/" 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/">
  <owl:Class rdf:about="https://w3id.org/coswot/PropertyValue">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <metadata_def:mappingSameURI rdf:resource="https://w3id.org/coswot/PropertyValue"/>
    <metadata_def:mappingLoom>propertyvalue</metadata_def:mappingLoom>
    <metadata_def:prefLabel xml:lang="en">Property Value</metadata_def:prefLabel>
    <rdfs:comment xml:lang="en">Describes the value for a property. The property value is linked to its value expressed as an RDF literal (DP coswot:hasValue), optionally to the unit of measurement (OP coswot:isMeasuredIn), and optionally to the properties or properties of interest it is a value of (OP coswot:isValueOfProperty).</rdfs:comment>
    <metadata:prefixIRI>coswot:PropertyValue</metadata:prefixIRI>
    <rdfs:isDefinedBy rdf:resource="https://w3id.org/coswot/core/property_values"/>
    <rdfs:label xml:lang="en">Property Value</rdfs:label>
  </owl:Class>
  <rdf:Description rdf:about="https://w3id.org/coswot/hasPropertyValue">
    <rdfs:range>
      <rdf:Description rdf:about="https://w3id.org/coswot/PropertyValue">
        <metadata_def:mappingSameURI rdf:resource="https://w3id.org/coswot/PropertyValue"/>
      </rdf:Description>
    </rdfs:range>
  </rdf:Description>
  <rdf:Description rdf:about="https://w3id.org/coswot/isValueOfProperty">
    <rdfs:domain rdf:resource="https://w3id.org/coswot/PropertyValue"/>
  </rdf:Description>
</rdf:RDF>