@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/126084> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "You've Been in Love Too Long" ;
    ns1:cmp <http://data.carnegiehall.org/names/1021397>,
        <http://data.carnegiehall.org/names/1022077> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021397>,
        <http://data.carnegiehall.org/names/1022077> ;
    dcterms:creator <http://data.carnegiehall.org/names/1010703> ;
    ns2:dateCreated "1965" ;
    skos:exactMatch <http://dbpedia.org/resource/You%27ve_Been_in_Love_Too_Long>,
        <https://musicbrainz.org/work/35979b30-36d1-3b82-a23c-6cc7d233a81f> .

