@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/123980> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "3 Folk Songs: 3. The Leather-Winged Bat" ;
    ns2:lyr <http://data.carnegiehall.org/names/1008058> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1008058> ;
    dcterms:creator <http://data.carnegiehall.org/names/78568> ;
    ns1:dateCreated "1995" ;
    skos:exactMatch <https://musicbrainz.org/work/31abd929-4560-4bcb-ae5c-b4f2f91c8451> .

