@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/46010> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fantasia for String Trio" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004975> ;
    ns1:dateCreated "1957" ;
    skos:exactMatch <https://musicbrainz.org/work/59e106e4-5b75-4a6b-9ea0-e4abe56f31c6> .

