@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/66776> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "There Is No Greater Love" ;
    ns2:lyr <http://data.carnegiehall.org/names/1020194> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020194> ;
    dcterms:creator <http://data.carnegiehall.org/names/1002075> ;
    ns1:dateCreated "1936" ;
    skos:exactMatch <http://dbpedia.org/resource/There_Is_No_Greater_Love>,
        <http://www.wikidata.org/entity/Q2419490>,
        <https://musicbrainz.org/work/0e46af26-d9e9-39b8-ac0a-8463fe0f2244> .

