@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/78938> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The 59th Street Bridge Song (Feelin' Groovy)" ;
    ns2:cmp <http://data.carnegiehall.org/names/29257> ;
    dcterms:contributor <http://data.carnegiehall.org/names/29257> ;
    dcterms:creator <http://data.carnegiehall.org/names/25485> ;
    ns1:dateCreated "1967" ;
    skos:exactMatch <http://dbpedia.org/resource/The_59th_Street_Bridge_Song_(Feelin%27_Groovy)>,
        <http://www.wikidata.org/entity/Q3605621>,
        <https://musicbrainz.org/work/f4fa0c89-092a-3a08-ac59-a21f701520e4> .

