@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/48452> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Trittico Botticelliano: 2. Adoration of the Magi. Andante lento" ;
    dcterms:creator <http://data.carnegiehall.org/names/17563> ;
    ns1:dateCreated "1927" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2004094623>,
        <https://musicbrainz.org/work/4c768b0e-f29d-4d8f-942b-21a70a48f3e6> .

