@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/13604> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "What a Friend We Have in Jesus" ;
    ns1:aut <http://data.carnegiehall.org/names/1021663> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021663> ;
    dcterms:creator <http://data.carnegiehall.org/names/1001816> ;
    skos:exactMatch <http://dbpedia.org/resource/What_a_Friend_We_Have_in_Jesus>,
        <http://id.loc.gov/authorities/names/no00048193>,
        <http://www.wikidata.org/entity/Q3364742>,
        <https://musicbrainz.org/work/b49fbfc8-68a9-3dd3-8d0c-3898ff2116e0> .

