sensor_data.owl 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0"?>
  2. <rdf:RDF xmlns="https://ontology.rys.one/sensor_data#"
  3. xml:base="https://ontology.rys.one/sensor_data"
  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/sensor_data">
  10. <owl:versionIRI rdf:resource="https://ontology.rys.one/sensor_data/1.0.0"/>
  11. </owl:Ontology>
  12. <!--
  13. ///////////////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Data properties
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////////////
  18. -->
  19. <!-- https://ontology.rys.one/sensor_data#Resolution -->
  20. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/sensor_data#Resolution">
  21. <rdfs:domain rdf:resource="https://ontology.rys.one/sensor_data#SensorData"/>
  22. <rdfs:range rdf:resource="http://qudt.org/schema/qudt/Quantity"/>
  23. </owl:DatatypeProperty>
  24. <!--
  25. ///////////////////////////////////////////////////////////////////////////////////////
  26. //
  27. // Classes
  28. //
  29. ///////////////////////////////////////////////////////////////////////////////////////
  30. -->
  31. <!-- https://ontology.rys.one/sensor_data#SensorData -->
  32. <owl:Class rdf:about="https://ontology.rys.one/sensor_data#SensorData">
  33. <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
  34. </owl:Class>
  35. </rdf:RDF>
  36. <!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->