@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/106943> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "I Believe in Music" ;
    ns2:lyr <http://data.carnegiehall.org/names/22008> ;
    dcterms:contributor <http://data.carnegiehall.org/names/22008> ;
    dcterms:creator <http://data.carnegiehall.org/names/22008> ;
    ns1:dateCreated "1972" ;
    skos:exactMatch <http://dbpedia.org/resource/I_Believe_in_Music_(song)>,
        <http://www.wikidata.org/entity/Q28451282>,
        <https://musicbrainz.org/work/ba19dfca-1ce7-43e0-b567-0fe908ae3725> .

