@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/94214> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sapho: Act IV. Pendant un an je fus ta femme" ;
    ns2:lbt <http://data.carnegiehall.org/names/1024570>,
        <http://data.carnegiehall.org/names/1028938> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024570>,
        <http://data.carnegiehall.org/names/1028938> ;
    dcterms:creator <http://data.carnegiehall.org/names/1000194> ;
    ns1:dateCreated "1897" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n97121273>,
        <https://musicbrainz.org/work/3f7f05af-cda4-4300-9408-d9d63bf02cf4> .

