@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/131562> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Michael Bojesen" ;
    ns1:birthDate "1960-08-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2618425/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Michael Bojesen" ;
    skos:exactMatch <http://dbpedia.org/resource/Michael_Bojesen>,
        <http://www.wikidata.org/entity/Q1841559>,
        <https://id.loc.gov/authorities/no97060880>,
        <https://musicbrainz.org/artist/64d8b300-384b-47d1-9ac9-5364f5b03e2c> .

