Skip to content

Commit 739dd64

Browse files
committed
language map for dcterms:title
1 parent 18310d4 commit 739dd64

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

xsl/context/dct-obj.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
"@context": {
33
"dublinCore": {
44
"@id": "https://w3id.org/dts/api#dublinCore",
5-
"@vocab": "http://purl.org/dc/terms/"
5+
"@context": {
6+
"@vocab": "http://purl.org/dc/terms/",
7+
"default": "@none",
8+
"title": {
9+
"@id": "http://purl.org/dc/terms/title",
10+
"@container": "@language",
11+
"@value": "Default Title"
12+
}
13+
}
614
}
715
}
816
}

0 commit comments

Comments
 (0)