12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0"?>
- <rdf:RDF xmlns="https://ontology.rys.one/storage#"
- xml:base="https://ontology.rys.one/storage"
- 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/storage">
- <owl:versionIRI rdf:resource="https://ontology.rys.one/storage/1.0.0"/>
- </owl:Ontology>
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Object Properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
- <!-- https://ontology.rys.one/storage#getVariables -->
- <owl:ObjectProperty rdf:about="https://ontology.rys.one/storage#getVariables"/>
- <owl:DatatypeProperty rdf:about="https://ontology.rys.one/sensor#Location">
- <rdfs:domain rdf:resource="https://ontology.rys.one/storage#Storage"/>
- <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
- </owl:DatatypeProperty>
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Data properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
- <!-- https://ontology.rys.one/storage#storedOn -->
- <owl:DatatypeProperty rdf:about="https://ontology.rys.one/storage#storedOn">
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="https://ontology.rys.one/storage#Storage"/>
- <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTimeStamp"/>
- </owl:DatatypeProperty>
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Classes
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
- <!-- https://ontology.rys.one/storage#Storage -->
- <owl:Class rdf:about="https://ontology.rys.one/storage#Storage"/>
- </rdf:RDF>
- <!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
|