@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/1013415> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "François von Campenhout" ;
    ns1:birthDate "1779-02-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2800866/> ;
    ns1:deathDate "1848-04-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "François von Campenhout" ;
    skos:exactMatch <http://dbpedia.org/resource/Fran%C3%A7ois_van_Campenhout>,
        <http://www.wikidata.org/entity/Q1363402>,
        <https://id.loc.gov/authorities/names/no2006116634>,
        <https://musicbrainz.org/artist/fd89612f-a00a-4bbb-923e-d317faa77581> .

