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

lcsh:sh99001889
  a skos:Concept ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:altLabel "Bills, Private"@en ;
  skos:member lcsh:collection_GenreFormSubdivisions, lcsh:collection_PatternHeadingH1155, lcsh:collection_LCSH_General, lcsh:collection_Subdivisions ;
  skos:closeMatch <http://data.bnf.fr/ark:/12148/cb12220372w> ;
  dc:modified "2006-05-08T11:59:55"^^xsd:dateTime ;
  skos:note "Use as a form subdivision under names of individual legislative bodies for individual or collections of private bills from those bodies." ;
  skos:prefLabel "Private bills"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:created "2000-03-20T00:00:00"^^xsd:dateTime .

<http://data.bnf.fr/ark:/12148/cb12220372w> skos:closeMatch lcsh:sh99001889 .
