@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/54125> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Peter Tiboris" ;
    ns1:birthDate "1947-10-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5272893/> ;
    ns1:deathDate "2024-09-17"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://data.carnegiehall.org/roles/661> ;
    ns1:name "Peter Tiboris" ;
    skos:exactMatch <http://dbpedia.org/resource/Peter_Tiboris>,
        <http://id.loc.gov/authorities/names/no97000969>,
        <http://www.wikidata.org/entity/Q16116950>,
        <https://musicbrainz.org/artist/5eff1535-db39-4078-9160-b16b0ac1a81e> .

