@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/31469> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Livre pour orchestre" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006613> ;
    ns1:dateCreated "1968" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no98014684>,
        <http://www.wikidata.org/entity/Q3257265>,
        <https://musicbrainz.org/work/1e8d2b9d-8c75-31d2-b067-85221a72394b> .

