@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/32499> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La bohème" ;
    ns2:aut <http://data.carnegiehall.org/names/1020710> ;
    ns2:lbt <http://data.carnegiehall.org/names/37290> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020710>,
        <http://data.carnegiehall.org/names/37290> ;
    dcterms:creator <http://data.carnegiehall.org/names/37290> ;
    ns1:dateCreated "1897" ;
    skos:exactMatch <http://dbpedia.org/resource/La_boh%C3%A8me_(Leoncavallo)>,
        <http://www.wikidata.org/entity/Q984983>,
        <https://id.loc.gov/authorities/names/n80030767>,
        <https://musicbrainz.org/work/b89a6719-bffe-434b-9829-f887a18c1433> .

