@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/38897> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "A Little Night Music: Act II. Send in the Clowns" ;
    ns2:lyr <http://data.carnegiehall.org/names/97606> ;
    dcterms:contributor <http://data.carnegiehall.org/names/97606> ;
    dcterms:creator <http://data.carnegiehall.org/names/97606> ;
    ns1:dateCreated "1973" ;
    skos:exactMatch <http://dbpedia.org/resource/Send_in_the_Clowns>,
        <http://id.loc.gov/authorities/names/n80057623>,
        <http://www.wikidata.org/entity/Q2704917>,
        <https://musicbrainz.org/work/41e461bc-3356-3512-bb4d-f6795db74374> .

