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

lcsh:sh2004009920
  a skos:Concept ;
  skos:altLabel "Needs assessment in prevention of diseases"@en ;
  skos:example "Reference under the heading [Needs assessment]" ;
  skos:member lcsh:collection_PatternHeadingH1150, lcsh:collection_LCSH_General, lcsh:collection_SubdivideGeographicalIndirect, lcsh:collection_TopicSubdivisions, lcsh:collection_Subdivisions ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  dc:created "2004-08-17T00:00:00"^^xsd:dateTime ;
  skos:note "Use as a topical subdivision under individual diseases and types of diseases." ;
  dc:modified "2007-11-03T07:57:18"^^xsd:dateTime ;
  skos:prefLabel "Prevention--Needs assessment"@en .

