@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix lcsh: <http://www.yso.fi/onto/lcsh/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://www.yso.fi/onto/lcsh> a skos:ConceptScheme .
lcsh:sh00004835
  skos:notation "QA402.6" ;
  skos:prefLabel "Assignment problems (Programming)"@en ;
  a skos:Concept .

lcsh:sh94003329
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:altLabel "QAP (Mathematics)"@en ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept ;
  skos:prefLabel "Quadratic assignment problem"@en ;
  dc:created "2000-09-11T00:00:00"^^xsd:dateTime ;
  skos:broader lcsh:sh00004835, lcsh:sh85028809 ;
  dc:modified "2000-10-16T09:19:45"^^xsd:dateTime .

lcsh:sh85028809
  skos:prefLabel "Combinatorial optimization"@en ;
  a skos:Concept .

