-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstructure.nt
38 lines (38 loc) · 3.94 KB
/
structure.nt
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
36
37
38
<http://editor.zazuko.com/_datasetVersion> <http://schema.org/version> "10" .
<http://example.com/games/> <http://schema.org/hasPart> <http://example.com/games/board-games/> .
<http://example.com/games/> <http://schema.org/hasPart> <http://example.com/games/card-games/> .
<http://example.com/games/> <http://schema.org/hasPart> <http://example.com/games/dice-games/> .
<http://example.com/games/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/CreativeWork> .
<http://example.com/games/> <http://www.w3.org/2000/01/rdf-schema#comment> "A lot of fun, sometimes" .
<http://example.com/games/> <http://www.w3.org/2000/01/rdf-schema#label> "Games" .
<http://example.com/games/board-games/> <http://schema.org/hasPart> <http://example.com/schema/Aa> .
<http://example.com/games/board-games/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/CreativeWork> .
<http://example.com/games/board-games/> <http://www.w3.org/2000/01/rdf-schema#comment> "Games played on a board" .
<http://example.com/games/board-games/> <http://www.w3.org/2000/01/rdf-schema#label> "Board Games" .
<http://example.com/games/card-games/> <http://schema.org/hasPart> <http://example.com/schema/A11> .
<http://example.com/games/card-games/> <http://schema.org/hasPart> <http://example.com/schema/D> .
<http://example.com/games/card-games/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/CreativeWork> .
<http://example.com/games/card-games/> <http://www.w3.org/2000/01/rdf-schema#comment> "Games played with cards" .
<http://example.com/games/card-games/> <http://www.w3.org/2000/01/rdf-schema#label> "Card Games" .
<http://example.com/games/dice-games/> <http://schema.org/hasPart> <http://example.com/schema/A1> .
<http://example.com/games/dice-games/> <http://schema.org/hasPart> <http://example.com/schema/A12> .
<http://example.com/games/dice-games/> <http://schema.org/hasPart> <http://example.com/schema/A14> .
<http://example.com/games/dice-games/> <http://schema.org/hasPart> <http://example.com/schema/A15> .
<http://example.com/games/dice-games/> <http://schema.org/hasPart> <http://example.com/schema/A16> .
<http://example.com/games/dice-games/> <http://schema.org/hasPart> <http://example.com/schema/A2> .
<http://example.com/games/dice-games/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/CreativeWork> .
<http://example.com/games/dice-games/> <http://www.w3.org/2000/01/rdf-schema#comment> "Games played with dice" .
<http://example.com/games/dice-games/> <http://www.w3.org/2000/01/rdf-schema#label> "Dice Games" .
<http://example.com/sports/> <http://schema.org/hasPart> <http://example.com/sports/individual-sports/> .
<http://example.com/sports/> <http://schema.org/hasPart> <http://example.com/sports/team-sports/> .
<http://example.com/sports/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/CreativeWork> .
<http://example.com/sports/> <http://www.w3.org/2000/01/rdf-schema#comment> "A bunch of sports" .
<http://example.com/sports/> <http://www.w3.org/2000/01/rdf-schema#label> "Sports" .
<http://example.com/sports/individual-sports/> <http://schema.org/hasPart> <http://example.com/schema/RockClimbing> .
<http://example.com/sports/individual-sports/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/CreativeWork> .
<http://example.com/sports/individual-sports/> <http://www.w3.org/2000/01/rdf-schema#comment> "Sports played individually" .
<http://example.com/sports/individual-sports/> <http://www.w3.org/2000/01/rdf-schema#label> "Individual Sports" .
<http://example.com/sports/team-sports/> <http://schema.org/hasPart> <http://example.com/schema/Curling> .
<http://example.com/sports/team-sports/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/CreativeWork> .
<http://example.com/sports/team-sports/> <http://www.w3.org/2000/01/rdf-schema#comment> "Sports played as a team" .
<http://example.com/sports/team-sports/> <http://www.w3.org/2000/01/rdf-schema#label> "Team Sports" .