forked from concepticon/concepticon-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
22 lines (22 loc) · 695 Bytes
/
metadata.json
File metadata and controls
22 lines (22 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"@context": [
"http://www.w3.org/ns/csvw",
{
"@language": "en"
}
],
"dc:title": "Concepticon",
"dc:description": "A Resource for the Linking of Concept Lists",
"dc:publisher": {
"http://xmlns.com/foaf/0.1/name": "Max Planck Institute for the Science of Human History",
"dc:Location": "Jena",
"http://xmlns.com/foaf/0.1/homepage": "https://www.shh.mpg.de",
"http://xmlns.com/foaf/0.1/mbox": "concepticon@shh.mpg.de"
},
"dc:license": {
"url": "https://creativecommons.org/licenses/by/4.0/",
"icon": "cc-by.png",
"name": "Creative Commons Attribution 4.0 International License"
},
"dcat:accessURL": "https://concepticon.clld.org"
}