Skip to content

Commit b776ade

Browse files
committed
fixed context with title set
1 parent 9606d2f commit b776ade

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"@context": {
3+
"dts": "https://w3id.org/dts/api#",
4+
"dct": "http://purl.org/dc/terms/",
5+
6+
"CitableUnit": "dts:CitableUnit",
7+
"CitationTree": "dts:CitationTree",
8+
"CiteStructure": "dts:CiteStructure",
9+
"Collection": "dts:Collection",
10+
"EntryPoint": "dts:EntryPoint",
11+
"MetadataObject": "dts:MetadataObject",
12+
"Navigation": "dts:Navigation",
13+
"Pagination": "dts:Pagination",
14+
"Resource": "dts:Resource",
15+
16+
"citationTrees": "dts:citationTrees",
17+
"citeStructure":"dts:citeStructure",
18+
"description": "dts:description",
19+
"dublinCore": "@nest",
20+
"end": "dts:end",
21+
"extensions": "dts:extensions",
22+
"first": "dts:first",
23+
"last": "dts:last",
24+
"member": "dts:member",
25+
"next": "dts:next",
26+
"previous": "dts:previous",
27+
"ref": "dts:ref",
28+
"resource": "dts:resource",
29+
"start": "dts:start",
30+
"title": { "@id": "dct:title", "@container": "@set", "@context": { "value": "@value", "lang": "@language" } },
31+
"view": "dts:view",
32+
33+
"citeType": "dts:citeType",
34+
"collection": "dts:collection",
35+
"document": "dts:document",
36+
"download": "dts:download",
37+
"dtsVersion": "dts:dtsVersion",
38+
"identifier": "dts:identifier",
39+
"level": "dts:level",
40+
"mediaTypes": "dts:mediaTypes",
41+
"navigation": "dts:navigation",
42+
"parent": "dts:parent",
43+
"totalChildren": "dts:totalChildren",
44+
"totalParents": "dts:totalParents"
45+
46+
}
47+
}

0 commit comments

Comments
 (0)