@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

nalt:713
  skos:prefLabel "sarcoma"@es, "sarcoma"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:49574 .

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

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

nalt:49574
  dc:modified "2013-01-14"^^xsd:date ;
  skos:prefLabel "leiomiosarcoma"@es, "leiomyosarcoma"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:49574_def ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:713 ;
  ns0:marc001 "20942" .

nalt:49574_def
  rdf:value "Sarcoma que contiene grandes células fusiformes de músculo liso. Aunque raramente se encuentra en los tejidos suaves, sí es común en las vísceras. Es el sarcoma más común de los tejidos suaves del tracto gastrointestinal y del útero."@es, "A sarcoma containing large spindle cells of smooth muscle. Although it rarely occurs in soft tissue, it is common in the viscera. It is the most common soft tissue sarcoma of the gastrointestinal tract and uterus."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

