forked from BHoM/RDF_Prototypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BHoMGraph.rdf
21 lines (21 loc) · 1.27 KB
/
BHoMGraph.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
<!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
<!ENTITY bhom 'http://visualdataweb.org/newOntology/'>
<!ENTITY owl 'http://www.w3.org/2002/07/owl'>
]>
<rdf:RDF xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:bhom="http://visualdataweb.org/newOntology/" xmlns:owl="http://www.w3.org/2002/07/owl" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<owl:ObjectProperty rdf:about="&rdf;type">
<rdfs:domain rdf:resource="https://github.com/BHoM/BHoM/blob/main/Architecture_oM/Elements/Room.cs" />
<rdfs:label xml:lang="en">isPartOf</rdfs:label>
<rdfs:range rdf:resource="https://github.com/BHoM/BHoM/blob/main/Structure_oM/Elements/Bar.cs" />
</owl:ObjectProperty>
<owl:Class rdf:about="https://github.com/BHoM/BHoM/blob/main/Architecture_oM/Elements/Room.cs">
<rdfs:label xml:lang="en">BHoM_Architecture_oM_Elements_Room</rdfs:label>
</owl:Class>
<owl:Class rdf:about="https://github.com/BHoM/BHoM/blob/main/Structure_oM/Elements/Bar.cs">
<rdfs:label xml:lang="en">Structure_oM_Elements_Bar</rdfs:label>
</owl:Class>
</rdf:RDF>