@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 .
lcsh:sh97008601
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:closeMatch <http://data.bnf.fr/ark:/12148/cb13195227d> ;
  skos:altLabel "X-country ski trails"@en, "XC ski trails"@en ;
  skos:member lcsh:collection_LCSHAuthorizedHeadings, lcsh:collection_SubdivideGeographicalIndirect, lcsh:collection_LCSH_General ;
  dc:created "1997-11-19T00:00:00"^^xsd:dateTime ;
  skos:prefLabel "Cross-country ski trails"@en ;
  a skos:Concept ;
  skos:broader lcsh:sh85136805 .

<http://data.bnf.fr/ark:/12148/cb13195227d> skos:closeMatch lcsh:sh97008601 .
lcsh:sh85136805
  skos:prefLabel "Trails"@en ;
  a skos:Concept .

