@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/109725> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "All Day and All of the Night" ;
    dcterms:creator <http://data.carnegiehall.org/names/64230> ;
    ns1:dateCreated "1964" ;
    skos:exactMatch <http://dbpedia.org/resource/All_Day_and_All_of_the_Night>,
        <https://musicbrainz.org/work/0cc09df8-ffa7-3a9e-90eb-0248c3709f38> .

