Created
January 14, 2019 07:26
-
-
Save ebuckley/3a2472db449a185b27606f8ffd7066cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld", | |
"@type": "dcat:Catalog", | |
"conformsTo": "https://project-open-data.cio.gov/v1.1/schema", | |
"dataset": [ | |
{ | |
"@type": "dcat:Dataset", | |
"accessLevel": "public", | |
"contactPoint": { | |
"@type": "vcard:Contact", | |
"fn": "Developer person", | |
"hasEmail": "mailto:[email protected]" | |
}, | |
"description": "a test dataset for data-519", | |
"distribution": [ | |
{ | |
"@type": "dcat:Distribution", | |
"accessURL": "http://doc-deptconservation.opendata.arcgis.com/datasets/59a193dfa57d4f87b7ef157a412907d3_0", | |
"format": "Web page", | |
"mediaType": "text/html", | |
"title": "ArcGIS Open Dataset" | |
} | |
], | |
"identifier": "https://ersin.nz/", | |
"issued": "2017-11-07T01:27:51.000Z", | |
"keyword": [ | |
"OpenData", | |
"DOC", | |
"Tracks", | |
"Walks", | |
"Recreation" | |
], | |
"landingPage": "http://doc-deptconservation.opendata.arcgis.com/datasets/59a193dfa57d4f87b7ef157a412907d3_0", | |
"license": "https://hub.arcgis.com/api/v2/datasets/59a193dfa57d4f87b7ef157a412907d3_0/license", | |
"modified": "2018-06-15T07:12:44.258Z", | |
"publisher": { | |
"name": "Department of pie investigations" | |
}, | |
"spatial": "166.26219932485577,-47.2218745944174,178.07296156261762,-34.32001791011695", | |
"theme": [ | |
"geospatial" | |
], | |
"title": "data-519-test-dataset", | |
"webService": "https://services1.arcgis.com/3JjYDyG3oajxU6HO/arcgis/rest/services/DOC_Tracks/FeatureServer/0" | |
} | |
], | |
"describedBy": "https://project-open-data.cio.gov/v1.1/schema/catalog.json" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment