@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1001860> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Robert Lowry" ;
    ns1:birthDate "1826-03-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4560349/> ;
    ns1:deathDate "1899-11-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Robert Lowry" ;
    skos:exactMatch <http://dbpedia.org/resource/Robert_Lowry_(hymn_writer)>,
        <http://id.loc.gov/authorities/names/n81150311>,
        <http://www.wikidata.org/entity/Q2158096>,
        <https://musicbrainz.org/artist/a3b8a344-1487-4448-8867-347494b91030> .

