@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/59263> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sea Pictures, Op. 37: 1. Sea Slumber Song" ;
    ns2:aut <http://data.carnegiehall.org/names/1028713> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1028713> ;
    dcterms:creator <http://data.carnegiehall.org/names/9637> ;
    ns1:dateCreated "1899" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n2003082413>,
        <https://musicbrainz.org/work/3a9b2f9a-d5af-3b6a-9218-c06c68fe3b5a> .

