@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/1000118> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Mark Fax" ;
    ns1:birthDate "1911-06-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4347778/> ;
    ns1:deathDate "1974-01-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/Mark_Fax>,
        <http://www.wikidata.org/entity/Q1900040>,
        <https://id.loc.gov/authorities/names/n92080875>,
        <https://musicbrainz.org/artist/7aa0d81a-86de-40ad-b075-edc237fd2b62> .

