@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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#> .

nalt:325688_def
  rdf:value "Masa por unidad de volumen."@es, "Mass per unit volume."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:325688
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:325688_def ;
  ns0:marc001 "88627" ;
  a ns0:Topic, skos:Concept ;
  skos:prefLabel "densidad de la masa"@es, "mass density"@en ;
  skos:hiddenLabel "mass densities"@en, "mass-density"@en ;
  dc:created "2018-10-24"^^xsd:date ;
  skos:broader nalt:20350 ;
  dc:modified "2018-11-16"^^xsd:date .

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

nalt:20350
  skos:prefLabel "densidad"@es, "density"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:325688 .

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

