forked from project-open-data/project-open-data.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog.jsonld
58 lines (58 loc) · 1.69 KB
/
catalog.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
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
{
"@context": {
"dcat": "http://www.w3.org/ns/dcat#",
"org": "http://www.w3.org/ns/org#",
"vcard": "http://www.w3.org/2006/vcard/ns#",
"foaf": "http://xmlns.com/foaf/0.1/",
"@vocab": "http://www.w3.org/ns/dcat#",
"dc": "http://purl.org/dc/terms/",
"pod": "https://project-open-data.cio.gov/v1.1/schema#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"describedBy": {
"@id": "http://www.w3.org/2007/05/powder#describedby",
"@type": "@id"
},
"downloadURL": {
"@id": "dcat:downloadURL",
"@type": "@id"
},
"accessURL": {
"@id": "dcat:accessURL",
"@type": "@id"
},
"title": "dc:title",
"description": "dc:description",
"issued": {
"@id": "dc:issued",
"@type": "http://www.w3.org/2001/XMLSchema#date"
},
"modified": {
"@id": "dc:modified",
"@type": "http://www.w3.org/2001/XMLSchema#date"
},
"language": "dc:language",
"license": "dc:license",
"rights": "dc:rights",
"spatial": "dc:spatial",
"conformsTo": {
"@id": "dc:conformsTo",
"@type": "@id"
},
"publisher": "dc:publisher",
"identifier": "dc:identifier",
"temporal": "dc:temporal",
"format": "dc:format",
"accrualPeriodicity": "dc:accrualPeriodicity",
"homepage": "foaf:homepage",
"accessLevel": "pod:accessLevel",
"bureauCode": "pod:bureauCode",
"dataQuality": "pod:dataQuality",
"describedByType": "pod:describedByType",
"primaryITInvestmentUII": "pod:primaryITInvestmentUII",
"programCode": "pod:programCode",
"fn": "vcard:fn",
"hasEmail": "vcard:email",
"name": "skos:prefLabel",
"subOrganizationOf": "org:subOrganizationOf"
}
}