-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathyalc.jsonld
120 lines (120 loc) · 2.76 KB
/
yalc.jsonld
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
{
"@context": {
"@base": "https://triplydb.com/",
"@version": 1.1,
"@vocab": "https://triplydb.com/Triply/yalc/vocab/",
"Dataset": "void:Dataset",
"Organization": "sdo:Organization",
"SemanticVersion": {
"@id": "tv:SemanticVersion"
},
"about": {
"@container": "@set",
"@context": {
"@base": "https://triplydb.com/Triply/yalc/id/topic/"
},
"@id": "sdo:about",
"@type": "@id"
},
"asset": {
"@container": "@set",
"@id": "sdo:hasPart",
"@type": "xsd:string"
},
"changeFrequency": {
"@type": "ChangeFrequency"
},
"contentUrl": {
"@container": "@set",
"@id": "sdo:contentUrl",
"@type": "xsd:anyURI"
},
"date": {
"@id": "time:inXSDDate",
"@type": "xsd:date"
},
"dct": "http://purl.org/dc/terms/",
"description": {
"@id": "dct:description",
"@type": "markdown"
},
"distribution": {
"@id": "sdo:distribution",
"@type": "sdo:DataDownlod"
},
"exampleResource": {
"@container": "@set",
"@type": "@id"
},
"homepage": {
"@id": "foaf:homepage",
"@type": "xsd:anyURI"
},
"identifier": {
"@id": "sdo:identifier"
},
"image": {
"@id": "sdo:image"
},
"label": {
"@id": "rdfs:label"
},
"license": {
"@id": "sdo:license"
},
"major": {
"@id": "tv:major",
"@type": "xsd:nonNegativeInteger"
},
"minor": {
"@id": "tv:minor",
"@type": "xsd:nonNegativeInteger"
},
"name": {
"@id": "sdo:name"
},
"namespace": {
"@container": "@set",
"@type": "xsd:anyURI"
},
"narrower": {
"@id": "skos:narrower",
"@type": "@id"
},
"organization": {
"@type": "@id"
},
"owl": "http://www.w3.org/2002/07/owl#",
"prefix": {
"@id": "sh:namespace",
"@type": "xsd:anyURI"
},
"prefixDeclaration": {
"@container": "@set",
"@id": "tp:prefixDeclaration",
"@type": "@id"
},
"priorVersion": {
"@id": "owl:priorVersion",
"@type": "@id"
},
"prov": "http://www.w3.org/ns/prov#",
"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#",
"time": "http://www.w3.org/2006/time#",
"tp": "https://triplydb.com/Triply/tp/def/",
"tv": "https://triplydb.com/Triply/tv/def/",
"sdo": "https://schema.org/",
"void": "http://rdfs.org/ns/void#",
"wasDerivedFrom": {
"@id": "prov:wasDerivedFrom",
"@type": "@id"
},
"xsd": "http://www.w3.org/2001/XMLSchema#",
"yearMonth": {
"@id": "time:inXSDgYearMonth",
"@type": "xsd:gYearMonth"
}
}
}