@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/1017175> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johan van der Linden" ;
    ns1:birthDate "1961-06-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2751980/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Johan van der Linden" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q55088270>,
        <https://id.loc.gov/authorities/no2010108800>,
        <https://musicbrainz.org/artist/2102f3f5-8ae2-45e3-bccd-c5d1efe82690> .

