@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://vocab.getty.edu/ontology#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns1: <http://vocab.getty.edu/> . ns0:agentType dct:description "Type of a ULAN PersonConcept or GroupConcept. Domain is ULAN concept, range is AAT concept" ; a owl:ObjectProperty ; rdfs:comment "Type of a ULAN PersonConcept or GroupConcept. Domain is ULAN concept, range is AAT concept" ; rdfs:domain ns0:Subject ; rdfs:isDefinedBy ns1:ontology ; rdfs:label "agentType" ; rdfs:range ns0:Subject . ns0:agentTypeNonPreferred rdfs:subPropertyOf ns0:agentType . ns0:agentTypePreferred rdfs:subPropertyOf ns0:agentType .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.getty.edu/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://vocab.getty.edu/> .

ns0:agentType
    dct:description "Type of a ULAN PersonConcept or GroupConcept. Domain is ULAN concept, range is AAT concept" ;
    a owl:ObjectProperty ;
    rdfs:comment "Type of a ULAN PersonConcept or GroupConcept. Domain is ULAN concept, range is AAT concept" ;
    rdfs:domain ns0:Subject ;
    rdfs:isDefinedBy ns1:ontology ;
    rdfs:label "agentType" ;
    rdfs:range ns0:Subject .

ns0:agentTypeNonPreferred
    rdfs:subPropertyOf ns0:agentType .

ns0:agentTypePreferred
    rdfs:subPropertyOf ns0:agentType .