ISO/CSDGM DCAT¶
FAQ - DCAT with ISO/CSDGM¶
This FAQ provides a method for linking to a geospatial record (ISO/CSDGM) in DCAT-US 1.1 metadata for publishing into GeoPlatform.
GeoPlatform supports the publishing of ISO 19139:2007 and Content Standard for Digital Geospatial Metadata (CSDGM) metadata records. GeoPlatform can additionally support the publishing of geospatial metadata records linked within a DCAT-US record using the Distribuition and conformsTo fields. The following examples show the process for linking to geospatial records.
For more information on the GeoPlatform’s harvesting see the Data Sources FAQ.
Geospatial Metadata Link Example¶
Data.gov Geospatial data.json examples
To link to the geospatial record add a Dataset Distribution Field and define the conformsTo field to specify the schema for the geospatial record.
GeoPlatform supported conformsTo fields:
http://www.isotc211.org/2005/gmd
(for ISO 19115)http://www.isotc211.org/2005/gmi
(for ISO 19115-2)http://standards.iso.org/iso/19115/-3/mdt
(for ISO 19115-1)http://www.fgdc.gov/schemas/metadata
(for CSDGM)
Best practice for creating the DCAT record includes:¶
Use the downloadURL field to point to the URL that provides a direct access link to the original source metadata file.
Include a mediaType and format (text/xml and XML, respectively).
Ensure that the DCAT record title and abstract are the same as the source metadata record.
Include the “geospatial” theme in the DCAT record so that your dataset will be marked as geospatial in Data.gov and therefore discoverable by the GeoPlatform.
Example DCAT Snippet from “Final Critical Habitat for 24 species in Hawaii” DCAT-US record.¶
Link to example DCAT-US record in Data.gov linking to a geospatial metadata record.
Link to example DCAT-US record in Data.gov.
{
"@type": "dcat:Distribution",
"conformsTo": "http://www.isotc211.org/2005/gmi",
"description": "The metadata original source", "downloadURL": "https://data.doi.gov/harvest/object/fca3584a-9ee6-47c3-95de-983497f9b7d7",
"format": "XML", "mediaType": "text/xml", "title": "Original Metadata"
}
More information¶
Data.gov DCAT Validator
FAQ - GeoPlatform Data Sources
Data.gov DCAT-US 1.1 metadata