@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/99599> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "By the Time I Get to Phoenix" ;
    ns2:lyr <http://data.carnegiehall.org/names/65434> ;
    dcterms:contributor <http://data.carnegiehall.org/names/65434> ;
    dcterms:creator <http://data.carnegiehall.org/names/65434> ;
    ns1:dateCreated "1965" ;
    skos:exactMatch <http://dbpedia.org/resource/By_the_Time_I_Get_to_Phoenix>,
        <http://www.wikidata.org/entity/Q3365784>,
        <https://musicbrainz.org/work/a8536b13-7a1c-3c57-8ac2-497bc5fc5e3dq> .

