Skip to content

Commit

Permalink
feat: Add translations for themes vocab and fix version IRI
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Nov 23, 2023
1 parent b3a53cc commit 7d9447b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/vocabulary/themes/20231122.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@

<rdfs:label xml:lang="de">Kategorien</rdfs:label>
<rdfs:label xml:lang="en">Categories</rdfs:label>
<rdfs:label xml:lang="fr">Catégories</rdfs:label>
<rdfs:label xml:lang="it">Categorie</rdfs:label>
<dc:issued>2016-06-23</dc:issued>
<dc:modified>2023-11-22</dc:modified>
<owl:versionInfo>20231122</owl:versionInfo>
<owl:versionIRI rdf:resource="http://dcat-ap.ch/vocabulary/licenses/20231122/"/>
<owl:versionIRI rdf:resource="http://dcat-ap.ch/vocabulary/themes/20231122/"/>
</skos:ConceptScheme>

<skos:Concept rdf:about="http://dcat-ap.ch/vocabulary/themes/work">
Expand Down
4 changes: 2 additions & 2 deletions docs/vocabulary/themes/20231122.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
a foaf:Organization ;
foaf:name "bfs.admin.ch"
] ;
rdfs:label "Kategorien"@de,"Categories"@en;
rdfs:label "Kategorien"@de,"Categories"@en,"Catégories"@fr,"Categorie"@it;
dc:issued "2016-06-23" ;
dc:modified "2023-11-22" ;
owl:versionInfo "20231122" ;
owl:versionIRI <http://dcat-ap.ch/vocabulary/licenses/20231122/> .
owl:versionIRI <http://dcat-ap.ch/vocabulary/themes/20231122/> .

<http://dcat-ap.ch/vocabulary/themes/work>
a skos:Concept ;
Expand Down

0 comments on commit 7d9447b

Please sign in to comment.