forked from FacultadInformatica-LinkedData/Curso2018-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
JhonToledoBarreto_Exercise 1.b.rdf
35 lines (24 loc) · 1.06 KB
/
JhonToledoBarreto_Exercise 1.b.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
32
33
34
35
<?xml version='1.0' encoding='utf-8' ?>
<rdf:RDF xmlns:ns0='http://example.com/resources#' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
<rdf:Description rdf:about='http://example.com/resources#Class01'>
<ns0:includes>
<rdf:Description rdf:about='http://example.com/resources#Computer101'>
<ns0:hasOwner>
<rdf:Description rdf:about='http://example.com/resources#User10A'>
<ns0:hasName rdf:datatype='http://www.w3.org/2001/XMLSchema#String'>Pedro</ns0:hasName>
</rdf:Description>
</ns0:hasOwner>
</rdf:Description>
</ns0:includes>
<ns0:includes>
<rdf:Description rdf:about='http://example.com/resources#Sensor029'>
<ns0:hasMeasurement>
<rdf:Description rdf:about='http://example.com/resources#Measurement8401'>
<ns0:atTime rdf:datatype='http://www.w3.org/2001/XMLSchema#dateTime'>2010-06-12T12:00:12</ns0:atTime>
<ns0:hasTemperature rdf:datatype='http://www.w3.org/2001/XMLSchema#int'>29</ns0:hasTemperature>
</rdf:Description>
</ns0:hasMeasurement>
</rdf:Description>
</ns0:includes>
</rdf:Description>
</rdf:RDF>