add data file
This commit is contained in:
parent
cc7accc97d
commit
26413ef24e
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,33 @@
|
|||
<http://example/alice> <http://xmlns.com/foaf/0.1/givenName> "Alice" .
|
||||
<http://example/alice> <http://xmlns.com/foaf/0.1/familyName> "Smith" .
|
||||
<http://example/alice> <http://xmlns.com/foaf/0.1/mbox> <mailto:alice@example.com> .
|
||||
<http://example/alice> <http://xmlns.com/foaf/0.1/mbox> <mailto:alice@work.example> .
|
||||
<http://example/alice> <http://xmlns.com/foaf/0.1/salary> "2500"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
||||
<http://example/alice> <http://xmlns.com/foaf/0.1/height> "161.5"^^<http://www.w3.org/2001/XMLSchema#float> .
|
||||
<http://example/alice> <http://xmlns.com/foaf/0.1/knows> <http://example/david> .
|
||||
<http://example/alice> <http://xmlns.com/foaf/0.1/knows> <http://example/bob> .
|
||||
|
||||
<http://example/bob> <http://xmlns.com/foaf/0.1/givenName> "Bob" .
|
||||
<http://example/bob> <http://xmlns.com/foaf/0.1/familyName> "Jones" .
|
||||
<http://example/bob> <http://xmlns.com/foaf/0.1/mbox> <mailto:bob.Jones@example.com> .
|
||||
<http://example/bob> <http://xmlns.com/foaf/0.1/salary> "5000"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
||||
<http://example/bob> <http://xmlns.com/foaf/0.1/height> "171.0"^^<http://www.w3.org/2001/XMLSchema#float> .
|
||||
<http://example/bob> <http://xmlns.com/foaf/0.1/knows> <http://example/alice> .
|
||||
<http://example/bob> <http://xmlns.com/foaf/0.1/knows> <http://example/carol> .
|
||||
|
||||
<http://example/carol> <http://xmlns.com/foaf/0.1/givenName> "Carol" .
|
||||
<http://example/carol> <http://xmlns.com/foaf/0.1/familyName> "Smith" .
|
||||
<http://example/carol> <http://xmlns.com/foaf/0.1/mbox> <mailto:carol@gmail.com> .
|
||||
<http://example/carol> <http://xmlns.com/foaf/0.1/salary> "2000"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
||||
<http://example/carol> <http://xmlns.com/foaf/0.1/height> "155.5"^^<http://www.w3.org/2001/XMLSchema#float> .
|
||||
<http://example/carol> <http://xmlns.com/foaf/0.1/knows> <http://example/bob> .
|
||||
<http://example/carol> <http://xmlns.com/foaf/0.1/knows> <http://example/david> .
|
||||
|
||||
<http://example/david> <http://xmlns.com/foaf/0.1/givenName> "David" .
|
||||
<http://example/david> <http://xmlns.com/foaf/0.1/familyName> "Williams" .
|
||||
<http://example/david> <http://xmlns.com/foaf/0.1/mbox> <mailto:david_Williams@microsoft.com> .
|
||||
<http://example/david> <http://xmlns.com/foaf/0.1/salary> "10000"^^<http://www.w3.org/2001/XMLSchema#integer> .
|
||||
<http://example/david> <http://xmlns.com/foaf/0.1/height> "178.0"^^<http://www.w3.org/2001/XMLSchema#float> .
|
||||
<http://example/david> <http://xmlns.com/foaf/0.1/knows> <http://example/carol> .
|
||||
<http://example/david> <http://xmlns.com/foaf/0.1/knows> <http://example/alice> .
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
<root> <name> "Bookug Lobert" .
|
||||
<root> <contain> <node0> .
|
||||
<root> <contain> <node1> .
|
||||
<root> <contain> <node2> .
|
||||
<root> <contain> <node3> .
|
||||
<root> <contain> <node4> .
|
||||
<node1> <own> <point0> .
|
||||
<node1> <own> <point1> .
|
||||
<node2> <own> <point2> .
|
||||
<node2> <own> <point3> .
|
||||
<node2> <own> <point4> .
|
||||
<node3> <own> <point5> .
|
||||
<node4> <own> <point6> .
|
||||
<node4> <own> <point7> .
|
||||
<point0> <from> <point1> .
|
||||
<point1> <to> <point2> .
|
||||
<point1> <from> <point3> .
|
||||
<point4> <similar> <point5> .
|
||||
<point5> <inherit> <point6> .
|
||||
<point3> <close> <point7> .
|
||||
<point6> <close> <point7> .
|
||||
<point7> <name> "sadhjb wdhcbd sdcjhdsjkc1" .
|
||||
<point1> <name> "sbsb 12.879" .
|
||||
<point5> <name> "tobe NO1." .
|
||||
<point0> <nick> "Bookug Lobert" .
|
|
@ -0,0 +1,6 @@
|
|||
<node1> <link> <node2> .
|
||||
<node3> <link> <node4> .
|
||||
<point2> <to> <point3> .
|
||||
<point1> <from> <point5> .
|
||||
<root> <contain> <node5> .
|
||||
<node6> <own> <point6> .
|
|
@ -0,0 +1,6 @@
|
|||
<node1> <link> <node2> .
|
||||
<node3> <link> <node4> .
|
||||
<point2> <to> <point3> .
|
||||
<point1> <from> <point5> .
|
||||
<root> <contain> <node5> .
|
||||
<node6> <own> <point6> .
|
Loading…
Reference in New Issue