storage.owl 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0"?>
  2. <rdf:RDF xmlns="https://ontology.rys.one/storage#"
  3. xml:base="https://ontology.rys.one/storage"
  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/storage">
  10. <owl:versionIRI rdf:resource="https://ontology.rys.one/storage/1.0.0"/>
  11. </owl:Ontology>
  12. <!--
  13. ///////////////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Object Properties
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////////////
  18. -->
  19. <!-- https://ontology.rys.one/storage#getVariables -->
  20. <owl:ObjectProperty rdf:about="https://ontology.rys.one/storage#getVariables"/>
  21. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/sensor#Location">
  22. <rdfs:domain rdf:resource="https://ontology.rys.one/storage#Storage"/>
  23. <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  24. </owl:DatatypeProperty>
  25. <!--
  26. ///////////////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Data properties
  29. //
  30. ///////////////////////////////////////////////////////////////////////////////////////
  31. -->
  32. <!-- https://ontology.rys.one/storage#storedOn -->
  33. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/storage#storedOn">
  34. <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
  35. <rdfs:domain rdf:resource="https://ontology.rys.one/storage#Storage"/>
  36. <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTimeStamp"/>
  37. </owl:DatatypeProperty>
  38. <!--
  39. ///////////////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Classes
  42. //
  43. ///////////////////////////////////////////////////////////////////////////////////////
  44. -->
  45. <!-- https://ontology.rys.one/storage#Storage -->
  46. <owl:Class rdf:about="https://ontology.rys.one/storage#Storage"/>
  47. </rdf:RDF>
  48. <!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->