@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/1008750> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Daniel Protheroe" ;
    ns1:birthDate "1866-11-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/7292202/> ;
    ns1:deathDate "1934-02-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Daniel Protheroe" ;
    skos:exactMatch <http://dbpedia.org/resource/Daniel_Protheroe>,
        <http://id.loc.gov/authorities/names/no93036384>,
        <http://www.wikidata.org/entity/Q5218493>,
        <https://musicbrainz.org/artist/bdbad3c3-5341-41e3-9b14-7a25544ad6b0> .

