@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/52074> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Grande pièce symphonique, Op. 17" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004863> ;
    ns1:dateCreated "1856-1864" ;
    skos:exactMatch <http://dbpedia.org/resource/Grande_Pi%C3%A8ce_Symphonique>,
        <http://id.loc.gov/authorities/names/nr91038558>,
        <http://www.wikidata.org/entity/Q15619519>,
        <https://musicbrainz.org/work/62a2ac9f-f87d-482c-a0fe-b8cf290720a6> .

