Skip to content

Instantly share code, notes, and snippets.

@bertvannuffelen
Last active June 19, 2023 07:26
Show Gist options
  • Save bertvannuffelen/7a925a3392247ddce3b95b956c4df3d0 to your computer and use it in GitHub Desktop.
Save bertvannuffelen/7a925a3392247ddce3b95b956c4df3d0 to your computer and use it in GitHub Desktop.
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
<https://data.gov.gr/id/datasetseries/BeePopulation> a dcat:DatasetSeries ;
dcat:seriesMember <https://data.gov.gr/id/dataset/BeePopulation2024> ;
dcat:seriesMember <https://data.gov.gr/id/dataset/BeePopulation2025> ;
dct:title "Bee population" .
<https://data.gov.gr/id/dataset/BeePopulation2022> a dcat:Dataset ;
dcat:inSeries <https://data.gov.gr/id/datasetseries/BeePopulation> .
<https://data.gov.gr/id/dataset/BeePopulation2023> a dcat:Dataset ;
dct:title "Bee population 2023" ;
dct:description "Bee population 2023 long" ;
dcat:inSeries <https://data.gov.gr/id/datasetseries/BeePopulation> .
<https://data.gov.gr/id/dataset/BeePopulation2024> a dcat:Dataset;
dct:title "Bee population 2024" ;
dct:description "Bee population 2024 long" ;
dcat:inSeries <https://data.gov.gr/id/datasetseries/BeePopulation> .
<https://data.gov.gr/id/dataset/BeePopulation2025> a dcat:Dataset;
dct:title "Bee population 2025" ;
dct:description "Bee population 2025 long" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment