@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/1018860> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pablo Ziegler" ;
    ns1:birthDate "1944-09-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3435910/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Pablo Ziegler" ;
    skos:exactMatch <http://dbpedia.org/resource/Pablo_Ziegler>,
        <http://id.loc.gov/authorities/names/no00013928>,
        <http://www.wikidata.org/entity/Q743869>,
        <https://musicbrainz.org/artist/37680311-bc1f-4ae4-83a9-d7856e950a23> .

