@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/1010189> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arthur Frackenpohl" ;
    ns1:birthDate "1924-04-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5099724/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Arthur Frackenpohl" ;
    skos:exactMatch <http://dbpedia.org/resource/Arthur_Frackenpohl>,
        <http://id.loc.gov/authorities/names/n80017863>,
        <http://www.wikidata.org/entity/Q3624270>,
        <https://musicbrainz.org/artist/e2dc05dd-353d-42a1-9228-6bed5d6bd386> .

