-
Notifications
You must be signed in to change notification settings - Fork 0
/
ontology.nt
38 lines (38 loc) · 3.83 KB
/
ontology.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://example.com/schema/A1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://example.com/schema/A1> <http://www.w3.org/2000/01/rdf-schema#comment> "a1" .
<http://example.com/schema/A1> <http://www.w3.org/2000/01/rdf-schema#label> "A1" .
<http://example.com/schema/A11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://example.com/schema/A11> <http://www.w3.org/2000/01/rdf-schema#comment> "11" .
<http://example.com/schema/A11> <http://www.w3.org/2000/01/rdf-schema#label> "A11" .
<http://example.com/schema/A12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://example.com/schema/A12> <http://www.w3.org/2000/01/rdf-schema#comment> "12" .
<http://example.com/schema/A12> <http://www.w3.org/2000/01/rdf-schema#label> "A12" .
<http://example.com/schema/A14> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://example.com/schema/A14> <http://www.w3.org/2000/01/rdf-schema#comment> "a14" .
<http://example.com/schema/A14> <http://www.w3.org/2000/01/rdf-schema#label> "A14" .
<http://example.com/schema/A15> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://example.com/schema/A15> <http://www.w3.org/2000/01/rdf-schema#comment> "a15" .
<http://example.com/schema/A15> <http://www.w3.org/2000/01/rdf-schema#label> "A15" .
<http://example.com/schema/A16> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://example.com/schema/A16> <http://www.w3.org/2000/01/rdf-schema#comment> "a16" .
<http://example.com/schema/A16> <http://www.w3.org/2000/01/rdf-schema#label> "A16" .
<http://example.com/schema/A2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://example.com/schema/A2> <http://www.w3.org/2000/01/rdf-schema#comment> "a2" .
<http://example.com/schema/A2> <http://www.w3.org/2000/01/rdf-schema#label> "A2" .
<http://example.com/schema/Aa> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://example.com/schema/Aa> <http://www.w3.org/2000/01/rdf-schema#comment> "aa" .
<http://example.com/schema/Aa> <http://www.w3.org/2000/01/rdf-schema#label> "AA" .
<http://example.com/schema/b> <http://schema.org/domainIncludes> <http://example.com/schema/RockClimbing> .
<http://example.com/schema/b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://example.com/schema/b> <http://www.w3.org/2000/01/rdf-schema#comment> "c" .
<http://example.com/schema/b> <http://www.w3.org/2000/01/rdf-schema#label> "b" .
<http://example.com/schema/Curling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://example.com/schema/Curling> <http://www.w3.org/2000/01/rdf-schema#comment> "This is curling" .
<http://example.com/schema/Curling> <http://www.w3.org/2000/01/rdf-schema#label> "Curling" .
<http://example.com/schema/D> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://example.com/schema/D> <http://www.w3.org/2000/01/rdf-schema#comment> "e" .
<http://example.com/schema/D> <http://www.w3.org/2000/01/rdf-schema#label> "D" .
<http://example.com/schema/RockClimbing> <http://purl.org/dc/terms/modified> "2020-01-21"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://example.com/schema/RockClimbing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://example.com/schema/RockClimbing> <http://www.w3.org/2000/01/rdf-schema#comment> "A sport where the goal is to climb." .
<http://example.com/schema/RockClimbing> <http://www.w3.org/2000/01/rdf-schema#label> "Rock Climbing" .