@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/8266> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "9 Lieder und Gesänge, Op. 63: 4. An die Tauben" ;
    ns2:aut <http://data.carnegiehall.org/names/1025347> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025347> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004316> ;
    ns1:dateCreated "1874" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no97061913>,
        <https://musicbrainz.org/work/c47b0de1-75de-4683-8c40-765ac70e33fd> .

