-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinksetContext.jsonld
29 lines (29 loc) · 1.13 KB
/
linksetContext.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
{
"@context": {
"@vocab": "http://www.iana.org/assignments/relation/",
"@protected": true,
"anchor":"@id",
"href":"@id",
"linkset": "@graph",
"_linkset": "@graph",
"dcterms": "http://purl.org/dc/terms/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"gs1": "https://gs1.org/voc/",
"schema": "http://schema.org/",
"hreflang": {"@id":"http://purl.org/dc/terms/language","@container": "@set"},
"title": {"@id":"http://purl.org/dc/terms/title"},
"title*": {"@id":"http://purl.org/dc/terms/title","@container": "@set"},
"type": {"@id":"http://purl.org/dc/terms/format" },
"creator": {"@id":"http://purl.org/dc/terms/creator"},
"creatorName": {"@id":"http://purl.org/dc/elements/1.1/creator"},
"modified": {"@id":"http://purl.org/dc/terms/modified"},
"_comment": {"@id":"https://ontologi.es/doap-bugs#comment"},
"itemDescription": {"@id":"http://www.w3.org/2000/01/rdf-schema#comment"},
"id":"@id",
"a":"@type",
"language": "@language",
"value":"@value"
}
}