@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/109514> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Pusher" ;
    dcterms:creator <http://data.carnegiehall.org/names/1025600> ;
    ns1:dateCreated "1968" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Pusher>,
        <http://www.wikidata.org/entity/Q3988893>,
        <https://musicbrainz.org/work/af9eb851-21a4-3346-acda-43b986c82678> .

