activity.owl 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0"?>
  2. <rdf:RDF xmlns="https://ontology.rys.one/activity#"
  3. xml:base="https://ontology.rys.one/activity"
  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/activity">
  10. <owl:versionIRI rdf:resource="https://ontology.rys.one/activity/1.0.0"/>
  11. </owl:Ontology>
  12. <!--
  13. ///////////////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Object Properties
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////////////
  18. -->
  19. <!-- https://ontology.rys.one/activity#producedBy -->
  20. <owl:ObjectProperty rdf:about="https://ontology.rys.one/activity#producedBy">
  21. <owl:inverseOf rdf:resource="https://ontology.rys.one/activity#producesArtefact"/>
  22. </owl:ObjectProperty>
  23. <!-- https://ontology.rys.one/activity#producesArtefact -->
  24. <owl:ObjectProperty rdf:about="https://ontology.rys.one/activity#producesArtefact">
  25. <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
  26. <rdfs:range rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
  27. </owl:ObjectProperty>
  28. <!--
  29. ///////////////////////////////////////////////////////////////////////////////////////
  30. //
  31. // Data properties
  32. //
  33. ///////////////////////////////////////////////////////////////////////////////////////
  34. -->
  35. <!-- https://ontology.rys.one/activity#Description -->
  36. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#Description">
  37. <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
  38. <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  39. </owl:DatatypeProperty>
  40. <!-- https://ontology.rys.one/activity#Duration -->
  41. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#Duration">
  42. <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
  43. <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
  44. </owl:DatatypeProperty>
  45. <!-- https://ontology.rys.one/activity#Resource -->
  46. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#Resource">
  47. <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
  48. </owl:DatatypeProperty>
  49. <!-- https://ontology.rys.one/activity#StartTime -->
  50. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#StartTime">
  51. <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
  52. <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTimeStamp"/>
  53. </owl:DatatypeProperty>
  54. <!-- https://ontology.rys.one/activity#StopTime -->
  55. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#StopTime">
  56. <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
  57. <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTimeStamp"/>
  58. </owl:DatatypeProperty>
  59. <!-- https://ontology.rys.one/activity#Tool -->
  60. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#Tool">
  61. <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
  62. </owl:DatatypeProperty>
  63. <!--
  64. ///////////////////////////////////////////////////////////////////////////////////////
  65. //
  66. // Classes
  67. //
  68. ///////////////////////////////////////////////////////////////////////////////////////
  69. -->
  70. <!-- https://ontology.rys.one/activity#Activity -->
  71. <owl:Class rdf:about="https://ontology.rys.one/activity#Activity"/>
  72. <!-- https://ontology.rys.one/artefact#Artefact -->
  73. <owl:Class rdf:about="https://ontology.rys.one/artefact#Artefact"/>
  74. </rdf:RDF>
  75. <!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->