@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/1010756> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "P. P. (Philip Paul) Bliss" ;
    ns1:birthDate "1838-07-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5184546/> ;
    ns1:deathDate "1876-12-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "P. P. (Philip Paul) Bliss" ;
    skos:exactMatch <http://dbpedia.org/resource/Philip_Bliss>,
        <http://id.loc.gov/authorities/names/nr92011122>,
        <https://musicbrainz.org/artist/ec3987b6-4283-4240-b9a9-3ba630dc6421> .

