@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:146566
  skos:broader nalt:8496 ;
  ns0:marc001 "60034" ;
  skos:prefLabel "positron-emission tomography"@en, "tomografía por emisión de positrones"@es ;
  dc:created "2011-08-01"^^xsd:date ;
  skos:altLabel "PET (positron-emission tomography)"@en, "positron emission tomography"@en, "PET scan"@en, "PET imaging"@en ;
  skos:definition nalt:146566_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-awic>, <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2015-04-08"^^xsd:date ;
  skos:hiddenLabel "positron-emission-tomography"@en ;
  a ns0:Topic, skos:Concept .

nalt:8496
  skos:prefLabel "tomografía"@es, "tomography"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:146566 .

nalt:146566_def
  rdf:value "Una técnica de imagen que utiliza compuestos marcados con corta duración emisores de positrones radionucleidos (como el carbono-11, el nitrógeno-13, oxígeno-15 y el flúor-18) con el objetivo de medir el metabolismo celular. Es útil en el estudio de tejidos blandos, como el cáncer, sistema cardiovascular y cerebral."@es, "An imaging technique using compounds labelled with short-lived positron-emitting radionuclides (such as carbon-11, nitrogen-13, oxygen-15 and fluorine-18) to measure cell metabolism. It has been useful in study of soft tissues such as cancer; cardiovascular system; and brain."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

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

