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.

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 135 plant and animal species” DCAT-US record.

Link to example DCAT-US record in Data.gov that points to an ISO geospatial metadata record.

{
    "@type": "dcat:Distribution",
    "conformsTo": "http://www.isotc211.org/2005/gmi",
    "description": "The metadata original source", "downloadURL": "https://data.doi.gov/harvest/object/212ebcce-557a-4031-9931-b21751b2d640",
    "format": "XML", "mediaType": "text/xml", "title": "Original Metadata"
}

Example DCAT Snippet from “LANDFIRE Forest Canopy Cover” DCAT-US record.

Link to example DCAT-US record in Data.gov that points to a CSDGM record.

{
    "@type": "dcat:Distribution",
    "conformsTo": "https://www.fgdc.gov/schemas/metadata/",
    "description": "The metadata original format", "downloadURL": "https://data.usgs.gov/datacatalog/metadata/USGS.64bead9bd34e70357a31c52a.xml",
    "format": "XML", "mediaType": "text/xml", "title": "Original Metadata"
}

More information