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

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

nalt:21958
  skos:exactMatch <http://id.agrisemantics.org/gacs/C17766>, <http://id.cabi.org/cabt/94782> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:hiddenLabel "Hydra probes"@en, "probes-(equipment)"@en, "Hydra probe"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:broader nalt:383 ;
  ns0:marc001 "30113" ;
  skos:prefLabel "probes (equipment)"@en, "sondas (instrumento)"@es ;
  dc:modified "2016-12-28"^^xsd:date ;
  skos:altLabel "sondas (equipo)"@es .

nalt:383
  skos:prefLabel "instrumentos de medición"@es, "measuring devices"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:21958 .

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

