@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/1009204> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joseph Jongen" ;
    ns1:birthDate "1873-12-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2792413/> ;
    ns1:deathDate "1953-07-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Joseph Jongen" ;
    skos:exactMatch <http://dbpedia.org/resource/Joseph_Jongen>,
        <http://id.loc.gov/authorities/names/n80096732>,
        <http://musicbrainz.org/artist/65b2377a-59b7-4c39-8a92-926201985392>,
        <http://www.wikidata.org/entity/Q561259> .

