model.owl 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0"?>
  2. <rdf:RDF xmlns="https://ontology.rys.one/model#"
  3. xml:base="https://ontology.rys.one/model"
  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/model">
  10. <owl:versionIRI rdf:resource="https://ontology.rys.one/model/1.0.0"/>
  11. </owl:Ontology>
  12. <owl:ObjectProperty rdf:about="#executesScript">
  13. <rdfs:domain rdf:resource="#Model"/>
  14. <rdfs:range rdf:resource="https://ontology.rys.one/script#Script"/>
  15. <owl:inverseOf rdf:resource="#executedBy"/>
  16. </owl:ObjectProperty>
  17. <!--
  18. ///////////////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Classes
  21. //
  22. ///////////////////////////////////////////////////////////////////////////////////////
  23. -->
  24. <!-- https://ontology.rys.one/model#Model -->
  25. <owl:Class rdf:about="https://ontology.rys.one/model#Model"/>
  26. </rdf:RDF>
  27. <!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->