forked from cesoriano/Curso2014-2015
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalejandrofcarrera_graph.rdf
More file actions
31 lines (25 loc) · 1.06 KB
/
alejandrofcarrera_graph.rdf
File metadata and controls
31 lines (25 loc) · 1.06 KB
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
xml:base="http://assignment2.org/"
xmlns:class="http://assignment2.org/class#"
xmlns:property="http://assignment2.org/property#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<rdf:Description rdf:about="class:Measurement8401">
<property:hasTemperature rdf:datatype='xsd:integer'>29</property:hasTemperature>
<property:atTime rdf:datatype='xsd:dateTime'>2010-06-12T12:00:12</property:atTime>
</rdf:Description>
<rdf:Description rdf:about="class:Sensor029">
<property:hasMeasurement rdf:resource="class:Measurement8401"/>
</rdf:Description>
<rdf:Description rdf:about="class:User10A">
<property:hasName>Pedro</property:hasName>
</rdf:Description>
<rdf:Description rdf:about="class:Computer101">
<property:hasOwner rdf:resource="class:User10A"/>
</rdf:Description>
<rdf:Description rdf:about="class:Class01">
<property:includes rdf:resource="class:Sensor029"/>
<property:includes rdf:resource="class:Computer101"/>
</rdf:Description>
</rdf:RDF>