123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0"?>
- <rdf:RDF xmlns="https://ontology.rys.one/parameter#"
- xml:base="https://ontology.rys.one/parameter"
- 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/parameter">
- <owl:versionIRI rdf:resource="https://ontology.rys.one/parameter/1.0.0"/>
- </owl:Ontology>
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Object Properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!-- https://ontology.rys.one/parameter#usedIn -->
- <owl:ObjectProperty rdf:about="https://ontology.rys.one/parameter#usedIn">
- <owl:inverseOf rdf:resource="https://ontology.rys.one/parameter#value"/>
- </owl:ObjectProperty>
-
- <!-- https://ontology.rys.one/parameter#value -->
- <owl:ObjectProperty rdf:about="https://ontology.rys.one/parameter#value">
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
- <rdfs:range rdf:resource="http://qudt.org/schema/qudt/Quantity"/>
- </owl:ObjectProperty>
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Data properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!-- https://ontology.rys.one/parameter#Description -->
- <owl:DatatypeProperty rdf:about="https://ontology.rys.one/parameter#Description">
- <rdfs:domain rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
- <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
- </owl:DatatypeProperty>
-
- <!-- https://ontology.rys.one/parameter#Identifier -->
- <owl:DatatypeProperty rdf:about="https://ontology.rys.one/parameter#Identifier">
- <rdfs:domain rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
- <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
- </owl:DatatypeProperty>
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Classes
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!-- http://qudt.org/schema/qudt/Quantity -->
- <owl:Class rdf:about="http://qudt.org/schema/qudt/Quantity"/>
-
- <!-- http://qudt.org/schema/qudt/QuantityValue -->
- <owl:Class rdf:about="http://qudt.org/schema/qudt/QuantityValue"/>
-
- <!-- https://ontology.rys.one/parameter#Parameter -->
- <owl:Class rdf:about="https://ontology.rys.one/parameter#Parameter"/>
- </rdf:RDF>
- <!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
|