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

nalt:18179_def
  rdf:value "La vena que drena el pie y la pierna."@es, "The vein which drains the foot and leg."@en ;
  dc:source "Medical Subject Headings" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:18176
  skos:prefLabel "venas"@es, "blood veins"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:18179 .

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

nalt:18179
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "vena safena"@es, "saphenous vein"@en ;
  ns0:marc001 "32962" ;
  dc:modified "2013-01-15"^^xsd:date ;
  a skos:Concept, ns0:Topic ;
  skos:definition nalt:18179_def ;
  skos:hiddenLabel "saphenous-vein"@en ;
  skos:broader nalt:18176 ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85117443> ;
  dc:created "2006-01-19"^^xsd:date .

