|
1 |
| -[ a <http://schema.org/Person> ; |
2 |
| - <http://schema.org/has> [ a <http://schema.org/Collection> ; |
3 |
| - <http://schema.org/contains> [ <http://schema.org/name> "hair tie" ; |
4 |
| - <http://schema.org/weight> [ <http://example.org/rules/units> |
5 |
| - <http://example.org/rules/ounces> ] |
6 |
| - ] |
7 |
| - ] ; |
8 |
| - <http://schema.org/name> "Misty" ; |
9 |
| - <http://www.w3.org/2002/07/owl#sameAs> |
10 |
| - <http://www.wikidata.org/entity/Q1057356> |
| 1 | +@prefix ex: <http://example.com/> . |
| 2 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 3 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 4 | +@prefix tmp: <http://tmp.com/#> . |
| 5 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 6 | +@prefix sch: <http://schema.org/> . |
| 7 | +@prefix wd: <http://www.wikidata.org/entity/> . |
| 8 | + |
| 9 | +[ a sch:Person ; |
| 10 | + sch:givenName "Misty" ; |
| 11 | + sch:owns [ a sch:Collection ; |
| 12 | + sch:hasPart [ sch:name "hair tie" ; |
| 13 | + sch:weight [ ex:units ex:ounces ] |
| 14 | + ] |
| 15 | + ] ; |
| 16 | + owl:sameAs wd:Q1057356 |
11 | 17 | ] .
|
12 | 18 |
|
13 |
| -[ a <http://schema.org/Person> ; |
14 |
| - <http://schema.org/has> [ a <http://schema.org/Collection> ; |
15 |
| - <http://schema.org/contains> [ <http://schema.org/name> "sword" ; |
16 |
| - <http://schema.org/weight> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> |
17 |
| - "44400"^^<http://www.w3.org/2001/XMLSchema#int> ; |
18 |
| - <http://example.org/rules/units> |
19 |
| - <http://example.org/rules/ounces> |
20 |
| - ] |
21 |
| - ] ; |
22 |
| - <http://schema.org/contains> [ a <http://www.wikidata.org/entity/Q169031> ; |
23 |
| - <http://schema.org/name> "gloves" ; |
24 |
| - <http://schema.org/weight> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> |
25 |
| - "340"^^<http://www.w3.org/2001/XMLSchema#int> ; |
26 |
| - <http://example.org/rules/units> |
27 |
| - <http://example.org/rules/ounces> |
28 |
| - ] |
29 |
| - ] ; |
30 |
| - <http://schema.org/contains> [ <http://schema.org/name> "spoon" ; |
31 |
| - <http://schema.org/weight> [ <http://example.org/rules/units> |
32 |
| - <http://example.org/rules/ounces> ] |
33 |
| - ] ; |
34 |
| - <http://schema.org/contains> [ <http://schema.org/weight> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> |
35 |
| - "1000"^^<http://www.w3.org/2001/XMLSchema#int> ; |
36 |
| - <http://example.org/rules/units> |
37 |
| - <http://example.org/rules/ounces> |
38 |
| - ] |
39 |
| - ] |
40 |
| - ] ; |
41 |
| - <http://schema.org/name> "Ash" |
| 19 | +[ a sch:Person ; |
| 20 | + sch:familyName "Ketchum" ; |
| 21 | + sch:givenName "Ash" ; |
| 22 | + sch:owns [ a sch:Collection ; |
| 23 | + sch:hasPart [ sch:name "sword" ; |
| 24 | + sch:weight [ rdf:value "400"^^xsd:int ; |
| 25 | + ex:units ex:ounces |
| 26 | + ] |
| 27 | + ] ; |
| 28 | + sch:hasPart [ a wd:Q169031 ; |
| 29 | + sch:name "gloves" ; |
| 30 | + sch:weight [ rdf:value "20"^^xsd:int ; |
| 31 | + ex:units ex:ounces |
| 32 | + ] |
| 33 | + ] ; |
| 34 | + sch:hasPart [ sch:name "spoon" ; |
| 35 | + sch:weight [ ex:units ex:ounces ] |
| 36 | + ] ; |
| 37 | + sch:hasPart [ sch:weight [ rdf:value "30"^^xsd:int ; |
| 38 | + ex:units ex:ounces |
| 39 | + ] |
| 40 | + ] |
| 41 | + ] |
42 | 42 | ] .
|
43 | 43 |
|
44 |
| -[ a <http://schema.org/Person> ; |
45 |
| - <http://schema.org/has> [ a <http://schema.org/Collection> ; |
46 |
| - <http://schema.org/contains> [ <http://schema.org/weight> [ <http://example.org/rules/units> |
47 |
| - <http://example.org/rules/ounces> ] |
48 |
| - ] ; |
49 |
| - <http://schema.org/contains> [ <http://schema.org/name> "gloves" ; |
50 |
| - <http://schema.org/weight> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> |
51 |
| - "340"^^<http://www.w3.org/2001/XMLSchema#int> ; |
52 |
| - <http://example.org/rules/units> |
53 |
| - <http://example.org/rules/ounces> |
54 |
| - ] |
55 |
| - ] |
56 |
| - ] ; |
57 |
| - <http://schema.org/name> "Misty" |
| 44 | +[ a sch:Person ; |
| 45 | + sch:familyName "Mountain" ; |
| 46 | + sch:givenName "Misty" ; |
| 47 | + sch:owns [ a sch:Collection ; |
| 48 | + sch:hasPart [ sch:weight [ ex:units ex:ounces ] |
| 49 | + ] ; |
| 50 | + sch:hasPart [ sch:name "gloves" ; |
| 51 | + sch:weight [ rdf:value "16"^^xsd:int ; |
| 52 | + ex:units ex:ounces |
| 53 | + ] |
| 54 | + ] |
| 55 | + ] |
58 | 56 | ] .
|
0 commit comments