@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/3061> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Richard P. Condie" ;
    ns1:birthDate "1898-07-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5781993/> ;
    ns1:deathDate "1985-12-22"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/edt> ;
    ns1:name "Richard P. Condie" ;
    skos:exactMatch <http://dbpedia.org/resource/Richard_P._Condie>,
        <http://id.loc.gov/authorities/names/n86145230>,
        <http://www.wikidata.org/entity/Q7328226>,
        <https://musicbrainz.org/artist/40106819-12e1-45e6-9922-f50bc1d1ffbb> .

