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

lcsh:sh99001773
  dc:created "1999-03-02T00:00:00"^^xsd:dateTime ;
  skos:note "Use as a form subdivision under artificial languages." ;
  skos:prefLabel "Textbooks for English, [French, etc.] speakers"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_GenreFormSubdivisions, lcsh:collection_LCSH_General, lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1154 ;
  dc:modified "2006-05-08T11:51:35"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept .

