@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/50001> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Polish Songs, Op. 74: 1. Zyczenie (A Maiden's Wish)" ;
    ns2:aut <http://data.carnegiehall.org/names/1025916> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025916> ;
    dcterms:creator <http://data.carnegiehall.org/names/1006444> ;
    ns1:dateCreated "1829" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2002111186>,
        <https://musicbrainz.org/work/9c02d342-9b1c-387f-9424-74f46e5d927d> .

