tool.owl 907 B

12345678910111213141516171819
  1. <?xml version="1.0"?>
  2. <rdf:RDF xmlns="https://ontology.rys.one/tool#"
  3. xml:base="https://ontology.rys.one/tool"
  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/tool">
  10. <owl:versionIRI rdf:resource="https://ontology.rys.one/tool/1.0.0"/>
  11. </owl:Ontology>
  12. <owl:DatatypeProperty rdf:about="https://ontology.rys.one/tool#Description">
  13. <rdfs:domain rdf:resource="https://ontology.rys.one/tool#Tool"/>
  14. </owl:DatatypeProperty>
  15. <owl:Class rdf:about="https://ontology.rys.one/tool#Tool">
  16. <rdfs:subClassOf rdf:resource="https://ontology.rys.one/resource#Resource"/>
  17. </owl:Class>
  18. </rdf:RDF>