@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/40521> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Sea Pictures, Op. 37" ;
    ns1:aut <http://data.carnegiehall.org/names/1020610>,
        <http://data.carnegiehall.org/names/1028712>,
        <http://data.carnegiehall.org/names/1028713>,
        <http://data.carnegiehall.org/names/1028714>,
        <http://data.carnegiehall.org/names/1028715> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020610>,
        <http://data.carnegiehall.org/names/1028712>,
        <http://data.carnegiehall.org/names/1028713>,
        <http://data.carnegiehall.org/names/1028714>,
        <http://data.carnegiehall.org/names/1028715> ;
    dcterms:creator <http://data.carnegiehall.org/names/9637> ;
    ns2:dateCreated "1899" ;
    skos:exactMatch <http://dbpedia.org/resource/Sea_Pictures>,
        <http://www.wikidata.org/entity/Q3176988>,
        <https://id.loc.gov/authorities/n81005116>,
        <https://musicbrainz.org/work/bd872673-697b-3283-a3a4-5b7767b056c8> .

