@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/109666> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Long Promised Road" ;
    ns2:lyr <http://data.carnegiehall.org/names/140130> ;
    dcterms:contributor <http://data.carnegiehall.org/names/140130> ;
    dcterms:creator <http://data.carnegiehall.org/names/10103> ;
    ns1:dateCreated "1971" ;
    skos:exactMatch <http://dbpedia.org/resource/Long_Promised_Road>,
        <http://www.wikidata.org/entity/Q54927100>,
        <https://musicbrainz.org/work/8e242723-9908-3d65-af19-da14cef6dee0> .

