Skip to content

Commit

Permalink
CSW / DCAT-AP / Add SEMICeu conversion / Set namespace to GeoDCAT-AP.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Sep 7, 2023
1 parent 26967ca commit dc9ed41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class ISO19115_3_2018SchemaPlugin
.put("csw:Record", Namespace.getNamespace("csw", "http://www.opengis.net/cat/csw/2.0.2"))
.put("mdb:MD_Metadata", Namespace.getNamespace("mdb", "http://standards.iso.org/iso/19115/-3/mdb/2.0"))
.put("gmd:MD_Metadata", Namespace.getNamespace("gmd", "http://www.isotc211.org/2005/gmd"))
.put("dcat-ap", Namespace.getNamespace("dcatap", "http://data.europa.eu/r5r/"))
.put("dcat-ap", Namespace.getNamespace("dcatap", "http://data.europa.eu/930/"))
.build();

allExportFormats = ImmutableMap.<String, String>builder()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class ISO19139SchemaPlugin
.put("csw:Record", Namespace.getNamespace("csw", "http://www.opengis.net/cat/csw/2.0.2"))
.put("gmd:MD_Metadata", GMD)
.put("dcat", Namespace.getNamespace("dcat", "http://www.w3.org/ns/dcat#"))
.put("dcat-ap", Namespace.getNamespace("dcatap", "http://data.europa.eu/r5r/"))
.put("dcat-ap", Namespace.getNamespace("dcatap", "http://data.europa.eu/930/"))
.build();

allExportFormats = ImmutableMap.<String, String>builder()
Expand Down

0 comments on commit dc9ed41

Please sign in to comment.