@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/110578> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edward Herrmann" ;
    ns1:birthDate "1943-07-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4140963/> ;
    ns1:deathDate "2014-12-31"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/507> ;
    ns1:name "Edward Herrmann" ;
    skos:exactMatch <http://dbpedia.org/resource/Edward_Herrmann>,
        <http://id.loc.gov/authorities/names/n82062282>,
        <http://www.wikidata.org/wiki/Q536437>,
        <https://musicbrainz.org/artist/0da3936e-16de-402b-b1ea-a681b1113032> .

