@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/55567> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Nuit d'étoiles" ;
    ns1:aut <http://data.carnegiehall.org/names/1020308> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020308> ;
    dcterms:creator <http://data.carnegiehall.org/names/1009368> ;
    ns2:dateCreated "1880" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n97066715>,
        <https://musicbrainz.org/work/8f3a5ef3-5346-46d3-a4d9-9c1711588d87> .

