{ "conformsTo": "https://project-open-data.cio.gov/v1.1/schema", "describedBy": "https://project-open-data.cio.gov/v1.1/schema/catalog.json", "@context": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld", "@type": "dcat:Catalog", "dataset": [ { "@type": "dcat:Dataset", "title": "Test Title", "description": "This is a test description", "modified": "2017-05-15", "accessLevel": "public", "identifier": "2016-01-22-01", "dataQuality": true, "license": "https://creativecommons.org/publicdomain/zero/1.0/", "publisher": { "@type": "org:Organization", "name": "General Services Administration" }, "accrualPeriodicity": "R/P1Y", "contactPoint": { "@type": "vcard:Contact", "fn": "fname lname", "hasEmail": "mailto:aaa@bbb.ccc" }, "distribution": [ { "@type": "dcat:Distribution", "mediaType": "application/pdf", "format": "pdf", "title": "Some resource title", "description": "This is resource description", "downloadURL": "https://www.yahoo.com/test.pdf" } ], "keyword": [ "GSA IT", "Implementation Plan" ], "bureauCode": [ "023:00" ], "programCode": [ "023:000" ], "theme": [ "IT Initiatives" ] } ] }