@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/49847> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto a quattro in G Minor, Op. 8, No. 6, \"Per il Santissimo Natale\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007557> ;
    ns1:dateCreated "1705" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n84162672>,
        <https://musicbrainz.org/work/4980312a-72a0-482a-babd-eb6074778e2c> .

