S-TEN/D3.1/annex 1 ISO 1000 ontology

From WikiSTEP

Jump to: navigation, search
<?xml version="1.0"?>

<!DOCTYPE rdf:RDF [
  <!ENTITY xsd  "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl  "http://www.w3.org/2002/07/owl#">
  <!ENTITY iso1000 "http://www.s-ten.net/iso1000.owl#">
]>

<rdf:RDF
    xmlns:xsd  ="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdf  ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs ="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl  ="http://www.w3.org/2002/07/owl#"  
    xmlns      ="&iso1000;" 
    xmlns:iso1000 ="&iso1000;"
    xml:base   ="http://www.s-ten.net/iso1000.owl"
>
    
  <owl:Ontology rdf:about=""/> 

  <owl:Class rdf:about="#Real">
  </owl:Class>
  
  <owl:DatatypeProperty rdf:about="#value">
    <rdf:type rdf:resource="&owl;InverseFunctionalProperty" />
    <rdfs:domain rdf:resource="#Real"/>
  </owl:DatatypeProperty>

  <owl:DatatypeProperty rdf:about="#physical_quantitv_scale">
  </owl:DatatypeProperty>

  <owl:DatatypeProperty rdf:about="#linear_scale">
  </owl:DatatypeProperty>
  
  <owl:ObjectProperty rdf:about="#volt_scale">
    <rdf:type rdf:resource="#Physical_quantity_scale" />
    <rdf:type rdf:resource="#Linear_function" />
    <rdfs:range rdf:resource="#Real"/>   
  </owl:ObjectProperty>

  <owl:FunctionalProperty rdf:about="#metre_scale">
    <rdfs:label xml:lang="en">metre</rdfs:label>
    <rdfs:comment>defined in ISO 1000:1992</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#kilogram_scale">
    <rdfs:label xml:lang="en">kilogram</rdfs:label>
    <rdfs:comment>defined in ISO 1000:1992</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#second_scale">
    <rdfs:label xml:lang="en">second</rdfs:label>
    <rdfs:comment>defined in ISO 1000:1992</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#ampere_scale">
    <rdfs:label xml:lang="en">ampere</rdfs:label>
    <rdfs:comment>defined in ISO 1000:1992</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#kelvin_scale">
    <rdfs:label xml:lang="en">kelvin</rdfs:label>
    <rdfs:comment>defined in ISO 1000:1992</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#mole_scale">
    <rdfs:label xml:lang="en">mole</rdfs:label>
    <rdfs:comment>defined in ISO 1000:1992</rdfs:comment>
  </owl:FunctionalProperty>
  <owl:FunctionalProperty rdf:about="#candela_scale">
    <rdfs:label xml:lang="en">candela</rdfs:label>
    <rdfs:comment>defined in ISO 1000:1992</rdfs:comment>
  </owl:FunctionalProperty>

</rdf:RDF>
Personal tools