-
Notifications
You must be signed in to change notification settings - Fork 0
/
ifcview_subontology.owl
59 lines (36 loc) · 1.9 KB
/
ifcview_subontology.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@prefix : <http://purl.org/ifcview#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://purl.org/ifcview> .
<http://purl.org/ifcview> rdf:type owl:Ontology .
#################################################################
# Object Properties
#################################################################
### http://purl.org/ifcview/hasProperty
<http://purl.org/ifcview/hasProperty> rdf:type owl:ObjectProperty .
### http://purl.org/ifcview/hasPropertySet
<http://purl.org/ifcview/hasPropertySet> rdf:type owl:ObjectProperty .
#################################################################
# Data properties
#################################################################
### http://purl.org/ifcview/isExternal
<http://purl.org/ifcview/isExternal> rdf:type owl:DatatypeProperty .
### http://purl.org/ifcview/occupancyNumber
<http://purl.org/ifcview/occupancyNumber> rdf:type owl:DatatypeProperty .
#################################################################
# Classes
#################################################################
### http://purl.org/ifcview/BuildingEnvelope
<http://purl.org/ifcview/BuildingEnvelope> rdf:type owl:Class .
### http://purl.org/ifcview/ExternalDoor
<http://purl.org/ifcview/ExternalDoor> rdf:type owl:Class .
### http://purl.org/ifcview/ExternalWall
<http://purl.org/ifcview/ExternalWall> rdf:type owl:Class .
### http://purl.org/ifcview/ExternalWindow
<http://purl.org/ifcview/ExternalWindow> rdf:type owl:Class .
### http://purl.org/ifcview/SpaceWithWindow
<http://purl.org/ifcview/SpaceWithWindow> rdf:type owl:Class .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi