@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/1026676> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Adolf, Freiherr Pratobevera von Wiesborn" ;
    ns1:birthDate "1806-06-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3103402/> ;
    ns1:deathDate "1875-02-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Adolf, Freiherr Pratobevera von Wiesborn" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q17487731>,
        <https://id.loc.gov/authorities/names/no2018145426>,
        <https://musicbrainz.org/artist/a13c8ff2-238c-40e0-940a-0fc0faf087c7> .

