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

nalt:9316
  skos:prefLabel "leche materna animal"@es, "maternal milk"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:51463 .

nalt:39802
  skos:prefLabel "yeguas"@es, "mares"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:51463 ;
  ns0:hasProduct nalt:51463 .

nalt:51463
  ns0:marc001 "22488" ;
  skos:hiddenLabel "horse milk"@en, "mare's milk"@en, "mares' milk"@en, "mares milk"@en, "mare-milk"@en, "horses milk"@en ;
  skos:broader nalt:9316 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  ns0:productOf nalt:39802 ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_16087>, <http://id.agrisemantics.org/gacs/C31843>, <http://id.cabi.org/cabt/70177> ;
  dc:modified "2018-01-09"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "mare milk"@en, "leche de yegua"@es ;
  skos:related nalt:39802 ;
  a ns0:Product, skos:Concept .

ns0:productOf
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

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

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

