@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:187773
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "synthetic biology"@en, "biología sintética"@es ;
  skos:definition nalt:187773_def ;
  dc:modified "2014-02-18"^^xsd:date ;
  dc:created "2012-06-19"^^xsd:date ;
  skos:broader nalt:187774 ;
  ns0:marc001 "62115" ;
  a ns0:Topic, skos:Concept .

nalt:187774
  skos:prefLabel "bioingeniería"@es, "bioengineering"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:187773 .

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

nalt:187773_def
  rdf:value "Campo de la investigación biológica que utiliza la ingeniería en la formulación, el diseño y la construcción (síntesis) de nuevas estructuras, funciones y sistemas biológicos."@es, "A field of biological research combining engineering in the formulation, design, and building (synthesis) of novel biological structures, functions, and systems."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a ns0:Definition .

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

