Implementación de la Ontología en RDFS


<rdf:Property rdf:ID="Quantifies">
   <rdfs:label xml:lang="en">Quantifies</rdfs:label>
   <rdfs:domain rdf:resource="#Metric"/>
   <rdfs:range rdf:resource="#Attribute"/>
    <rdfs:comment>One or more metrics can quantify an attribute.</rdfs:comment>
</rdf:Property>
 
<rdf:Property rdf:ID="metricName">
       <rdfs:label xml:lang="en">metricName</rdfs:label>
       <rdfs:domain rdf:resource="#Metric"/>
       <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
       <rdfs:comment>Name of an metric to be identified.</rdfs:comment>
</rdf:Property>