@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#> .

<http://data.carnegiehall.org/names/1003558> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johannes Ghiselin" ;
    ns1:birthPlace <https://sws.geonames.org/3337388/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johannes Ghiselin" ;
    skos:exactMatch <http://dbpedia.org/resource/Johannes_Ghiselin>,
        <http://id.loc.gov/authorities/names/no93017722>,
        <http://www.wikidata.org/entity/Q1232837>,
        <https://musicbrainz.org/artist/0a894174-76b2-4b15-8d4d-ee12a6f4d3ef> .

