@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/20778> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "The Bohemian Girl: Act II. I Dreamt that I Dwelt in Marble Halls" ;
    ns1:lbt <http://data.carnegiehall.org/names/1020467> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020467> ;
    dcterms:creator <http://data.carnegiehall.org/names/1008304> ;
    ns2:dateCreated "1840-1843" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q45380209>,
        <https://id.loc.gov/authorities/names/n2001121459>,
        <https://musicbrainz.org/work/09993a1c-d6a1-4686-aa79-cbf986d4d078> .

