@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:3960
  skos:exactMatch <http://id.cabi.org/cabt/5878>, <http://id.agrisemantics.org/gacs/C16590>, <http://aims.fao.org/aos/agrovoc/c_29247> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "acute-course"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:broader nalt:321 ;
  skos:prefLabel "curso agudo"@es, "acute course"@en ;
  ns0:marc001 "910" ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:definition nalt:3960_def ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:altLabel "acute disease"@en .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

ns0:Topic
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:321
  skos:prefLabel "curso de una enfermedad"@es, "disease course"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:3960 .

nalt:3960_def
  rdf:value "Progesión breve y relativamente grave de una enfermedad."@es, "Short and relatively severe progression of disease."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

