@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/64635> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto Grosso in G Minor, Op. 6, No. 8, \"Christmas\": 1. Vivace – Grave. Arcate, sostenuto e come stà" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000345> ;
    ns1:dateCreated "1714" ;
    skos:exactMatch <https://musicbrainz.org/work/674bc0bd-4c45-3694-ab0e-5bcf83f84ebd> .

