@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/1005742> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gerald Marks" ;
    ns1:birthDate "1900-10-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5007989/> ;
    ns1:deathDate "1997"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gerald Marks" ;
    skos:exactMatch <http://dbpedia.org/resource/Gerald_Marks>,
        <http://id.loc.gov/authorities/names/no98027951>,
        <http://www.wikidata.org/entity/Q5549377>,
        <https://musicbrainz.org/artist/06c5698b-77fc-45d8-a320-c9795dadb95f> .

