@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/fu/entity/> .
@prefix data: <https://www.wikidata.org/wiki/Special:EntityData/> .
@prefix s: <https://reprexbase.eu/fu/entity/statement/> .
@prefix ref: <https://reprexbase.eu/fu/reference/> .
@prefix v: <https://reprexbase.eu/fu/value/> .
@prefix wdt: <https://reprexbase.eu/fu/prop/direct/> .
@prefix wdtn: <https://reprexbase.eu/fu/prop/direct-normalized/> .
@prefix p: <https://reprexbase.eu/fu/prop/> .
@prefix ps: <https://reprexbase.eu/fu/prop/statement/> .
@prefix psv: <https://reprexbase.eu/fu/prop/statement/value/> .
@prefix psn: <https://reprexbase.eu/fu/prop/statement/value-normalized/> .
@prefix pq: <https://reprexbase.eu/fu/prop/qualifier/> .
@prefix pqv: <https://reprexbase.eu/fu/prop/qualifier/value/> .
@prefix pqn: <https://reprexbase.eu/fu/prop/qualifier/value-normalized/> .
@prefix pr: <https://reprexbase.eu/fu/prop/reference/> .
@prefix prv: <https://reprexbase.eu/fu/prop/reference/value/> .
@prefix prn: <https://reprexbase.eu/fu/prop/reference/value-normalized/> .
@prefix wdno: <https://reprexbase.eu/fu/prop/novalue/> .

data:P101 a schema:Dataset ;
	schema:about wd:P101 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "52403"^^xsd:integer ;
	schema:dateModified "2026-02-12T17:32:44Z"^^xsd:dateTime ;
	wikibase:statements "0"^^xsd:integer .

wd:P101 a wikibase:Property ;
	rdfs:label "end time"@en ;
	skos:prefLabel "end time"@en ;
	schema:name "end time"@en ;
	rdfs:label "bejezés időpontja"@hu ;
	skos:prefLabel "bejezés időpontja"@hu ;
	schema:name "bejezés időpontja"@hu ;
	rdfs:label "время окончания"@ru ;
	skos:prefLabel "время окончания"@ru ;
	schema:name "время окончания"@ru ;
	rdfs:label "lõppaeg"@et ;
	skos:prefLabel "lõppaeg"@et ;
	schema:name "lõppaeg"@et ;
	schema:description "moment when an entity ceases to exist or when a statement stops being valid"@en,
		"az az időpont, amikor egy entitás megszűnik létezni, vagy egy állítás már nem érvényes"@hu,
		"момент, когда сущность прекращает существование или утверждение перестаёт быть действительным"@ru,
		"hetk, mil üksus lakkab olemast või väide enam ei kehti"@et ;
	wikibase:propertyType <http://wikiba.se/ontology#Time> ;
	wikibase:directClaim wdt:P101 ;
	wikibase:claim p:P101 ;
	wikibase:statementProperty ps:P101 ;
	wikibase:statementValue psv:P101 ;
	wikibase:qualifier pq:P101 ;
	wikibase:qualifierValue pqv:P101 ;
	wikibase:reference pr:P101 ;
	wikibase:referenceValue prv:P101 ;
	wikibase:novalue wdno:P101 .

p:P101 a owl:ObjectProperty .

psv:P101 a owl:ObjectProperty .

pqv:P101 a owl:ObjectProperty .

prv:P101 a owl:ObjectProperty .

wdt:P101 a owl:DatatypeProperty .

ps:P101 a owl:DatatypeProperty .

pq:P101 a owl:DatatypeProperty .

pr:P101 a owl:DatatypeProperty .

wdno:P101 a owl:Class ;
	owl:complementOf _:7cddab8373014f6e0b4f9908f726dd2d .

_:7cddab8373014f6e0b4f9908f726dd2d a owl:Restriction ;
	owl:onProperty wdt:P101 ;
	owl:someValuesFrom owl:Thing .
