This repository was archived by the owner on Aug 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathskos.jsonld
More file actions
874 lines (874 loc) · 25.3 KB
/
skos.jsonld
File metadata and controls
874 lines (874 loc) · 25.3 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
{
"@context": {
"dct": "http://purl.org/dc/terms/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"skos": "http://www.w3.org/2004/02/skos/core#"
},
"@graph": [
{
"@id": "_:g70065055804700",
"@type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"@id": "skos:Concept"
},
{
"@id": "skos:Collection"
}
]
}
},
{
"@id": "http://www.w3.org/2004/02/skos/core",
"@type": "owl:Ontology",
"dct:contributor": [
"Dave Beckett",
"Nikki Rogers",
"Participants in W3C's Semantic Web Deployment Working Group."
],
"dct:creator": [
"Sean Bechhofer",
"Alistair Miles"
],
"dct:description": {
"@value": "An RDF vocabulary for describing the basic structure and content of concept schemes such as thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', other types of controlled vocabulary, and also concept schemes embedded in glossaries and terminologies.",
"@language": "en"
},
"dct:title": {
"@value": "SKOS Vocabulary",
"@language": "en"
},
"rdfs:seeAlso": {
"@id": "http://www.w3.org/TR/skos-reference/"
}
},
{
"@id": "skos:Collection",
"@type": "owl:Class",
"owl:disjointWith": [
{
"@id": "skos:Concept"
},
{
"@id": "skos:ConceptScheme"
}
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "Collection",
"@language": "en"
},
"skos:definition": {
"@value": "A meaningful collection of concepts.",
"@language": "en"
},
"skos:scopeNote": {
"@value": "Labelled collections can be used where you would like a set of concepts to be displayed under a 'node label' in the hierarchy.",
"@language": "en"
}
},
{
"@id": "skos:Concept",
"@type": "owl:Class",
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "Concept",
"@language": "en"
},
"skos:definition": {
"@value": "An idea or notion; a unit of thought.",
"@language": "en"
}
},
{
"@id": "skos:ConceptScheme",
"@type": "owl:Class",
"owl:disjointWith": {
"@id": "skos:Concept"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "Concept Scheme",
"@language": "en"
},
"skos:definition": {
"@value": "A set of concepts, optionally including statements about semantic relationships between those concepts.",
"@language": "en"
},
"skos:example": {
"@value": "Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies.",
"@language": "en"
},
"skos:scopeNote": {
"@value": "A concept scheme may be defined to include concepts from different sources.",
"@language": "en"
}
},
{
"@id": "skos:OrderedCollection",
"@type": "owl:Class",
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "Ordered Collection",
"@language": "en"
},
"rdfs:subClassOf": {
"@id": "skos:Collection"
},
"skos:definition": {
"@value": "An ordered collection of concepts, where both the grouping and the ordering are meaningful.",
"@language": "en"
},
"skos:scopeNote": {
"@value": "Ordered collections can be used where you would like a set of concepts to be displayed in a specific order, and optionally under a 'node label'.",
"@language": "en"
}
},
{
"@id": "skos:altLabel",
"@type": [
"owl:AnnotationProperty",
"rdf:Property"
],
"rdfs:comment": [
{
"@value": "The range of skos:altLabel is the class of RDF plain literals.",
"@language": "en"
},
{
"@value": "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.",
"@language": "en"
}
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "alternative label",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "rdfs:label"
},
"skos:definition": {
"@value": "An alternative lexical label for a resource.",
"@language": "en"
},
"skos:example": {
"@value": "Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel).",
"@language": "en"
}
},
{
"@id": "skos:broadMatch",
"@type": [
"rdf:Property",
"owl:ObjectProperty"
],
"owl:inverseOf": {
"@id": "skos:narrowMatch"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has broader match",
"@language": "en"
},
"rdfs:subPropertyOf": [
{
"@id": "skos:broader"
},
{
"@id": "skos:mappingRelation"
}
],
"skos:definition": {
"@value": "skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes.",
"@language": "en"
}
},
{
"@id": "skos:broader",
"@type": [
"rdf:Property",
"owl:ObjectProperty"
],
"owl:inverseOf": {
"@id": "skos:narrower"
},
"rdfs:comment": {
"@value": "Broader concepts are typically rendered as parents in a concept hierarchy (tree).",
"@language": "en"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has broader",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:broaderTransitive"
},
"skos:definition": {
"@value": "Relates a concept to a concept that is more general in meaning.",
"@language": "en"
},
"skos:scopeNote": {
"@value": "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources.",
"@language": "en"
}
},
{
"@id": "skos:broaderTransitive",
"@type": [
"owl:TransitiveProperty",
"rdf:Property",
"owl:ObjectProperty"
],
"owl:inverseOf": {
"@id": "skos:narrowerTransitive"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has broader transitive",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:semanticRelation"
},
"skos:definition": "skos:broaderTransitive is a transitive superproperty of skos:broader.",
"skos:scopeNote": {
"@value": "By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application.",
"@language": "en"
}
},
{
"@id": "skos:changeNote",
"@type": [
"owl:AnnotationProperty",
"rdf:Property"
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "change note",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:note"
},
"skos:definition": {
"@value": "A note about a modification to a concept.",
"@language": "en"
}
},
{
"@id": "skos:closeMatch",
"@type": [
"rdf:Property",
"owl:SymmetricProperty",
"owl:ObjectProperty"
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has close match",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:mappingRelation"
},
"skos:definition": {
"@value": "skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of \"compound errors\" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property.",
"@language": "en"
}
},
{
"@id": "skos:definition",
"@type": [
"owl:AnnotationProperty",
"rdf:Property"
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "definition",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:note"
},
"skos:definition": {
"@value": "A statement or formal explanation of the meaning of a concept.",
"@language": "en"
}
},
{
"@id": "skos:editorialNote",
"@type": [
"owl:AnnotationProperty",
"rdf:Property"
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "editorial note",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:note"
},
"skos:definition": {
"@value": "A note for an editor, translator or maintainer of the vocabulary.",
"@language": "en"
}
},
{
"@id": "skos:exactMatch",
"@type": [
"owl:TransitiveProperty",
"rdf:Property",
"owl:SymmetricProperty",
"owl:ObjectProperty"
],
"rdfs:comment": {
"@value": "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch.",
"@language": "en"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has exact match",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:closeMatch"
},
"skos:definition": {
"@value": "skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch.",
"@language": "en"
}
},
{
"@id": "skos:example",
"@type": [
"owl:AnnotationProperty",
"rdf:Property"
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "example",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:note"
},
"skos:definition": {
"@value": "An example of the use of a concept.",
"@language": "en"
}
},
{
"@id": "skos:hasTopConcept",
"@type": [
"rdf:Property",
"owl:ObjectProperty"
],
"owl:inverseOf": {
"@id": "skos:topConceptOf"
},
"rdfs:domain": {
"@id": "skos:ConceptScheme"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has top concept",
"@language": "en"
},
"rdfs:range": {
"@id": "skos:Concept"
},
"skos:definition": {
"@value": "Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies.",
"@language": "en"
}
},
{
"@id": "skos:hiddenLabel",
"@type": [
"owl:AnnotationProperty",
"rdf:Property"
],
"rdfs:comment": [
{
"@value": "The range of skos:hiddenLabel is the class of RDF plain literals.",
"@language": "en"
},
{
"@value": "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.",
"@language": "en"
}
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "hidden label",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "rdfs:label"
},
"skos:definition": {
"@value": "A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations.",
"@language": "en"
}
},
{
"@id": "skos:historyNote",
"@type": [
"owl:AnnotationProperty",
"rdf:Property"
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "history note",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:note"
},
"skos:definition": {
"@value": "A note about the past state/use/meaning of a concept.",
"@language": "en"
}
},
{
"@id": "skos:inScheme",
"@type": [
"rdf:Property",
"owl:ObjectProperty"
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "is in scheme",
"@language": "en"
},
"rdfs:range": {
"@id": "skos:ConceptScheme"
},
"skos:definition": {
"@value": "Relates a resource (for example a concept) to a concept scheme in which it is included.",
"@language": "en"
},
"skos:scopeNote": {
"@value": "A concept may be a member of more than one concept scheme.",
"@language": "en"
}
},
{
"@id": "skos:mappingRelation",
"@type": [
"rdf:Property",
"owl:ObjectProperty"
],
"rdfs:comment": {
"@value": "These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice.",
"@language": "en"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "is in mapping relation with",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:semanticRelation"
},
"skos:definition": {
"@value": "Relates two concepts coming, by convention, from different schemes, and that have comparable meanings",
"@language": "en"
}
},
{
"@id": "skos:member",
"@type": [
"rdf:Property",
"owl:ObjectProperty"
],
"rdfs:domain": {
"@id": "skos:Collection"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has member",
"@language": "en"
},
"rdfs:range": {
"@id": "_:g70065055804700"
},
"skos:definition": {
"@value": "Relates a collection to one of its members.",
"@language": "en"
}
},
{
"@id": "skos:memberList",
"@type": [
"owl:FunctionalProperty",
"rdf:Property",
"owl:ObjectProperty"
],
"rdfs:comment": {
"@value": "For any resource, every item in the list given as the value of the\n skos:memberList property is also a value of the skos:member property.",
"@language": "en"
},
"rdfs:domain": {
"@id": "skos:OrderedCollection"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has member list",
"@language": "en"
},
"rdfs:range": {
"@id": "rdf:List"
},
"skos:definition": {
"@value": "Relates an ordered collection to the RDF list containing its members.",
"@language": "en"
}
},
{
"@id": "skos:narrowMatch",
"@type": [
"rdf:Property",
"owl:ObjectProperty"
],
"owl:inverseOf": {
"@id": "skos:broadMatch"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has narrower match",
"@language": "en"
},
"rdfs:subPropertyOf": [
{
"@id": "skos:narrower"
},
{
"@id": "skos:mappingRelation"
}
],
"skos:definition": {
"@value": "skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes.",
"@language": "en"
}
},
{
"@id": "skos:narrower",
"@type": [
"rdf:Property",
"owl:ObjectProperty"
],
"owl:inverseOf": {
"@id": "skos:broader"
},
"rdfs:comment": {
"@value": "Narrower concepts are typically rendered as children in a concept hierarchy (tree).",
"@language": "en"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has narrower",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:narrowerTransitive"
},
"skos:definition": {
"@value": "Relates a concept to a concept that is more specific in meaning.",
"@language": "en"
},
"skos:scopeNote": {
"@value": "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources.",
"@language": "en"
}
},
{
"@id": "skos:narrowerTransitive",
"@type": [
"owl:TransitiveProperty",
"rdf:Property",
"owl:ObjectProperty"
],
"owl:inverseOf": {
"@id": "skos:broaderTransitive"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has narrower transitive",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:semanticRelation"
},
"skos:definition": "skos:narrowerTransitive is a transitive superproperty of skos:narrower.",
"skos:scopeNote": {
"@value": "By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application.",
"@language": "en"
}
},
{
"@id": "skos:notation",
"@type": [
"owl:DatatypeProperty",
"rdf:Property"
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "notation",
"@language": "en"
},
"skos:definition": {
"@value": "A notation, also known as classification code, is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme.",
"@language": "en"
},
"skos:scopeNote": {
"@value": "By convention, skos:notation is used with a typed literal in the object position of the triple.",
"@language": "en"
}
},
{
"@id": "skos:note",
"@type": [
"owl:AnnotationProperty",
"rdf:Property"
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "note",
"@language": "en"
},
"skos:definition": {
"@value": "A general note, for any purpose.",
"@language": "en"
},
"skos:scopeNote": {
"@value": "This property may be used directly, or as a super-property for more specific note types.",
"@language": "en"
}
},
{
"@id": "skos:prefLabel",
"@type": [
"owl:AnnotationProperty",
"rdf:Property"
],
"rdfs:comment": [
{
"@value": "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise\n disjoint properties.",
"@language": "en"
},
{
"@value": "The range of skos:prefLabel is the class of RDF plain literals.",
"@language": "en"
},
{
"@value": "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag.",
"@language": "en"
}
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "preferred label",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "rdfs:label"
},
"skos:definition": {
"@value": "The preferred lexical label for a resource, in a given language.",
"@language": "en"
}
},
{
"@id": "skos:related",
"@type": [
"rdf:Property",
"owl:SymmetricProperty",
"owl:ObjectProperty"
],
"rdfs:comment": {
"@value": "skos:related is disjoint with skos:broaderTransitive",
"@language": "en"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has related",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:semanticRelation"
},
"skos:definition": {
"@value": "Relates a concept to a concept with which there is an associative semantic relationship.",
"@language": "en"
}
},
{
"@id": "skos:relatedMatch",
"@type": [
"rdf:Property",
"owl:SymmetricProperty",
"owl:ObjectProperty"
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "has related match",
"@language": "en"
},
"rdfs:subPropertyOf": [
{
"@id": "skos:mappingRelation"
},
{
"@id": "skos:related"
}
],
"skos:definition": {
"@value": "skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes.",
"@language": "en"
}
},
{
"@id": "skos:scopeNote",
"@type": [
"owl:AnnotationProperty",
"rdf:Property"
],
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "scope note",
"@language": "en"
},
"rdfs:subPropertyOf": {
"@id": "skos:note"
},
"skos:definition": {
"@value": "A note that helps to clarify the meaning and/or the use of a concept.",
"@language": "en"
}
},
{
"@id": "skos:semanticRelation",
"@type": [
"rdf:Property",
"owl:ObjectProperty"
],
"rdfs:domain": {
"@id": "skos:Concept"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "is in semantic relation with",
"@language": "en"
},
"rdfs:range": {
"@id": "skos:Concept"
},
"skos:definition": {
"@value": "Links a concept to a concept related by meaning.",
"@language": "en"
},
"skos:scopeNote": {
"@value": "This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.",
"@language": "en"
}
},
{
"@id": "skos:topConceptOf",
"@type": [
"rdf:Property",
"owl:ObjectProperty"
],
"owl:inverseOf": {
"@id": "skos:hasTopConcept"
},
"rdfs:domain": {
"@id": "skos:Concept"
},
"rdfs:isDefinedBy": {
"@id": "http://www.w3.org/2004/02/skos/core"
},
"rdfs:label": {
"@value": "is top concept in scheme",
"@language": "en"
},
"rdfs:range": {
"@id": "skos:ConceptScheme"
},
"rdfs:subPropertyOf": {
"@id": "skos:inScheme"
},
"skos:definition": {
"@value": "Relates a concept to the concept scheme that it is a top level concept of.",
"@language": "en"
}
}
]
}