@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/1005655> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joseph Marx" ;
    ns1:birthDate "1882-05-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2778067/> ;
    ns1:deathDate "1964-09-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Joseph Marx" ;
    skos:exactMatch <http://dbpedia.org/resource/Joseph_Marx>,
        <http://id.loc.gov/authorities/names/n82040716>,
        <http://www.wikidata.org/entity/Q506561>,
        <https://musicbrainz.org/artist/7e83d331-4907-4bcf-8f46-1da0cf951fb1> .

