@prefix dcterms: <http://purl.org/dc/terms/> .
@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/119560> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Green Grow the Lilacs (Irish)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002893> ;
    skos:exactMatch <http://dbpedia.org/resource/Green_Grow_the_Lilacs>,
        <http://www.wikidata.org/entity/Q5602618>,
        <https://musicbrainz.org/work/c4b56e13-6987-4348-ac38-010540ee8d5e> .

