@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/16514> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Romeo and Juliet Suite No. 2, Op. 64t: 5. Romeo and Juliet Before Parting" ;
    dcterms:creator <http://data.carnegiehall.org/names/43414> ;
    ns1:dateCreated "1936" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/nr2006023056>,
        <https://musicbrainz.org/work/9b3f71cb-a6e1-3b3a-9870-1b6e83a4ef8a> .

