@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/10975> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Samson et Dalila, Op. 47: Act II. Mon coeur s'ouvre à ta voix" ;
    ns2:lbt <http://data.carnegiehall.org/names/1024877> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024877> ;
    dcterms:creator <http://data.carnegiehall.org/names/41588> ;
    ns1:dateCreated "1859-1877" ;
    skos:exactMatch <http://dbpedia.org/resource/Mon_c%C5%93ur_s'ouvre_%C3%A0_ta_voix>,
        <http://id.loc.gov/authorities/names/no95007910>,
        <http://www.wikidata.org/entity/Q3113022>,
        <https://musicbrainz.org/work/460c7f4f-9193-34eb-b3e4-096d751c89d9> .

