ontoenv 0.1.4-alpha7

Rust library for managing ontologies and their imports in a local environment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
   xmlns:brick="https://brickschema.org/schema/Brick#"
   xmlns:owl="http://www.w3.org/2002/07/owl#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
  <rdf:Description rdf:about="urn:bldg/AHU_1_Fan_Status">
    <rdf:type rdf:resource="https://brickschema.org/schema/Brick#Fan_Status"/>
  </rdf:Description>
  <rdf:Description rdf:about="urn:bldg/AHU_1">
    <rdf:type rdf:resource="https://brickschema.org/schema/Brick#AHU"/>
    <brick:hasPoint rdf:resource="urn:bldg/AHU_1_Fan_Status"/>
  </rdf:Description>
  <rdf:Description rdf:about="urn:bldg">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
    <owl:imports rdf:resource="https://brickschema.org/schema/1.4/Brick"/>
  </rdf:Description>
</rdf:RDF>