@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:18379
  skos:prefLabel "peso (masa)"@es, "weight"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:35964 .

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

nalt:35938
  skos:prefLabel "calidad de los huevos"@es, "egg quality"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:35964 .

nalt:35964
  skos:hiddenLabel "egg-weight"@en, "egg weights"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:exactMatch <http://id.cabi.org/cabt/42055>, <http://id.agrisemantics.org/gacs/C10344> ;
  skos:broader nalt:35938 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:35964_def ;
  skos:prefLabel "egg weight"@en, "peso del huevo"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  dc:modified "2012-11-30"^^xsd:date ;
  ns0:marc001 "13044" ;
  skos:altLabel "egg mass (weight)"@en ;
  skos:related nalt:18379 .

nalt:35964_def
  rdf:value "El peso de un huevo individual."@es, "The weight of an individual egg."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

