@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/42123> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La Grande-Duchesse de Gérolstein" ;
    ns2:lbt <http://data.carnegiehall.org/names/1021477>,
        <http://data.carnegiehall.org/names/1021478> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021477>,
        <http://data.carnegiehall.org/names/1021478> ;
    dcterms:creator <http://data.carnegiehall.org/names/1007639> ;
    ns1:dateCreated "1867" ;
    skos:exactMatch <http://dbpedia.org/resource/La_Grande-Duchesse_de_G%C3%A9rolstein>,
        <http://id.loc.gov/authorities/names/n82101844>,
        <http://www.wikidata.org/entity/Q1213194>,
        <https://musicbrainz.org/work/774e3b96-9277-4332-a85d-504ff4e30785> .

