@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/1010312> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Daan Manneke" ;
    ns1:birthDate "1939-11-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2752213/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Daan Manneke" ;
    skos:exactMatch <http://dbpedia.org/resource/Daan_Manneke>,
        <http://id.loc.gov/authorities/names/n79135344>,
        <http://www.wikidata.org/entity/Q1156473>,
        <https://musicbrainz.org/artist/dde679a2-bfa8-400b-b7dd-098d6408f8d5> .

