@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/theatre#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://purl.org/vocab/participation/schema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . ns0:agent a owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "Associates a Role with an Agent." ; rdfs:domain ns1:Role ; rdfs:label "agent" ; rdfs:range foaf:Agent ; owl:sameAs ns1:holder ; ns2:term_status "archaic" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/theatre#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://purl.org/vocab/participation/schema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

ns0:agent
    a owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "Associates a Role with an Agent." ;
    rdfs:domain ns1:Role ;
    rdfs:label "agent" ;
    rdfs:range foaf:Agent ;
    owl:sameAs ns1:holder ;
    ns2:term_status "archaic" .