@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 nalt: <https://lod.nal.usda.gov/nalt/> .
@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#Chemical>
  rdfs:label "Chemical"@en ;
  a owl:Class .

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

nalt:45917
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85097938>, <http://id.agrisemantics.org/gacs/C17222>, <http://id.cabi.org/cabt/85321> ;
  skos:altLabel "parathyrin"@en ;
  skos:prefLabel "hormona paratiroide"@es, "parathyroid hormone"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Chemical> ;
  skos:broader nalt:517 ;
  skos:hiddenLabel "parathyroid-hormone"@en ;
  dc:modified "2017-04-28"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "27186" ;
  dc:created "2006-01-19"^^xsd:date .

nalt:517
  skos:prefLabel "hormonas"@es, "hormones"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:45917 .

