@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/45103> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La bohème: Act II. Quando m'en vo'" ;
    ns2:lbt <http://data.carnegiehall.org/names/1021015>,
        <http://data.carnegiehall.org/names/1021474> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021015>,
        <http://data.carnegiehall.org/names/1021474> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004603> ;
    ns1:dateCreated "1896" ;
    skos:exactMatch <http://dbpedia.org/resource/Quando_me%27n_vo%27>,
        <http://id.loc.gov/authorities/names/n81118737>,
        <http://www.wikidata.org/entity/Q3412947>,
        <https://musicbrainz.org/work/133943c1-d213-3136-a82b-a9a1daaebfb5> .

