@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

envthes:
  skos:prefLabel "EnvThes"@en ;
  a skos:ConceptScheme .

iop:constrains
  rdfs:comment "A Constraint constrains an Entity having a role in the Variable description." ;
  rdfs:label "constrains" .

envthes:21952
  skos:inScheme envthes: ;
  iop:constrains <http://purl.bioontology.org/ontology/npo#NPO_199> ;
  a iop:Constraint, skos:Concept ;
  skos:broader envthes:10313 ;
  skos:prefLabel "absorbed"@en ;
  dc:modified "2025-02-10"^^xsd:date ;
  dc:creator <https://orcid.org/0000-0003-2195-3997> .

envthes:10313
  skos:prefLabel "constraint"@en ;
  a skos:Concept ;
  skos:narrower envthes:21952 .

