@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/12862> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "2 Mélodies, Op. 20: 1. Le bachelier de Salamanque" ;
    ns2:aut <http://data.carnegiehall.org/names/1025929> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025929> ;
    dcterms:creator <http://data.carnegiehall.org/names/1000244> ;
    ns1:dateCreated "1919" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no97066098>,
        <https://musicbrainz.org/work/e0f4e375-a9bf-4988-b67b-8c8a6aede564> .

