Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 5872e24

Browse files
committed
preliminary JSON-LD context definitions
1 parent 046ed02 commit 5872e24

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

Diff for: v1.1/schema/data.jsonld

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"@context": {
3+
"dcat": "http://www.w3.org/ns/dcat#",
4+
"org": "http://www.w3.org/ns/org#",
5+
"vcard": "http://www.w3.org/2006/vcard/ns#",
6+
"foaf": "http://xmlns.com/foaf/0.1/",
7+
"@vocab": "http://www.w3.org/ns/dcat#",
8+
"dc": "http://purl.org/dc/terms/",
9+
"pod": "https://project-open-data.cio.gov/v1.1/schema#",
10+
"skos": "http://www.w3.org/2004/02/skos/core#",
11+
"describedBy": {
12+
"@id": "http://www.w3.org/2007/05/powder#describedby",
13+
"@type": "@id"
14+
},
15+
"downloadURL": {
16+
"@id": "dcat:downloadURL",
17+
"@type": "@id"
18+
},
19+
"accessURL": {
20+
"@id": "dcat:acessURL",
21+
"@type": "@id"
22+
},
23+
"title": "dc:title",
24+
"description": "dc:description",
25+
"issued": {
26+
"@id": "dc:issued",
27+
"@type": "http://www.w3.org/2001/XMLSchema#date"
28+
},
29+
"modified": {
30+
"@id": "dc:modified",
31+
"@type": "http://www.w3.org/2001/XMLSchema#date"
32+
},
33+
"language": "dc:language",
34+
"license": "dc:license",
35+
"rights": "dc:rights",
36+
"spatial": "dc:spatial",
37+
"conformsTo": {
38+
"@id": "dc:conformsTo",
39+
"@type": "@id"
40+
},
41+
"publisher": "dc:publisher",
42+
"identifier": "dc:identifier",
43+
"temporal": "dc:temporal",
44+
"format": "dc:format",
45+
"accrualPeriodicity": "dc:accrualPeriodicity",
46+
"homepage": "foaf:homepage",
47+
"accessLevel": "pod:accessLevel",
48+
"bureauCode": "pod:bureauCode",
49+
"dataQuality": "pod:dataQuality",
50+
"describedByType": "pod:describedByType",
51+
"primaryITInvestmentUII": "pod:primaryITInvestmentUII",
52+
"programCode": "pod:programCode",
53+
"fn": "vcard:fn",
54+
"hasEmail": "vcard:email",
55+
"name": "skos:prefLabel",
56+
"subOrganizationOf": "org:subOrganizationOf"
57+
}
58+
}

0 commit comments

Comments
 (0)