Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Info: mapping lineage statements #122

Open
joachimnielandt opened this issue May 10, 2024 · 0 comments
Open

Info: mapping lineage statements #122

joachimnielandt opened this issue May 10, 2024 · 0 comments
Labels
type:implementation-evidence Evidence of usage of GeoDCAT-AP

Comments

@joachimnielandt
Copy link

In ISO gmd:lineage offers a sorted list of gmd:LI_Lineage/gmd:statement. The challenge we face in DCAT is that ordering in RDF is not inherently present, whereas XML offers this naturally.

When mapping the gmd:lineage statement, we have dct:provenance refer to a specific web page that (only) contains the lineage information, following the ISO structure. This page is created by a GeoNetwork formatter. This at the very least allows us to not lose the information. In a further discussion, this could be done on a more machine-readable level.

Example:

<dct:provenance>
  <dct:ProvenanceStatement rdf:about="https://metadata.vlaanderen.be/srv/dut/catalog.search#/metadata/1406bf74-3057-4a70-ab26-95d293b59c8f/formatters/lineage">
    <dct:title xml:lang="nl">
      Aanmaak gebieden met recht van voorkoop, Zeehavengebieden en Linkerscheldeoevergebied
    </dct:title>
  </dct:ProvenanceStatement>
</dct:provenance>
@jakubklimek jakubklimek added the type:implementation-evidence Evidence of usage of GeoDCAT-AP label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:implementation-evidence Evidence of usage of GeoDCAT-AP
Projects
None yet
Development

No branches or pull requests

2 participants