@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/1029365> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sebastian Bodinus" ;
    ns1:birthPlace <https://sws.geonames.org/2948149/> ;
    ns1:deathDate "1759-03-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sebastian Bodinus" ;
    skos:exactMatch <http://dbpedia.org/resource/Sebastian_Bodinus>,
        <http://www.wikidata.org/entity/Q111940>,
        <https://id.loc.gov/authorities/no93010852>,
        <https://musicbrainz.org/artist/b44e62e4-7be6-4b30-ba74-d576295b801f> .

