@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/1009241> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ole Bull" ;
    ns1:birthDate "1810-02-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3161732/> ;
    ns1:deathDate "1880-08-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ole Bull" ;
    skos:exactMatch <http://dbpedia.org/resource/Ole_Bull>,
        <http://www.wikidata.org/entity/Q318385>,
        <https://id.loc.gov/authorities/names/n81018993>,
        <https://musicbrainz.org/artist/c61c216b-bcc5-4f6f-9cd7-7fd0a0559cc6> .

