@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/81398> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Chants populaires: 5. Chanson écossaise" ;
    ns2:aut <http://data.carnegiehall.org/names/1008887> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1008887> ;
    dcterms:creator <http://data.carnegiehall.org/names/719> ;
    ns1:dateCreated "1910" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2003013064>,
        <https://musicbrainz.org/work/b8305813-7ec7-4231-a199-b2bf7b328660> .

