123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0"?>
- <rdf:RDF xmlns="https://ontology.rys.one/script#"
- xml:base="https://ontology.rys.one/script"
- 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/script">
- <owl:versionIRI rdf:resource="https://ontology.rys.one/script/1.0.0"/>
- </owl:Ontology>
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Object Properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
- <owl:ObjectProperty rdf:about="#influencedBy">
- <rdfs:domain rdf:resource="#Script"/>
- <rdfs:range rdf:resource="#Script"/>
- <rdfs:range rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
- <owl:inverseOf rdf:resource="#influences"/>
- </owl:ObjectProperty>
- <owl:ObjectProperty rdf:about="#storedIn">
- <rdfs:domain rdf:resource="#Script"/>
- <rdfs:range rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
- <owl:inverseOf rdf:resource="#influences"/>
- </owl:ObjectProperty>
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Data properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
- <!-- https://ontology.rys.one/script#Description -->
- <owl:DatatypeProperty rdf:about="https://ontology.rys.one/script#Description">
- <rdfs:domain rdf:resource="https://ontology.rys.one/script#Script"/>
- </owl:DatatypeProperty>
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Classes
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
- <!-- https://ontology.rys.one/script#Script -->
- <owl:Class rdf:about="https://ontology.rys.one/script#Script">
- <rdfs:subClassOf rdf:resource="https://ontology.rys.one/resource#Resource"/>
- </owl:Class>
- </rdf:RDF>
- <!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
|