Skip to content

Commit dfa50f0

Browse files
Merge pull request #141 from metadata101/feature/fix-templates-language-inscheme
Duplicate multilingual elements due to missing language thesaurus - remainder
2 parents 5dac63f + 6423a59 commit dfa50f0

7 files changed

Lines changed: 7 additions & 0 deletions

src/main/plugin/dcat-ap/templates/dcat-ap-vl-service.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<skos:Concept rdf:about="http://publications.europa.eu/resource/authority/language/NLD">
2323
<rdf:type rdf:resource="http://purl.org/dc/terms/LinguisticSystem"/>
2424
<skos:prefLabel xml:lang="nl">Nederlands</skos:prefLabel>
25+
<skos:inScheme rdf:resource="http://publications.europa.eu/resource/authority/language"/>
2526
</skos:Concept>
2627
</dct:language>
2728
</dcat:CatalogRecord>

src/main/plugin/dcat-ap/templates/dcat-ap-vl3-dataset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<skos:Concept rdf:about="http://publications.europa.eu/resource/authority/language/NLD">
2323
<rdf:type rdf:resource="http://purl.org/dc/terms/LinguisticSystem"/>
2424
<skos:prefLabel xml:lang="nl">Nederlands</skos:prefLabel>
25+
<skos:inScheme rdf:resource="http://publications.europa.eu/resource/authority/language"/>
2526
</skos:Concept>
2627
</dct:language>
2728
</dcat:CatalogRecord>

src/main/plugin/dcat-ap/templates/dcat-ap-vl3-service.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<skos:Concept rdf:about="http://publications.europa.eu/resource/authority/language/NLD">
2323
<rdf:type rdf:resource="http://purl.org/dc/terms/LinguisticSystem"/>
2424
<skos:prefLabel xml:lang="nl">Nederlands</skos:prefLabel>
25+
<skos:inScheme rdf:resource="http://publications.europa.eu/resource/authority/language"/>
2526
</skos:Concept>
2627
</dct:language>
2728
</dcat:CatalogRecord>

src/main/plugin/dcat-ap/templates/metadata-dcat-dataset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<skos:Concept rdf:about="http://publications.europa.eu/resource/authority/language/NLD">
2222
<rdf:type rdf:resource="http://purl.org/dc/terms/LinguisticSystem"/>
2323
<skos:prefLabel xml:lang="nl">Nederlands</skos:prefLabel>
24+
<skos:inScheme rdf:resource="http://publications.europa.eu/resource/authority/language"/>
2425
</skos:Concept>
2526
</dct:language>
2627
</dcat:CatalogRecord>

src/main/plugin/dcat-ap/templates/metadata-dcat-service.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<skos:Concept rdf:about="http://publications.europa.eu/resource/authority/language/NLD">
2222
<rdf:type rdf:resource="http://purl.org/dc/terms/LinguisticSystem"/>
2323
<skos:prefLabel xml:lang="nl">Nederlands</skos:prefLabel>
24+
<skos:inScheme rdf:resource="http://publications.europa.eu/resource/authority/language"/>
2425
</skos:Concept>
2526
</dct:language>
2627
</dcat:CatalogRecord>

src/main/plugin/dcat-ap/templates/metadata-dcat3-dataset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<skos:Concept rdf:about="http://publications.europa.eu/resource/authority/language/NLD">
2222
<rdf:type rdf:resource="http://purl.org/dc/terms/LinguisticSystem"/>
2323
<skos:prefLabel xml:lang="nl">Nederlands</skos:prefLabel>
24+
<skos:inScheme rdf:resource="http://publications.europa.eu/resource/authority/language"/>
2425
</skos:Concept>
2526
</dct:language>
2627
</dcat:CatalogRecord>

src/main/plugin/dcat-ap/templates/metadata-dcat3-service.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<skos:Concept rdf:about="http://publications.europa.eu/resource/authority/language/NLD">
2222
<rdf:type rdf:resource="http://purl.org/dc/terms/LinguisticSystem"/>
2323
<skos:prefLabel xml:lang="nl">Nederlands</skos:prefLabel>
24+
<skos:inScheme rdf:resource="http://publications.europa.eu/resource/authority/language"/>
2425
</skos:Concept>
2526
</dct:language>
2627
</dcat:CatalogRecord>

0 commit comments

Comments
 (0)