-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpim_cwd.owl
73 lines (54 loc) · 3.07 KB
/
pim_cwd.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
@prefix : <http://www.symbiote-h2020.eu/ontology/bim#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix core: <http://www.symbiote-h2020.eu/ontology/core#> .
@prefix bim-unit: <http://www.symbiote-h2020.eu/ontology/bim/unit#> .
@prefix bim-property: <http://www.symbiote-h2020.eu/ontology/bim/property#> .
@prefix bim-sm: <http://www.symbiote-h2020.eu/ontology/bim/smartmobility#> .
@prefix bim-sr: <http://www.symbiote-h2020.eu/ontology/bim/smartresidence#> .
@prefix bim-ss: <http://www.symbiote-h2020.eu/ontology/bim/smartstadium#> .
@prefix bim-sy: <http://www.symbiote-h2020.eu/ontology/bim/smartyachting#> .
@prefix bim-pv: <http://www.symbiote-h2020.eu/ontology/bim/parametervalues#> .
<http://www.symbiote-h2020.eu/ontology/bim> rdf:type owl:Ontology ;
rdfs:label "symbIoTe Best Practice Information Model"@en ;
owl:versionInfo "v2.1.0 2017/11/13 12:00:00"^^xsd:string ;
rdfs:comment "Best Practice Information Model of symbIoTe."@en ;
owl:imports <https://www.symbiote-h2020.eu/ontology/core> ,
<https://www.symbiote-h2020.eu/ontology/bim/unit> ,
##<https://www.symbiote-h2020.eu/ontology/bim/property> ,
<https://www.symbiote-h2020.eu/ontology/bim/smartmobility> ,
<https://www.symbiote-h2020.eu/ontology/bim/smartresidence> ,
<https://www.symbiote-h2020.eu/ontology/bim/smartstadium> ,
<https://www.symbiote-h2020.eu/ontology/bim/smartyachting> ,
<https://www.symbiote-h2020.eu/ontology/bim/parametervalues> ;
owl:versionIRI <http://www.symbiote-h2020.eu/ontology/bim/2.1.0> .
#################################################################
#
# Datatypes
#
#################################################################
#################################################################
#
# Object Properties
#
#################################################################
#################################################################
#
# Data properties
#
#################################################################
bim-sy:timestamp owl:equivalentProperty bim-ss:timestamp .
bim-sy:hint owl:equivalentProperty bim-sm:hint .
#################################################################
#
# Classes
#
#################################################################
bim-sy:Waypoint owl:equivalentClass bim-sm:Waypoint .
#################################################################
#
# Individuals
#
#################################################################