forked from FacultadInformatica-LinkedData/Curso2016-2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUrielJavier.rdf
23 lines (19 loc) · 1002 Bytes
/
UrielJavier.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<rdf:RDF xmlns="http://www.ontogrid.net/StickyNote#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xml:base="http://www.ontogrid.net/StickyNote#">
<rdf:Description rdf:about="#Class01">
<includes rdf:resource="#Sensor029"/>
<includes rdf:resource="#Computer101"/>
</rdf:Description>
<rdf:Description rdf:about="#Sensor029">
<hasMeasurement rdf:resource="#Measurement8401"/>
</rdf:Description>
<rdf:Description rdf:about="#SenMeasurement8401">
<hasTemperature rdf:datatype="https://www.w3.org/2001/XMLSchema#integer">29</hasTemperature>
<atTime rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-06-12T12:00:12</atTime>
</rdf:Description>
<rdf:Description rdf:about="#Computer101">
<hasOwner rdf:resource="#User10A"/>
</rdf:Description>
<rdf:Description rdf:about="#User10A">
<hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pedro</hasName>
</rdf:Description>
</rdf:RDF>