@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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:138407
  skos:prefLabel "valor de mercado"@es, "market value"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:138408 .

nalt:138408
  skos:broader nalt:138407 ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh94002203> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2010-11-02"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:definition nalt:138408_def ;
  skos:hiddenLabel "fair-market-value"@en ;
  ns0:marc001 "58803" ;
  skos:prefLabel "justo valor de mercado"@es, "fair market value"@en .

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

nalt:138408_def
  rdf:value "Precio al que un artículo podría ser vendido en un mercado libre a un comprador a un vendedor bien informado y que no se ve obligado a comprar o vender."@es, "The price at which an item might be sold in a free market to a knowledgeable buyer from a knowledgeable seller and neither is compelled to buy or sell."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

