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

lcsh:sh2003007719
  dc:modified "2006-06-09T08:09:07"^^xsd:dateTime ;
  dc:created "2003-05-29T00:00:00"^^xsd:dateTime ;
  skos:member lcsh:collection_GenreFormSubdivisions, lcsh:collection_LCSH_General, lcsh:collection_PatternHeadingH1095, lcsh:collection_Subdivisions ;
  skos:example "Reference under the heading [Ships--Passenger lists]" ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:altLabel "Lists of passengers"@en ;
  skos:prefLabel "Passenger lists"@en ;
  a skos:Concept ;
  skos:note "Use as a form subdivision under names of individual ships." .

