@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/3422> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Funny Girl: Don’t Rain on My Parade" ;
    ns2:lyr <http://data.carnegiehall.org/names/1008293> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1008293> ;
    dcterms:creator <http://data.carnegiehall.org/names/24847> ;
    ns1:dateCreated "1964" ;
    skos:exactMatch <http://dbpedia.org/resource/Don%27t_Rain_on_My_Parade>,
        <http://id.loc.gov/authorities/names/no2012087332>,
        <http://www.wikidata.org/entity/Q2473480>,
        <https://musicbrainz.org/work/a7863fe7-c7af-3fd9-8910-70ff0be96b05> .

