artificial_data_generator.owl 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0"?>
  2. <rdf:RDF xmlns="https://ontology.rys.one/artificial_data_generator#"
  3. xml:base="https://ontology.rys.one/artificial_data_generator"
  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/artificial_data_generator">
  10. <owl:versionIRI rdf:resource="https://ontology.rys.one/artificial_data_generator/1.0.0"/>
  11. </owl:Ontology>
  12. <!--
  13. ///////////////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Classes
  16. //
  17. ///////////////////////////////////////////////////////////////////////////////////////
  18. -->
  19. <!-- https://ontology.rys.one/artificial_data_generator#ArtificialDataGenerator -->
  20. <owl:Class rdf:about="https://ontology.rys.one/artificial_data_generator#ArtificialDataGenerator">
  21. <rdfs:subClassOf rdf:resource="https://ontology.rys.one/activity#Activity"/>
  22. </owl:Class>
  23. </rdf:RDF>
  24. <!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->