@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://wb.vna.test.tibwiki.io/entity/> .
@prefix data: <https://wb.vna.test.tibwiki.io/wiki/Special:EntityData/> .
@prefix wds: <https://wb.vna.test.tibwiki.io/entity/statement/> .
@prefix wdref: <https://wb.vna.test.tibwiki.io/reference/> .
@prefix wdv: <https://wb.vna.test.tibwiki.io/value/> .
@prefix wdt: <https://wb.vna.test.tibwiki.io/prop/direct/> .
@prefix wdtn: <https://wb.vna.test.tibwiki.io/prop/direct-normalized/> .
@prefix p: <https://wb.vna.test.tibwiki.io/prop/> .
@prefix ps: <https://wb.vna.test.tibwiki.io/prop/statement/> .
@prefix psv: <https://wb.vna.test.tibwiki.io/prop/statement/value/> .
@prefix psn: <https://wb.vna.test.tibwiki.io/prop/statement/value-normalized/> .
@prefix pq: <https://wb.vna.test.tibwiki.io/prop/qualifier/> .
@prefix pqv: <https://wb.vna.test.tibwiki.io/prop/qualifier/value/> .
@prefix pqn: <https://wb.vna.test.tibwiki.io/prop/qualifier/value-normalized/> .
@prefix pr: <https://wb.vna.test.tibwiki.io/prop/reference/> .
@prefix prv: <https://wb.vna.test.tibwiki.io/prop/reference/value/> .
@prefix prn: <https://wb.vna.test.tibwiki.io/prop/reference/value-normalized/> .
@prefix wdno: <https://wb.vna.test.tibwiki.io/prop/novalue/> .

data:P2 a schema:Dataset ;
	schema:about wd:P2 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "6199"^^xsd:integer ;
	schema:dateModified "2026-03-27T09:21:07Z"^^xsd:dateTime ;
	wikibase:statements "0"^^xsd:integer .

wd:P2 a wikibase:Property ;
	rdfs:label "achternaam"@en ;
	skos:prefLabel "achternaam"@en ;
	schema:name "achternaam"@en ;
	rdfs:label "achternaam"@nl ;
	skos:prefLabel "achternaam"@nl ;
	schema:name "achternaam"@nl ;
	schema:description "De familie- of achternaam van deze persoon. Als de persoon meerdere officiële achternamen heeft (bv. combinatie van achternaam vader en moeder), dan worden de verschillende achternamen in de juiste volgorde opgenomen in dit veld."@nl ;
	wikibase:propertyType <http://wikiba.se/ontology#String> ;
	wikibase:directClaim wdt:P2 ;
	wikibase:claim p:P2 ;
	wikibase:statementProperty ps:P2 ;
	wikibase:statementValue psv:P2 ;
	wikibase:qualifier pq:P2 ;
	wikibase:qualifierValue pqv:P2 ;
	wikibase:reference pr:P2 ;
	wikibase:referenceValue prv:P2 ;
	wikibase:novalue wdno:P2 .

p:P2 a owl:ObjectProperty .

psv:P2 a owl:ObjectProperty .

pqv:P2 a owl:ObjectProperty .

prv:P2 a owl:ObjectProperty .

wdt:P2 a owl:DatatypeProperty .

ps:P2 a owl:DatatypeProperty .

pq:P2 a owl:DatatypeProperty .

pr:P2 a owl:DatatypeProperty .

wdno:P2 a owl:Class ;
	owl:complementOf _:1f05fece3ad482b53eed1f5510da49fa .

_:1f05fece3ad482b53eed1f5510da49fa a owl:Restriction ;
	owl:onProperty wdt:P2 ;
	owl:someValuesFrom owl:Thing .
