parameter.owl 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0"?>
  2. <rdf:RDF xmlns="https://ontology.rys.one/parameter#"
  3. xml:base="https://ontology.rys.one/parameter"
  4. xmlns:owl="http://www.w3.org/2002/07/owl#"
  5. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  6. xmlns:xml="http://www.w3.org/XML/1998/namespace"
  7. xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
  8. xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  9. <owl:Ontology rdf:about="https://ontology.rys.one/parameter">
  10. <owl:versionIRI rdf:resource="https://ontology.rys.one/parameter/1.0.0"/>
  11. </owl:Ontology>
  12. <!--
  13. ///////////////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Object Properties
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////////////
  18. -->
  19. <!-- https://ontology.rys.one/parameter#usedIn -->
  20. <owl:ObjectProperty rdf:about="https://ontology.rys.one/parameter#usedIn">
  21. <owl:inverseOf rdf:resource="https://ontology.rys.one/parameter#value"/>
  22. </owl:ObjectProperty>
  23. <!-- https://ontology.rys.one/parameter#value -->
  24. <owl:ObjectProperty rdf:about="https://ontology.rys.one/parameter#value">
  25. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  26. <rdfs:domain rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
  27. <rdfs:range rdf:resource="http://qudt.org/schema/qudt/Quantity"/>
  28. </owl:ObjectProperty>
  29. <!--
  30. ///////////////////////////////////////////////////////////////////////////////////////
  31. //
  32. // Data properties
  33. //
  34. ///////////////////////////////////////////////////////////////////////////////////////
  35. -->
  36. <!-- https://ontology.rys.one/parameter#Description -->
  37. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/parameter#Description">
  38. <rdfs:domain rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
  39. <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  40. </owl:DatatypeProperty>
  41. <!-- https://ontology.rys.one/parameter#Identifier -->
  42. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/parameter#Identifier">
  43. <rdfs:domain rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
  44. <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  45. </owl:DatatypeProperty>
  46. <!--
  47. ///////////////////////////////////////////////////////////////////////////////////////
  48. //
  49. // Classes
  50. //
  51. ///////////////////////////////////////////////////////////////////////////////////////
  52. -->
  53. <!-- http://qudt.org/schema/qudt/Quantity -->
  54. <owl:Class rdf:about="http://qudt.org/schema/qudt/Quantity"/>
  55. <!-- http://qudt.org/schema/qudt/QuantityValue -->
  56. <owl:Class rdf:about="http://qudt.org/schema/qudt/QuantityValue"/>
  57. <!-- https://ontology.rys.one/parameter#Parameter -->
  58. <owl:Class rdf:about="https://ontology.rys.one/parameter#Parameter"/>
  59. </rdf:RDF>
  60. <!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->