@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://lod.nal.usda.gov/nalt/2990> skos:exactMatch lcsh:sh2002006100 .
<http://www.yso.fi/onto/lcsh>
  a skos:ConceptScheme ;
  skos:hasTopConcept lcsh:sh2002006100 .

lcsh:sh2002006100
  skos:exactMatch <http://lod.nal.usda.gov/nalt/2990> ;
  dc:created "2002-03-21T00:00:00"^^xsd:dateTime ;
  skos:prefLabel "Acoustics"@en ;
  dc:modified "2006-05-11T15:11:27"^^xsd:dateTime ;
  skos:member lcsh:collection_LCSH_General, lcsh:collection_PatternHeadingH1161, lcsh:collection_Subdivisions, lcsh:collection_TopicSubdivisions ;
  skos:example "Reference under the heading [Music--Acoustics and physics]" ;
  a skos:Concept ;
  skos:note "Use as a topical subdivision under individual musical instruments and families of instruments." ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> .

