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

lcsh:sj96005484
  skos:example "Note under [French language--Readers]" ;
  dc:created "1996-05-08T00:00:00"^^xsd:dateTime ;
  skos:member lcsh:collection_LCSH_Childrens, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:note "Here are entered works written in French intended primarily for general information or recreational reading. Such works with text also given in English are further subdivided by the subdivision Bilingual, i.e., French language materials--Bilingual. Reading texts in French containing material for instruction and practice in reading that language are entered under [French language--Readers.]" ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "French language materials"@en ;
  a skos:Concept .

