@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:sh85048159
  skos:notation "UG1242.F5", "TL685.3" ;
  skos:prefLabel "Fighter planes"@en ;
  a skos:Concept .

lcsh:sh85007360
  skos:notation "TL686.A" ;
  skos:prefLabel "Armstrong Whitworth aircraft"@en ;
  a skos:Concept .

lcsh:sh2010001702
  dc:created "2010-01-29T00:00:00"^^xsd:dateTime ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:broader lcsh:sh85007360, lcsh:sh85048159 ;
  skos:altLabel "A.W.16 (Fighter plane)"@en ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "Armstrong Whitworth A.W.16 (Fighter plane)"@en ;
  a skos:Concept .

