12345678910111213141516171819 |
- <?xml version="1.0"?>
- <rdf:RDF xmlns="https://ontology.rys.one/tool#"
- xml:base="https://ontology.rys.one/tool"
- xmlns:owl="http://www.w3.org/2002/07/owl#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:xml="http://www.w3.org/XML/1998/namespace"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
- xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
- <owl:Ontology rdf:about="https://ontology.rys.one/tool">
- <owl:versionIRI rdf:resource="https://ontology.rys.one/tool/1.0.0"/>
- </owl:Ontology>
- <owl:DatatypeProperty rdf:about="https://ontology.rys.one/tool#Description">
- <rdfs:domain rdf:resource="https://ontology.rys.one/tool#Tool"/>
- </owl:DatatypeProperty>
- <owl:Class rdf:about="https://ontology.rys.one/tool#Tool">
- <rdfs:subClassOf rdf:resource="https://ontology.rys.one/resource#Resource"/>
- </owl:Class>
- </rdf:RDF>
|