@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix ssd:   <http://www.w3.org/ns/sparql-service-description#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix qb:    <http://purl.org/linked-data/cube#> .
@prefix dgu:   <http://reference.data.gov.uk/def/reference/> .
@prefix ui:    <http://purl.org/linked-data/registry-ui#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix reg:   <http://purl.org/linked-data/registry#> .
@prefix api:   <http://purl.org/linked-data/api/vocab#> .
@prefix dcat:  <http://www.w3.org/ns/dcat#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix org:   <http://www.w3.org/ns/org#> .
@prefix odrs:  <http://schema.theodi.org/odrs#> .
@prefix env-ui: <http://environment.data.gov.uk/registry/structure/ui/> .
@prefix hike:  <https://data.geoscience.earth/ncl/def/hike/> .
@prefix version: <http://purl.org/linked-data/version#> .
@prefix dbo:   <http://dbpedia.org/ontology/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ldp:   <http://www.w3.org/ns/ldp#> .
@prefix time:  <http://www.w3.org/2006/time#> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<https://data.geoscience.earth/ncl/EUSoilMonitoringLaw/_2>
        a                  reg:RegisterItem ;
        rdfs:label         "ecosystem"@en ;
        dct:dateAccepted   "2025-08-07T06:00:54.465Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2025-08-07T06:00:46.786Z"^^xsd:dateTime ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/EUSoilMonitoringLaw/2> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/EUSoilMonitoringLaw/_2:1#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       2 ;
        reg:register       <https://data.geoscience.earth/ncl/EUSoilMonitoringLaw> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "leadadmin@brgm.fr" ;
                             foaf:name         "leadadmin"
                           ] ;
        owl:versionInfo    2 .

<https://data.geoscience.earth/ncl/EUSoilMonitoringLaw/2>
        a                skos:Concept ;
        dct:source       "Proposal for a DIRECTIVE OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on Soil Monitoring and Resilience (Soil Monitoring Law), Directorate-General for Environment, Version from June 3rd 2025. https://www.europarl.europa.eu/meetdocs/2024_2029/plmrep/COMMITTEES/ENVI/DV/2025/06-03/Soil_monitoring_law-consolidated_text_EN.pdf" ;
        skos:definition  "a dynamic complex of plant, animal, and microorganism communities and their non-living environment interacting as a functional unit;"@en ;
        skos:notation    "2" ;
        skos:prefLabel   "ecosystem"@en .
