@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/1025527> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Robert Lorick" ;
    ns1:birthDate "1942"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/6252001/> ;
    ns1:deathDate "2016-01"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Robert Lorick" ;
    skos:exactMatch <http://dbpedia.org/resource/Robert_Lorick>,
        <http://www.wikidata.org/entity/Q7346991>,
        <https://id.loc.gov/authorities/names/n88041835>,
        <https://musicbrainz.org/artist/a56cc515-000f-4405-ae51-ad79f6b2cc0e> .

