@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:sh99001390 .

lcsh:sh99001390
  skos:member lcsh:collection_GenreFormSubdivisions, lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1187, lcsh:collection_LCSH_General ;
  skos:prefLabel "Catechisms--English, [French, German, etc.]"@en ;
  skos:note "Use as a form subdivision under individual Christian denominations." ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2006-05-05T12:04:55"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept ;
  dc:created "1999-02-25T00:00:00"^^xsd:dateTime .

