Skip to content

Obsolete exposition of ISO-19139 "pointOfContact" in new DCAT mapping #9342

Description

@streino

The following ISO-19139 record:

<gmd:identificationInfo>
  <gmd:MD_DataIdentification>
    <gmd:pointOfContact>
      <gmd:CI_ResponsibleParty>
        <gmd:individualName>
          <gco:CharacterString>AFB</gco:CharacterString>
        </gmd:individualName>
      <gmd:organisationName>
        <gco:CharacterString>Agence française pour la biodiversité (AFB) - Pôle de Vincennes (ex Office national de l'eau et des milieux aquatiques)</gco:CharacterString>
      </gmd:organisationName>
      ...

is currently (4.4.9) mapped in the new DCAT and GeoDCAT-AP exposition to:

<dcat:contactPoint>
  <rdf:Description>
    <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
    <vcard:fn xml:lang="fr">AFB</vcard:fn>
    <vcard:org>
      <rdf:Description>
        <vcard:organisation-name xml:lang="fr">Agence française pour la biodiversité (AFB) - Pôle de Vincennes (ex Office national de l'eau et des milieux aquatiques)</vcard:organisation-name>
        ...

This uses the deprecated vcard:org property and probably should instead use the current ontology (2014):

<dcat:contactPoint>
  <rdf:Description>
    <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
    <vcard:fn xml:lang="fr">AFB</vcard:fn>
    <vcard:organisation-name xml:lang="fr">Agence française pour la biodiversité (AFB) - Pôle de Vincennes (ex Office national de l'eau et des milieux aquatiques)</vcard:organisation-name>
    ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions