@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:sh85031345
  skos:notation "TH900" ;
  skos:prefLabel "Construction equipment"@en ;
  a skos:Concept .

lcsh:sh85058576
  skos:notation "TJ1305", "TJ1201.H3" ;
  skos:prefLabel "Hammers"@en ;
  a skos:Concept .

lcsh:sh2010014196
  skos:prefLabel "Jackhammers"@en ;
  dc:created "2010-10-18T00:00:00"^^xsd:dateTime ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_SubdivideGeographicalIndirect, lcsh:collection_LCSHAuthorizedHeadings ;
  skos:broader lcsh:sh85058576, lcsh:sh85031345 ;
  skos:altLabel "Jack hammers"@en ;
  a skos:Concept .

