Skip to content

Commit

Permalink
Use EuroVoc for themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Nov 29, 2023
1 parent 8da5357 commit fc1334b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions metadata.ttl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@prefix : <https://w3id.org/riverbench/temp#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix eurovoc: <http://eurovoc.europa.eu/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rb: <https://w3id.org/riverbench/schema/metadata#> .
@prefix rbdoc: <https://w3id.org/riverbench/schema/documentation#> .
@prefix rbt: <https://w3id.org/riverbench/schema/theme#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix stax: <https://w3id.org/stax/ontology#> .
Expand Down Expand Up @@ -43,7 +43,12 @@
dcterms:source <https://doi.org/10.5281/zenodo.1213293> ;

# Themes
dcat:theme rbt:scientific, rbt:biomedical, rbt:bibliographical ;
dcat:theme eurovoc:c_5ea6e5c4, # open data
eurovoc:c_40f54e0c, # metadata
eurovoc:c_99a79cea, # open science
eurovoc:2924, # scientific research
eurovoc:6306 # research results
;

# Technical metadata
rb:usesOntology
Expand Down

0 comments on commit fc1334b

Please sign in to comment.