@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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:297776
  dc:created "2017-04-11"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:18167 ;
  skos:prefLabel "activity sampling"@en, "muestreo de actividades"@es ;
  skos:definition nalt:297776_def ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:related nalt:35747 ;
  dc:modified "2017-11-10"^^xsd:date ;
  ns0:marc001 "79724" .

nalt:18167
  skos:prefLabel "muestreo"@es, "sampling"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:297776 .

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

nalt:35747
  skos:prefLabel "predicción"@es, "prediction"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:297776 .

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

nalt:297776_def
  rdf:value "Forma de muestreo en la que durante cierto periodo se realiza un gran número de observaciones sobre máquinas, trabajadores y procesos, a fin de descubrir cuánto tiempo tomará llevar a cabo una actividad."@es, "A form of sampling in which a large number of observations are made on machines, workers, processes etc., over a period of time, to find out how much time it will take to do that activity."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

