@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/119495> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "River Run" ;
    ns1:lyr <http://data.carnegiehall.org/names/1022146> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1022146> ;
    dcterms:creator <http://data.carnegiehall.org/names/1010654> ;
    skos:exactMatch <https://musicbrainz.org/work/fe1324d5-93ff-4aa9-9e9d-0a1aa21a2e21> .

