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>
...
The following ISO-19139 record:
is currently (4.4.9) mapped in the new DCAT and GeoDCAT-AP exposition to:
This uses the deprecated
vcard:orgproperty and probably should instead use the current ontology (2014):