@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/48963> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "2 Psalms, H. 117: 2. Psalm 148" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003861> ;
    ns1:dateCreated "1912" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n83163693>,
        <https://musicbrainz.org/work/5f9c1508-ca15-45c7-8fc6-2e114d4c4c0a> .

