@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/53633> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La Navarraise" ;
    ns2:lbt <http://data.carnegiehall.org/names/1024570>,
        <http://data.carnegiehall.org/names/1027838> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024570>,
        <http://data.carnegiehall.org/names/1027838> ;
    dcterms:creator <http://data.carnegiehall.org/names/1000194> ;
    ns1:dateCreated "1894" ;
    skos:exactMatch <http://dbpedia.org/resource/La_Navarraise>,
        <http://www.wikidata.org/entity/Q2709440>,
        <https://id.loc.gov/authorities/no98006947>,
        <https://musicbrainz.org/work/2b2093d0-d0eb-422e-b496-09b592643bc6> .

