@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/83212> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Four Quarters" ;
    dcterms:creator <http://data.carnegiehall.org/names/79295> ;
    ns1:dateCreated "2010" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n2016063907>,
        <https://musicbrainz.org/work/75cc0d19-e8d2-498a-b801-f44fd300260a> .

