@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 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#> .

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

nalt:192996
  skos:altLabel "immunologic contraception"@en, "immunological contraception"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85031594> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2012-11-07"^^xsd:date ;
  skos:definition nalt:192996_def ;
  skos:related nalt:192999 ;
  skos:prefLabel "inmunoanticoncepción"@es, "immunocontraception"@en ;
  ns0:marc001 "61169" ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:broader nalt:10311 .

nalt:192996_def
  rdf:value "Métodos anticonceptivos basados en técnicas y procesos inmunológicos, tales como el uso de vacunas anticonceptivas."@es, "Contraceptive methods based on immunological processes and techniques, such as the use of contraceptive vaccines."@en ;
  dc:source "Medical Subject Headings 2013" ;
  a ns0:Definition .

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

nalt:192999
  skos:prefLabel "vacunas anticonceptivas"@es, "contraceptive vaccines"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:related nalt:192996 .

nalt:10311
  skos:prefLabel "anticoncepción"@es, "contraception"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:192996 .

