forked from FacultadInformatica-LinkedData/Curso2018-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gianpc23-GianfrancoPerez.rdf
31 lines (25 loc) · 1.11 KB
/
Gianpc23-GianfrancoPerez.rdf
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
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ns0="http://example.com/">
<rdf:Description rdf:about="http://example.com/Class01">
<ns0:includes>
<rdf:Description rdf:about="http://example.com/Sensor09">
<ns0:hasMeasurement>
<rdf:Description rdf:about="http://example.com/Measurement8401">
<ns0:hasTemperature rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">29</ns0:hasTemperature>
<ns0:atTime rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2010-06-12T12:00:12</ns0:atTime>
</rdf:Description>
</ns0:hasMeasurement>
</rdf:Description>
</ns0:includes>
<ns0:includes>
<rdf:Description rdf:about="http://example.com/Computer101">
<ns0:hasOwner>
<rdf:Description rdf:about="http://example.com/User10A">
<ns0:hasName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pedro</ns0:hasName>
</rdf:Description>
</ns0:hasOwner>
</rdf:Description>
</ns0:includes>
</rdf:Description>
</rdf:RDF>