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 823d027 commit b5c1214
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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 @@ -45,7 +45,10 @@
;

# Themes
dcat:theme rbt:meteorological, rbt:sensorData, rbt:temporal ;
dcat:theme eurovoc:6030, # data collection
eurovoc:1892, # meteorology
eurovoc:5565 # cyclone
;

# Technical metadata
rb:usesOntology <http://knoesis.wright.edu/ssw/ont/sensor-observation.owl> ;
Expand Down

0 comments on commit b5c1214

Please sign in to comment.