@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:9018
  skos:prefLabel "ecología animal"@es, "animal ecology"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:209539 .

nalt:209539
  dc:modified "2016-07-15"^^xsd:date ;
  skos:prefLabel "ingeniería de ecosistemas"@es, "ecosystem engineering"@en ;
  skos:hiddenLabel "habitat-engineering"@en, "ecological-engineering"@en ;
  skos:altLabel "habitat engineering"@en, "ecological engineering"@en, "physical ecosystem engineering"@en ;
  dc:created "2014-01-29"^^xsd:date ;
  ns0:marc001 "66276" ;
  skos:definition nalt:209539_def ;
  a skos:Concept, ns0:Topic ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:9018 ;
  skos:related nalt:209458, nalt:5579 .

nalt:209539_def
  rdf:value "Modificación física, mantenimiento o creación de hábitats, realizada por ingenieros de ecosistemas."@es, "The physical modification, maintenance, or creation of habitats by ecosystem engineers."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:5579
  skos:prefLabel "ecosistemas"@es, "ecosystems"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:209539 .

nalt:209458
  skos:prefLabel "ingenieros de ecosistemas"@es, "ecosystem engineers"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:209539 .

ns0:Topic
  rdfs:label "Topic"@en ;
  a owl:Class .

<https://lod.nal.usda.gov/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

