@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wikibase: <http://wikiba.se/ontology#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix wd: <https://reprexbase.eu/entity/> .
@prefix data: <https://reprexbase.eu/textilebase/Special:EntityData/> .
@prefix s: <https://reprexbase.eu/entity/statement/> .
@prefix ref: <https://reprexbase.eu/reference/> .
@prefix v: <https://reprexbase.eu/value/> .
@prefix wdt: <https://reprexbase.eu/prop/direct/> .
@prefix wdtn: <https://reprexbase.eu/prop/direct-normalized/> .
@prefix p: <https://reprexbase.eu/prop/> .
@prefix ps: <https://reprexbase.eu/prop/statement/> .
@prefix psv: <https://reprexbase.eu/prop/statement/value/> .
@prefix psn: <https://reprexbase.eu/prop/statement/value-normalized/> .
@prefix pq: <https://reprexbase.eu/prop/qualifier/> .
@prefix pqv: <https://reprexbase.eu/prop/qualifier/value/> .
@prefix pqn: <https://reprexbase.eu/prop/qualifier/value-normalized/> .
@prefix pr: <https://reprexbase.eu/prop/reference/> .
@prefix prv: <https://reprexbase.eu/prop/reference/value/> .
@prefix prn: <https://reprexbase.eu/prop/reference/value-normalized/> .
@prefix wdno: <https://reprexbase.eu/prop/novalue/> .

data:P109 a schema:Dataset ;
	schema:about wd:P109 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "8978"^^xsd:integer ;
	schema:dateModified "2025-11-04T18:34:03Z"^^xsd:dateTime ;
	wikibase:statements "0"^^xsd:integer .

wd:P109 a wikibase:Property ;
	rdfs:label "has associated agent"@en ;
	skos:prefLabel "has associated agent"@en ;
	schema:name "has associated agent"@en ;
	schema:description "Connects an item (e.g., a cultural object, event, recording, or photograph) to an agent (person, group, or organization) involved in its lifecycle. This is a generic association used to model contributors, creators, performers, collectors, annotators, etc. Use the role property as a qualifier to specify the nature of the agent's involvement."@en ;
	skos:altLabel "associated person"@en,
		"associated institution"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#WikibaseItem> ;
	wikibase:directClaim wdt:P109 ;
	wikibase:claim p:P109 ;
	wikibase:statementProperty ps:P109 ;
	wikibase:statementValue psv:P109 ;
	wikibase:qualifier pq:P109 ;
	wikibase:qualifierValue pqv:P109 ;
	wikibase:reference pr:P109 ;
	wikibase:referenceValue prv:P109 ;
	wikibase:novalue wdno:P109 .

p:P109 a owl:ObjectProperty .

psv:P109 a owl:ObjectProperty .

pqv:P109 a owl:ObjectProperty .

prv:P109 a owl:ObjectProperty .

wdt:P109 a owl:ObjectProperty .

ps:P109 a owl:ObjectProperty .

pq:P109 a owl:ObjectProperty .

pr:P109 a owl:ObjectProperty .

wdno:P109 a owl:Class ;
	owl:complementOf _:9f58b7cd050dba75d7b1a718f3f0eedd .

_:9f58b7cd050dba75d7b1a718f3f0eedd a owl:Restriction ;
	owl:onProperty wdt:P109 ;
	owl:someValuesFrom owl:Thing .
