@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/58785> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite in D major, RCT 3: 16. Les tourbillons" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001786> ;
    ns1:dateCreated "1724-1731" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2005082886>,
        <http://musicbrainz.org/work/13ec0931-652f-4937-8ad1-f73153a33183> .

