@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <http://schema.org/> .
@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/5215> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Euryanthe: Act II. Wo berg' ich mich?" ;
    ns1:lbt <http://data.carnegiehall.org/names/1024698> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024698> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004864> ;
    ns2:dateCreated "1822-1823" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2002085818>,
        <http://www.wikidata.org/entity/Q54989369>,
        <https://musicbrainz.org/work/aad54327-af5b-4fa7-8bc4-e0b4d56762c2> .

