From cf38c08306b55c8cf91f1998f02fc4eafaaef160 Mon Sep 17 00:00:00 2001 From: mabablue Date: Fri, 14 Feb 2025 18:15:39 +0100 Subject: [PATCH] Add files via upload --- MWS1/EBV2.ttl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 MWS1/EBV2.ttl diff --git a/MWS1/EBV2.ttl b/MWS1/EBV2.ttl new file mode 100644 index 0000000..fc7f6b0 --- /dev/null +++ b/MWS1/EBV2.ttl @@ -0,0 +1,20 @@ +@prefix dcat: . +@prefix dcterms: . +@prefix ns1: . +@prefix ns2: . +@prefix ns3: . +@prefix owl: . +@prefix rdfs: . +@prefix skos: . + + a , + skos:Concept, + ns1:Variable ; + skos:broader ; + skos:definition "Composition of benthic invertebrates in the European catchments and rivers network system (ECRINS), as measured by the Ecological Quality Ratio (EQR) of indicator taxa." ; + skos:inScheme ; + skos:narrower ; + skos:prefLabel "Community abundance of freshwater benthic invertebrates ecological quality ratio" ; + ns1:hasMatrix ; + ns1:hasObjectOfInterest ; + ns1:hasProperty . \ No newline at end of file