@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/124165> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Air That I Breathe" ;
    ns2:cmp <http://data.carnegiehall.org/names/1030501> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1030501> ;
    dcterms:creator <http://data.carnegiehall.org/names/1017173> ;
    ns1:dateCreated "1973" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Air_That_I_Breathe>,
        <http://www.wikidata.org/entity/Q1149692>,
        <https://musicbrainz.org/work/73e490f9-72c5-36c5-9964-7779c81cb9a2> .

