@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/1030752> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Robert Altman" ;
    ns1:birthDate "1925-02-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4393217/> ;
    ns1:deathDate "2006-11-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Robert Altman" ;
    skos:exactMatch <http://dbpedia.org/resource/Robert_Altman>,
        <http://www.wikidata.org/entity/Q55163>,
        <https://id.loc.gov/authorities/n81003475>,
        <https://musicbrainz.org/artist/fcf85680-9259-4f59-b649-9b3171c0acd4> .

