@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/names/1008058> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Anonymous" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/adp>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt>,
        <http://id.loc.gov/vocabulary/relators/lyr>,
        <http://id.loc.gov/vocabulary/relators/trc>,
        <http://id.loc.gov/vocabulary/relators/trl> .

