@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/29720> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "4 Songs, Op. 1: 4. Ariette" ;
    ns1:aut <http://data.carnegiehall.org/names/1007118> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1007118> ;
    dcterms:creator <http://data.carnegiehall.org/names/1006772> ;
    ns2:dateCreated "1886" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n85205484>,
        <https://musicbrainz.org/work/445a9cf1-457c-482f-8b3a-6564d1fddbd3> .

