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

lcsh:sh00006022
  dc:created "2000-03-29T00:00:00"^^xsd:dateTime ;
  skos:member lcsh:collection_PatternHeadingH1120, lcsh:collection_LCSH_General, lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1105, lcsh:collection_TopicSubdivisions, lcsh:collection_PatternHeadingH1110 ;
  a skos:Concept ;
  skos:note "Use as a topical subdivision under names of individual persons and families. Also use under names of individual corporate bodies that have herbariums for which no corporate heading exists or can be established." ;
  skos:example "Reference under the heading [Herbaria]" ;
  dc:modified "2006-02-28T09:15:46"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "Herbarium"@en .

