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

lcsh:sj96004924
  a skos:Concept ;
  skos:altLabel "Blackbeard, d. 1718"@en, "Teach, Edward, d. 1718"@en ;
  dc:created "1996-04-30T00:00:00"^^xsd:dateTime ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_LCSH_Childrens ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:modified "2013-04-04T13:27:48"^^xsd:dateTime ;
  skos:prefLabel "Blackbeard, -1718"@en .

