example1BLDG.ttl 7.44 KB
Newer Older
1
@prefix : <https://saref.etsi.org/saref4bldg/v1.1.2/example/example1/> .
María's avatar
María committed
2
3
4
5
6
7
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8
9
10
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .
María's avatar
María committed
11
@prefix dcterms: <http://purl.org/dc/terms/> .
12
13
14
15
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix wurvoc: <http://www.wurvoc.org/vocabularies/om-1.8/> .
@base <https://saref.etsi.org/saref4bldg/v1.1.2/example/example1/> .
María's avatar
María committed
16

17
18
<https://saref.etsi.org/saref4bldg/v1.1.2/example/example1/> rdf:type owl:Ontology ;
                                                owl:versionIRI <https://saref.etsi.org/saref4bldg/v1.1.2/example/example1/> ;
María's avatar
María committed
19
20
21
22
                                                dcterms:creator <http://purl.org/net/mpoveda> ,
                                                                <http://www.garcia-castro.com/foaf.rdf#me> ;
                                                dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
                                                owl:versionInfo "1.0" ;
23
                                                dcterms:publisher <http://www.oeg-upm.net/> ;
María's avatar
María committed
24
25
26
                                                rdfs:comment "Example of use for the SAREF extension for building devices"@en .


María's avatar
María committed
27
28
29
30
31
32
33
:Compressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                       :Compressor ;
                              :compressorSpeed :CompressorSpeedCompressor001SIERRA02-0434C3 ;
                              :idealCapacity :IdealCapacityCompressor001SIERRA02-0434C3 ;
                              :impellerDiameter :ImpellerDiameterCompressor001SIERRA02-0434C3 ;
                              :isContainedIn :RefrigerationStoreComputerScienceBuilding1 ;
                              :nominalCapacity :NominalCapacityCompressor001SIERRA02-0434C3 ;
34
35
                              geo:location :LocationCompressor001SIERRA02-0434C3 ;
                              s4ener:exposes :PowerProfileCompressor001SIERRA02-0434C3 ;
María's avatar
María committed
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
                              :hasHotGasBypass "false"^^xsd:boolean ;
                              :powerSource "MotorDriven"^^xsd:string ;
                              :refrigerantClass "HFC"^^xsd:string ;
                              saref:hasManufacturer "SIEMENS"^^xsd:string ;
                              saref:hasName "SIERRA 02-0434C3"^^xsd:string ;
                              rdfs:label "CompressorSIERRA02-0434C3"@en .


:CompressorSpeedCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                                      :Measurement ;
                                             saref:isMeasuredIn :cyclesPerSecond ;
                                             saref:hasValue "3.0"^^xsd:float ;
                                             rdfs:label "Compressor speed of compressor001 SIERRA02-0434C3"@en .


María's avatar
María committed
51
52
:ComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
                                   :Building ;
53
                          geo:location :LocationComputerScienceBuilding1 ;
María's avatar
María committed
54
                          rdfs:label "Computer Science Building 1"@en .
María's avatar
María committed
55
56


María's avatar
María committed
57
58
:IdealCapacityCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                                    :Measurement ;
59
                                           saref:isMeasuredIn wurvoc:watt ;
María's avatar
María committed
60
61
                                           saref:hasValue "1800.0"^^xsd:float ;
                                           rdfs:label "Ideal capacity of compressor001 SIERRA02-0434C3"@en .
María's avatar
María committed
62
63


María's avatar
María committed
64
65
:ImpellerDiameterCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                                       :Measurement ;
66
                                              saref:isMeasuredIn wurvoc:inch-international ;
María's avatar
María committed
67
68
                                              saref:hasValue "5.9"^^xsd:float ;
                                              rdfs:label "Impeller diameter of compressor001 SIERRA02-0434C3"@en .
María's avatar
María committed
69
70


María's avatar
María committed
71
:LocationCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
72
73
74
                                               geo:SpatialThing ;
                                      geo:latitude 40.405155 ;
                                      geo:longitude -3.839203 ;
María's avatar
María committed
75
                                      rdfs:label "Location of compressor001 SIERRA02-0434C3"@en .
María's avatar
María committed
76
77
78


:LocationComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
79
80
81
                                           geo:SpatialThing ;
                                  geo:latitude 40.405013 ;
                                  geo:longitude -3.839349 ;
María's avatar
María committed
82
                                  rdfs:label "Location of Computer Science Building 1"@en .
María's avatar
María committed
83
84
85


:LocationRefrigerationStoreComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
86
87
88
                                                             geo:SpatialThing ;
                                                    geo:latitude 40.405152 ;
                                                    geo:longitude -3.839209 ;
María's avatar
María committed
89
90
91
                                                    rdfs:label "LocationRefrigerationStoreComputerScienceBuilding1"@en .


María's avatar
María committed
92
93
:NominalCapacityCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
                                                      :Measurement ;
94
                                             saref:isMeasuredIn wurvoc:watt ;
María's avatar
María committed
95
96
                                             saref:hasValue "680.0"^^xsd:float ;
                                             rdfs:label "Nominal capacity of compressor001 SIERRA02-0434C3"@en .
María's avatar
María committed
97
98


María's avatar
María committed
99
:PowerCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
100
101
                                            s4ener:Power ;
                                   saref:isMeasuredIn wurvoc:watt ;
María's avatar
María committed
102
103
104
105
106
                                   saref:hasValue "902.0"^^xsd:float ;
                                   rdfs:label "Power of compressor 001 SIERRA02-0434C3"@en .


:PowerProfileCompressor001SIERRA02-0434C3 rdf:type owl:NamedIndividual ,
107
                                                   s4ener:PowerProfile ;
María's avatar
María committed
108
109
110
111
                                          saref:hasConsumption :PowerCompressor001SIERRA02-0434C3 ;
                                          rdfs:label "Power profile of compressor 001 SIERRA02-0434C3"@en .


María's avatar
María committed
112
113
114
:RefrigerationStoreComputerScienceBuilding1 rdf:type owl:NamedIndividual ,
                                                     :BuildingSpace ;
                                            :isSpaceOf :ComputerScienceBuilding1 ;
115
                                            geo:location :LocationRefrigerationStoreComputerScienceBuilding1 ;
María's avatar
María committed
116
                                            rdfs:label "Refrigeration store of Computer Science Building 1"@en .
María's avatar
María committed
117
118
119


:cyclesPerSecond rdf:type owl:NamedIndividual ,
María's avatar
María committed
120
121
122
123
                          saref:UnitOfMeasure ;
                 rdfs:label "cycles per second"@en .


124
wurvoc:inch-international rdf:type owl:NamedIndividual ,
María's avatar
María committed
125
126
                                                                        saref:UnitOfMeasure ;
                                                               rdfs:label "inch international"@en .
María's avatar
María committed
127
128


129
wurvoc:watt rdf:type owl:NamedIndividual ,
María's avatar
María committed
130
                                                          saref:PowerUnit .
María's avatar
María committed
131
132