@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:8497
  skos:prefLabel "viscometry"@en, "viscometría"@es ;
  ns0:marc001 "51274" ;
  skos:broader nalt:8468 ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:51744, nalt:57054 ;
  skos:hiddenLabel "viscosimetric"@en, "viscometric"@en ;
  skos:definition nalt:8497_def ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2013-08-12"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "viscosimetry"@en .

nalt:57054
  skos:prefLabel "viscosidad"@es, "viscosity"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:8497 .

nalt:51744
  skos:prefLabel "viscómetros"@es, "viscometers"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:8497 .

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

nalt:8497_def
  rdf:value "Medición de la viscosidad de un fluido."@es, "The measurement of viscosity of a fluid."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:8468
  skos:prefLabel "métodos analíticos"@es, "analytical methods"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:8497 .

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

