@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/47660> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "An American in Paris" ;
    dcterms:creator <http://data.carnegiehall.org/names/34823> ;
    ns1:dateCreated "1928" ;
    skos:exactMatch <http://dbpedia.org/resource/An_American_in_Paris>,
        <http://id.loc.gov/authorities/names/no92006894>,
        <http://www.wikidata.org/entity/Q853997>,
        <https://musicbrainz.org/work/7e7d799a-babe-3d9c-b271-9ad417ac650f> .

