@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/48731> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sunless" ;
    ns2:aut <http://data.carnegiehall.org/names/1024399> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024399> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004504> ;
    ns1:dateCreated "1874" ;
    skos:exactMatch <http://dbpedia.org/resource/Sunless_(song_cycle)>,
        <http://www.wikidata.org/entity/Q4080778>,
        <https://id.loc.gov/authorities/names/n82119508>,
        <https://musicbrainz.org/work/90c1226a-a24f-4b97-8b84-105e9b0efb0b> .

