@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/39251> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ossie Davis" ;
    ns1:birthDate "1917-12-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4188663/> ;
    ns1:deathDate "2005-02-04"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/120>,
        <http://data.carnegiehall.org/roles/409>,
        <http://data.carnegiehall.org/roles/507>,
        <http://data.carnegiehall.org/roles/565>,
        <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Ossie Davis" ;
    skos:exactMatch <http://dbpedia.org/resource/Ossie_Davis>,
        <http://id.loc.gov/authorities/names/n82059429>,
        <http://www.wikidata.org/entity/Q515632>,
        <https://musicbrainz.org/artist/fb6c3ba1-2bd1-4c7b-a5d9-d12b23e6f028> .

