@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/88603> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Down By the Sally Gardens (Irish)" ;
    ns2:arr <http://data.carnegiehall.org/names/1005725> ;
    ns2:aut <http://data.carnegiehall.org/names/79889> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1005725>,
        <http://data.carnegiehall.org/names/79889> ;
    dcterms:creator <http://data.carnegiehall.org/names/1002893> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <https://musicbrainz.org/work/575c72d5-7aa7-3b3d-91c0-5fa7095a291a> .

