@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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/hundb/entity/> .
@prefix data: <https://www.wikidata.org/wiki/Special:EntityData/> .
@prefix wds: <https://reprexbase.eu/hundb/entity/statement/> .
@prefix wdref: <https://reprexbase.eu/hundb/reference/> .
@prefix wdv: <https://reprexbase.eu/hundb/value/> .
@prefix wdt: <https://reprexbase.eu/hundb/prop/direct/> .
@prefix wdtn: <https://reprexbase.eu/hundb/prop/direct-normalized/> .
@prefix p: <https://reprexbase.eu/hundb/prop/> .
@prefix ps: <https://reprexbase.eu/hundb/prop/statement/> .
@prefix psv: <https://reprexbase.eu/hundb/prop/statement/value/> .
@prefix psn: <https://reprexbase.eu/hundb/prop/statement/value-normalized/> .
@prefix pq: <https://reprexbase.eu/hundb/prop/qualifier/> .
@prefix pqv: <https://reprexbase.eu/hundb/prop/qualifier/value/> .
@prefix pqn: <https://reprexbase.eu/hundb/prop/qualifier/value-normalized/> .
@prefix pr: <https://reprexbase.eu/hundb/prop/reference/> .
@prefix prv: <https://reprexbase.eu/hundb/prop/reference/value/> .
@prefix prn: <https://reprexbase.eu/hundb/prop/reference/value-normalized/> .
@prefix wdno: <https://reprexbase.eu/hundb/prop/novalue/> .

data:P42 a schema:Dataset ;
	schema:about wd:P42 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "2852"^^xsd:integer ;
	schema:dateModified "2026-02-13T18:01:52Z"^^xsd:dateTime ;
	wikibase:statements "0"^^xsd:integer .

wd:P42 a wikibase:Property ;
	rdfs:label "subject has role"@en ;
	skos:prefLabel "subject has role"@en ;
	schema:name "subject has role"@en ;
	schema:description "The function or position held by an agent in relation to another entity (e.g., creator, performer, collector). Equivalent to PROV-O 'hadRole'. Defines a relationship between an individual object and and individual agent, for example, identifies the creator of the photograph."@en ;
	wikibase:propertyType <http://wikiba.se/ontology#WikibaseItem> ;
	wikibase:directClaim wdt:P42 ;
	wikibase:claim p:P42 ;
	wikibase:statementProperty ps:P42 ;
	wikibase:statementValue psv:P42 ;
	wikibase:qualifier pq:P42 ;
	wikibase:qualifierValue pqv:P42 ;
	wikibase:reference pr:P42 ;
	wikibase:referenceValue prv:P42 ;
	wikibase:novalue wdno:P42 .

p:P42 a owl:ObjectProperty .

psv:P42 a owl:ObjectProperty .

pqv:P42 a owl:ObjectProperty .

prv:P42 a owl:ObjectProperty .

wdt:P42 a owl:ObjectProperty .

ps:P42 a owl:ObjectProperty .

pq:P42 a owl:ObjectProperty .

pr:P42 a owl:ObjectProperty .

wdno:P42 a owl:Class ;
	owl:complementOf _:bc01887ab201da5d0d92222a72d56622 .

_:bc01887ab201da5d0d92222a72d56622 a owl:Restriction ;
	owl:onProperty wdt:P42 ;
	owl:someValuesFrom owl:Thing .
