@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@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/118723> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "May the Bird of Paradise Fly up Your Nose" ;
    dcterms:creator <http://data.carnegiehall.org/names/1028688> ;
    ns1:dateCreated "1965" ;
    skos:exactMatch <http://dbpedia.org/resource/May_the_Bird_of_Paradise_Fly_up_Your_Nose>,
        <https://musicbrainz.org/work/c31ba3e4-9220-4908-b4e8-206e2f141bf1> .

