@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/3180> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "L'arlesiana: Act III. Esser madre è un inferno" ;
    ns2:lbt <http://data.carnegiehall.org/names/1024367> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024367> ;
    dcterms:creator <http://data.carnegiehall.org/names/1010281> ;
    ns1:dateCreated "1897" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n85367701>,
        <http://www.wikidata.org/entity/Q54973722>,
        <https://musicbrainz.org/work/9d6c49b5-6d15-49c3-9aa1-4d804bd08ec5> .

