@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/24212> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Polish Songs, Op. 74: 14. Pierscien (The Ring)" ;
    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 "1836" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no00090279>,
        <https://musicbrainz.org/work/20f8f987-87b8-3650-971c-ec48de2c43b6> .

