-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
124 lines (124 loc) · 2.89 KB
/
codemeta.json
File metadata and controls
124 lines (124 loc) · 2.89 KB
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
121
122
123
124
{
"@context": [
"https://schema.org"
],
"@id": "https://www.let.rug.nl/alfa/rdf/noordergraf",
"@type": "DataSet",
"name": "Noordergraf",
"description": "Graven in (voornamelijk) het noorden van Nederland",
"url": "https://noordergraf.rug.nl/",
"distibution": [
{
"@type": "DataDownload",
"contentUrl": {
"@id": "https://noordergraf.rug.nl/index.ttl"
},
"encodingFormat": "text/turtle"
},
{
"@type": "DataDownload",
"contentUrl": {
"@id": "https://noordergraf.rug.nl/index.nt"
},
"encodingFormat": "application/n-triples"
},
{
"@type": "DataDownload",
"contentUrl": {
"@id": "https://noordergraf.rug.nl/index.rdf"
},
"encodingFormat": "application/rdf+xml"
},
{
"@type": "DataDownload",
"contentUrl": {
"@id": "https://noordergraf.rug.nl/index.penman"
},
"encodingFormat": "text/x.penman"
}
],
"producer": {
"@id": "_:cl",
"@type": "Organization",
"name": [
{
"@value": "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen",
"@language": "nl"
},
{
"@value": "Computational Linguistics, Faculty of Arts, Groningen University",
"@language": "en"
}
],
"url": "https://www.rug.nl/research/clcg/research/cl/",
"parentOrganization": {
"@id": "_:rug",
"@type": "Organization",
"name": [
{
"@value": "Rijksuniversiteit Groningen",
"@language": "nl"
},
{
"@value": "Groningen University",
"@language": "en"
}
],
"url": "https://www.rug.nl/",
"sameAs": "http://www.wikidata.org/entity/Q850730",
"location": {
"@id": "_:groningen",
"@type": "Place",
"name": "Groningen",
"address": {
"@id": "_:grnNL",
"@type": "PostalAddress",
"addressLocality": "Groningen",
"addressRegion": "Groningen",
"addressCountry": "NL"
},
"sameAs": [
"http://www.wikidata.org/entity/Q749",
"https://sws.geonames.org/2755251/"
]
}
}
},
"creator": [
{
"@id": "_:jbos",
"@type": "Person",
"sameAs": "https://orcid.org/0000-0002-9079-5438",
"givenName": "Johan",
"familyName": "Bos",
"email": "mailto:johan.bos@rug.nl",
"affiliation": {
"@id": "_:cl"
}
},
{
"@id": "_:pkleiweg",
"@type": "Person",
"sameAs": "https://orcid.org/0000-0001-8364-3201",
"givenName": "Peter",
"familyName": "Kleiweg",
"email": "mailto:p.c.j.kleiweg@rug.nl",
"affiliation": {
"@id": "_:cl"
}
}
],
"editor": [
{
"@id": "_:jbos"
}
],
"maintainer": [
{
"@id": "_:jbos"
},
{
"@id": "_:pkleiweg"
}
]
}