@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 ;
  skos:hasTopConcept lcsh:sj2002001065 .

lcsh:sj2002001065
  skos:member lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_LCSH_Childrens ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept ;
  skos:altLabel "Nihon Sekigun"@en, "Red Army Faction (Japan)"@en ;
  skos:prefLabel "Japanese Red Army"@en ;
  dc:created "2002-07-19T00:00:00"^^xsd:dateTime ;
  dc:modified "2002-10-25T13:39:02"^^xsd:dateTime .

