@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@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/29305> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Lyric Pieces, Book I, Op. 12: 1. Arietta" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000740> ;
    ns1:dateCreated "1864-1867" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no96044007>,
        <https://musicbrainz.org/work/b6115546-141a-3366-9e3c-77c1459d21f8> .

