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

lcsh:sh99001551
  skos:member lcsh:collection_GenreFormSubdivisions, lcsh:collection_LCSH_General, lcsh:collection_PatternHeadingH1154, lcsh:collection_Subdivisions ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:altLabel "Films for French, [Spanish, etc.] speakers"@en, "Video recordings for French [Spanish, etc.] speakers"@en ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:created "1999-02-26T00:00:00"^^xsd:dateTime ;
  a skos:Concept ;
  skos:note "Use as a form subdivision under individual languages and groups of languages." ;
  dc:modified "2010-03-19T12:49:47"^^xsd:dateTime ;
  skos:prefLabel "Films for French [Spanish, etc.] speakers"@en .

