@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://data.bnf.fr/ark:/12148/cb144899988> skos:closeMatch lcsh:sj00001269 .
<http://www.yso.fi/onto/lcsh>
  a skos:ConceptScheme ;
  skos:hasTopConcept lcsh:sj00001269 .

lcsh:sj00001269
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:closeMatch <http://data.bnf.fr/ark:/12148/cb144899988> ;
  skos:altLabel "Electronic mail messages"@en ;
  skos:member lcsh:collection_LCSH_Childrens, lcsh:collection_LCSHAuthorizedHeadings ;
  dc:created "2000-05-01T00:00:00"^^xsd:dateTime ;
  a skos:Concept ;
  skos:prefLabel "Email"@en ;
  dc:modified "2000-06-19T10:06:44"^^xsd:dateTime .

