@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/58231> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Chichester Psalms" ;
    dcterms:creator <http://data.carnegiehall.org/names/57697> ;
    ns1:dateCreated "1965" ;
    skos:exactMatch <http://dbpedia.org/resource/Chichester_Psalms>,
        <http://id.loc.gov/authorities/names/no96047556>,
        <http://www.wikidata.org/entity/Q1042113>,
        <https://musicbrainz.org/work/9b986450-0ef9-4ec9-b5e8-fc04c03c164c> .

