@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/1030823> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Oliver Sain" ;
    ns1:birthDate "1932-03-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4424927/> ;
    ns1:deathDate "2003-10-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Oliver Sain" ;
    skos:exactMatch <http://dbpedia.org/resource/Oliver_Sain>,
        <http://www.wikidata.org/entity/Q15452000>,
        <https://id.loc.gov/authorities/no98034087>,
        <https://musicbrainz.org/artist/ba8a3a9c-54dd-4673-83e5-d98ef5d2f3a1> .

