@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:34844
  skos:altLabel "vaso deferente"@es, "canal deferente"@es ;
  skos:hiddenLabel "ductus-deferens"@en ;
  skos:prefLabel "ductus deferens"@es, "ductus deferens"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:20336 ;
  skos:definition nalt:34844_def ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  ns0:marc001 "12680" ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85142353> ;
  dc:modified "2016-08-23"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date .

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

nalt:34844_def
  rdf:value "Conducto excretor de los testículos que transporta los espermatozoides. Se origina en el escroto y se une a las vesículas seminales para formar el conducto eyaculador."@es, "The excretory duct of the testes that carries spermatozoa. It rises from the scrotum and joins the seminal vesicles to form the ejaculatory duct."@en ;
  dc:source "Medical Subject Headings 2016" ;
  a ns0:Definition .

nalt:20336
  skos:prefLabel "sistema reproductor del macho"@es, "male reproductive system"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:34844 .

