@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/1004573> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arnold von Bruck" ;
    ns1:birthPlace <https://sws.geonames.org/2800931/> ;
    ns1:deathDate "1554-02-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Arnold von Bruck" ;
    skos:exactMatch <http://dbpedia.org/resource/Arnold_von_Bruck>,
        <http://www.wikidata.org/entity/Q696713>,
        <https://id.loc.gov/authorities/names/n90625105>,
        <https://musicbrainz.org/artist/87767e10-92a1-4c61-aad8-27cbc406375d> .

