@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 metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://w3id.org/coswot/core/> . ns0:PropertyValue metadata_def:mappingLoom "propertyvalue" ; metadata_def:mappingSameURI ns0:PropertyValue ; metadata_def:prefLabel "Property Value"@en ; metadata:prefixIRI "coswot:PropertyValue" ; a owl:Class ; rdfs:comment "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)."@en ; rdfs:isDefinedBy ns1:property_values ; rdfs:label "Property Value"@en ; rdfs:subClassOf owl:Thing . ns0:hasPropertyValue rdfs:range ns0:PropertyValue . ns0:isValueOfProperty rdfs:domain ns0:PropertyValue .
@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 metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://w3id.org/coswot/core/> .

ns0:PropertyValue
    metadata_def:mappingLoom "propertyvalue" ;
    metadata_def:mappingSameURI ns0:PropertyValue ;
    metadata_def:prefLabel "Property Value"@en ;
    metadata:prefixIRI "coswot:PropertyValue" ;
    a owl:Class ;
    rdfs:comment "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)."@en ;
    rdfs:isDefinedBy ns1:property_values ;
    rdfs:label "Property Value"@en ;
    rdfs:subClassOf owl:Thing .

ns0:hasPropertyValue
    rdfs:range ns0:PropertyValue .

ns0:isValueOfProperty
    rdfs:domain ns0:PropertyValue .