@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/58212> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Four Sea Interludes from \"Peter Grimes,\" Op. 33a" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003241> ;
    ns1:dateCreated "1945" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q2444628>,
        <https://musicbrainz.org/work/2c4b914f-48f7-4a3e-9487-b7da7194471d> .

