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

lcsh:sh00006860
  dc:modified "2006-03-09T12:16:48"^^xsd:dateTime ;
  skos:member lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1154, lcsh:collection_TopicSubdivisions, lcsh:collection_LCSH_General ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:example "Reference under the heading [Grammar, Comparative and general--Morphosyntax]" ;
  skos:note "Use as a topical subdivision under individual languages and groups of languages." ;
  dc:created "2000-05-23T00:00:00"^^xsd:dateTime ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:prefLabel "Morphosyntax"@en ;
  a skos:Concept .

