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

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:7144
  skos:prefLabel "producción orgánica"@es, "organic production"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:73730 .

nalt:73730
  ns0:marc001previous "93477" ;
  a skos:Concept, ns0:Topic ;
  skos:definition nalt:73730_def ;
  skos:prefLabel "agricultura biodinámica"@es, "biodynamic farming"@en ;
  dc:modified "2019-12-16"^^xsd:date ;
  dc:created "2006-07-21"^^xsd:date ;
  skos:broader nalt:7144 ;
  ns0:marc001 "9813985459200041" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "bio-dynamic farming"@en .

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

nalt:73730_def
  rdf:value "Ciencia de las fuerzas vitales, reconocimiento de los principios básicos en la naturaleza y enfoque de la agricultura que toma en cuenta estos principios para generar equilibrio y sanación. Entonces, de una forma muy real, la biodinámica constituye un camino de conocimiento permanente, en lugar de un conjunto de métodos y técnicas."@es, "Biodynamics is a science of life-forces, a recognition of the basic principles at work in nature, and an approach to agriculture which takes these principles into account to bring about balance and healing. In a very real way, then, Biodynamics is an ongoing path of knowledge rather than an assemblage of methods and techniques."@en ;
  dc:source "Ed. John Sumelius. Possibilities for and Economic Consequences of Switching to Local Ecological Recycling Agriculture." ;
  a ns0:Definition .

