-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsptournamentphase.ttl
More file actions
87 lines (72 loc) · 3.06 KB
/
sptournamentphase.ttl
File metadata and controls
87 lines (72 loc) · 3.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix sptournamentphase: <http://cv.iptc.org/newscodes/sptournamentphase/>
<http://cv.iptc.org/newscodes/sptournamentphase/>
rdf:type skos:ConceptScheme;
skos:hasTopConcept sptournamentphase:elimination;
skos:hasTopConcept sptournamentphase:group;
skos:hasTopConcept sptournamentphase:heat;
skos:hasTopConcept sptournamentphase:play-off;
skos:hasTopConcept sptournamentphase:tiebreaker;
skos:hasTopConcept sptournamentphase:round;
skos:hasTopConcept sptournamentphase:round-of-16;
skos:hasTopConcept sptournamentphase:round-robin;
skos:hasTopConcept sptournamentphase:quarter-final;
skos:hasTopConcept sptournamentphase:semi-final;
skos:hasTopConcept sptournamentphase:third-final;
skos:hasTopConcept sptournamentphase:final;
skos:hasTopConcept sptournamentphase:qualification.
sptournamentphase:elimination
rdf:type skos:Concept;
skos:prefLabel "Elimination"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:group
rdf:type skos:Concept;
skos:prefLabel "Group"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:heat
rdf:type skos:Concept;
skos:prefLabel "Heat"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:play-off
rdf:type skos:Concept;
skos:prefLabel "Play Off"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:tiebreaker
rdf:type skos:Concept;
skos:prefLabel "Tie Breaker"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:round
rdf:type skos:Concept;
skos:prefLabel "Round"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:round-of-16
rdf:type skos:Concept;
skos:prefLabel "Round of 16"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:round-robin
rdf:type skos:Concept;
skos:prefLabel "Round Robin"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:quarter-final
rdf:type skos:Concept;
skos:prefLabel "Quarter Final"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:semi-final
rdf:type skos:Concept;
skos:prefLabel "Semi Final"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:third-final
rdf:type skos:Concept;
skos:prefLabel "Third Place Final"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:final
rdf:type skos:Concept;
skos:prefLabel "Final"@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.
sptournamentphase:qualification
rdf:type skos:Concept;
skos:prefLabel "qualification"@en-GB;
skos:definition "The stage, usually prior to a group or elimination stage, where entities compete to qualify for the later ´playoff´ stage."@en-GB;
skos:inScheme <http://cv.iptc.org/newscodes/sptournamentphase/>.