@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/1003481> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "H. Owen Reed" ;
    ns1:birthDate "1910-06-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4401659/> ;
    ns1:deathDate "2014-01-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "H. Owen Reed" ;
    skos:exactMatch <http://dbpedia.org/resource/H._Owen_Reed>,
        <http://www.wikidata.org/entity/Q477626>,
        <https://id.loc.gov/authorities/names/n86858478>,
        <https://musicbrainz.org/artist/986719b3-b6cd-41a5-829e-79e39bb4dd90> .

