@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/65276> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Hallelujah" ;
    ns2:lyr <http://data.carnegiehall.org/names/20499> ;
    dcterms:contributor <http://data.carnegiehall.org/names/20499> ;
    dcterms:creator <http://data.carnegiehall.org/names/20499> ;
    ns1:dateCreated "1984" ;
    skos:exactMatch <http://dbpedia.org/resource/Hallelujah_(Leonard_Cohen_song)>,
        <http://id.loc.gov/authorities/names/n2012062202>,
        <http://www.wikidata.org/entity/Q969635>,
        <https://musicbrainz.org/work/9d0296b2-e2d6-3aaa-8e38-7f15d38ed906> .

