@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/16066> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Trio in C Minor, Op. 9, No. 3" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005833> ;
    ns1:dateCreated "1797-1798" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no96045247>,
        <http://www.wikidata.org/entity/Q3539407>,
        <https://musicbrainz.org/work/0208aa44-daa9-4b0f-8663-889afad5c734> .

