forked from geonetwork/core-geonetwork
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Formatter / DCAT / Improve mapping for organization with multiple ind…
…ividual.
- Loading branch information
1 parent
8628bc4
commit 58c5363
Showing
9 changed files
with
2,318 additions
and
2,176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,22 +132,29 @@ | |
<rdf:Description> | ||
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Organization"/> | ||
<rdf:type rdf:resource="http://www.w3.org/ns/prov#Agent"/> | ||
<foaf:name xml:lang="fre">Helpdesk carto du SPW (SPW - Secrétariat général - SPW Digital - Département de la Géomatique - Direction de l'Intégration des géodonnées)</foaf:name> | ||
<foaf:name xml:lang="fre">Helpdesk carto du SPW (SPW - Secrétariat général - SPW Digital - Département de la | ||
Géomatique - Direction de l'Intégration des géodonnées)</foaf:name> | ||
<foaf:mbox rdf:resource="mailto:[email protected]"/> | ||
</rdf:Description> | ||
</dct:creator> | ||
<dct:publisher> | ||
<rdf:Description> | ||
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Organization"/> | ||
<rdf:type rdf:resource="http://www.w3.org/ns/prov#Agent"/> | ||
<foaf:name xml:lang="fre">Helpdesk carto du SPW (SPW - Secrétariat général - SPW Digital - Département de la Géomatique - Direction de l'Intégration des géodonnées)</foaf:name> | ||
<foaf:name xml:lang="fre">Helpdesk carto du SPW (SPW - Secrétariat général - SPW Digital - Département de la | ||
Géomatique - Direction de l'Intégration des géodonnées)</foaf:name> | ||
<foaf:mbox rdf:resource="mailto:[email protected]"/> | ||
</rdf:Description> | ||
</dct:publisher> | ||
<dcat:contactPoint> | ||
<rdf:Description> | ||
<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/> | ||
<vcard:fn xml:lang="fre">Helpdesk carto du SPW (SPW - Secrétariat général - SPW Digital - Département de la Géomatique - Direction de l'Intégration des géodonnées)</vcard:fn> | ||
<vcard:org> | ||
<rdf:Description> | ||
<vcard:organisation-name xml:lang="fre">Helpdesk carto du SPW (SPW - Secrétariat général - SPW Digital - Département de la | ||
Géomatique - Direction de l'Intégration des géodonnées)</vcard:organisation-name> | ||
</rdf:Description> | ||
</vcard:org> | ||
<vcard:hasEmail rdf:resource="mailto:[email protected]"/> | ||
</rdf:Description> | ||
</dcat:contactPoint> | ||
|
@@ -160,10 +167,35 @@ | |
<foaf:name>Thierry Berthet</foaf:name> | ||
<org:memberOf> | ||
<foaf:Organization> | ||
<foaf:name xml:lang="fre">Direction du Développement territorial (SPW - Territoire, Logement, Patrimoine, Énergie - Département de l'Aménagement du territoire et de l'Urbanisme - Direction du Développement territorial)</foaf:name> | ||
<foaf:name xml:lang="fre">Direction du Développement territorial (SPW - Territoire, Logement, Patrimoine, | ||
Énergie - Département de l'Aménagement du territoire et de l'Urbanisme - Direction du Développement | ||
territorial)</foaf:name> | ||
</foaf:Organization> | ||
</org:memberOf> | ||
<foaf:mbox rdf:resource="mailto:[email protected]"/> | ||
</rdf:Description> | ||
</prov:agent> | ||
<dcat:hadRole> | ||
<dcat:Role rdf:about="http://standards.iso.org/iso/19115/resources/Codelists/cat/codelists.xml#custodian"> | ||
<skos:prefLabel>custodian</skos:prefLabel> | ||
</dcat:Role> | ||
</dcat:hadRole> | ||
</prov:Attribution> | ||
</prov:qualifiedAttribution> | ||
<prov:qualifiedAttribution> | ||
<prov:Attribution> | ||
<prov:agent> | ||
<rdf:Description rdf:about="https://orcid.org/jb98765"> | ||
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/> | ||
<rdf:type rdf:resource="http://www.w3.org/ns/prov#Agent"/> | ||
<foaf:name>Jean Berthet</foaf:name> | ||
<org:memberOf> | ||
<foaf:Organization rdf:about="https://orcid.org/jb98765"> | ||
<foaf:name xml:lang="fre">Direction du Développement territorial (SPW - Territoire, Logement, Patrimoine, | ||
Énergie - Département de l'Aménagement du territoire et de l'Urbanisme - Direction du Développement | ||
territorial)</foaf:name> | ||
</foaf:Organization> | ||
</org:memberOf> | ||
<foaf:mbox rdf:resource="mailto:[email protected]"/> | ||
</rdf:Description> | ||
</prov:agent> | ||
<dcat:hadRole> | ||
|
@@ -254,12 +286,14 @@ | |
</dcat:theme> | ||
<dcat:theme> | ||
<skos:Concept rdf:about="http://inspire.ec.europa.eu/theme/mf"> | ||
<skos:prefLabel xml:lang="fre">Caractéristiques géographiques météorologiques</skos:prefLabel> | ||
<skos:prefLabel xml:lang="fre">Caractéristiques géographiques | ||
météorologiques</skos:prefLabel> | ||
</skos:Concept> | ||
</dcat:theme> | ||
<dcat:theme> | ||
<skos:Concept rdf:about="http://inspire.ec.europa.eu/theme/of"> | ||
<skos:prefLabel xml:lang="fre">Caractéristiques géographiques océanographiques</skos:prefLabel> | ||
<skos:prefLabel xml:lang="fre">Caractéristiques géographiques | ||
océanographiques</skos:prefLabel> | ||
</skos:Concept> | ||
</dcat:theme> | ||
<dcat:theme> | ||
|
@@ -363,7 +397,8 @@ | |
<dct:conformsTo> | ||
<dct:Standard> | ||
<rdf:type rdf:resource="http://purl.org/dc/terms/Standard"/> | ||
<rdfs:label xml:lang="fre">INSPIRE Data Specification on Transport Networks – Technical Guidelines, version 3.2</rdfs:label> | ||
<rdfs:label xml:lang="fre">INSPIRE Data Specification on Transport Networks – Technical Guidelines, | ||
version 3.2</rdfs:label> | ||
<dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2014-04-17</dct:issued> | ||
</dct:Standard> | ||
</dct:conformsTo> | ||
|
@@ -419,9 +454,9 @@ | |
<dct:accrualPeriodicity> | ||
<dct:Frequency rdf:about="http://standards.iso.org/iso/19115/resources/Codelists/cat/codelists.xml#asNeeded"/> | ||
</dct:accrualPeriodicity> | ||
<dct:accrualPeriodicity> | ||
<dct:Frequency rdf:about="https://w3id.org/mobilitydcat-ap/update-frequency/15min"/> | ||
</dct:accrualPeriodicity> | ||
<dct:accrualPeriodicity> | ||
<dct:Frequency rdf:about="https://w3id.org/mobilitydcat-ap/update-frequency/15min"/> | ||
</dct:accrualPeriodicity> | ||
<foaf:page> | ||
<foaf:Document rdf:about="https://metawal.wallonie.be/geonetwork/srv/api/records/7fe2f305-1302-4297-b67e-792f55acd834/attachments/pds_codt.png"> | ||
<dct:description xml:lang="fre">pds_codt_pic</dct:description> | ||
|
@@ -517,4 +552,4 @@ | |
</foaf:Document> | ||
</foaf:page> | ||
</rdf:Description> | ||
</rdf:RDF> | ||
</rdf:RDF> |
Oops, something went wrong.