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

data:P5 a schema:Dataset ;
	schema:about wd:P5 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "436"^^xsd:integer ;
	schema:dateModified "2026-06-09T12:11:26Z"^^xsd:dateTime ;
	wikibase:statements "0"^^xsd:integer .

wd:P5 a wikibase:Property ;
	rdfs:label "start time"@en ;
	skos:prefLabel "start time"@en ;
	schema:name "start time"@en ;
	schema:description "time an entity begins to exist or a statement starts being valid"@en ;
	skos:altLabel "from"@en,
		"starting"@en,
		"began"@en,
		"from time"@en,
		"since"@en,
		"from date"@en,
		"building date"@en,
		"starttime"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#Time> ;
	wikibase:directClaim wdt:P5 ;
	wikibase:claim p:P5 ;
	wikibase:statementProperty ps:P5 ;
	wikibase:statementValue psv:P5 ;
	wikibase:qualifier pq:P5 ;
	wikibase:qualifierValue pqv:P5 ;
	wikibase:reference pr:P5 ;
	wikibase:referenceValue prv:P5 ;
	wikibase:novalue wdno:P5 .

p:P5 a owl:ObjectProperty .

psv:P5 a owl:ObjectProperty .

pqv:P5 a owl:ObjectProperty .

prv:P5 a owl:ObjectProperty .

wdt:P5 a owl:DatatypeProperty .

ps:P5 a owl:DatatypeProperty .

pq:P5 a owl:DatatypeProperty .

pr:P5 a owl:DatatypeProperty .

wdno:P5 a owl:Class ;
	owl:complementOf _:5a6c7a576e39dbbe9a035303bd73cd44 .

_:5a6c7a576e39dbbe9a035303bd73cd44 a owl:Restriction ;
	owl:onProperty wdt:P5 ;
	owl:someValuesFrom owl:Thing .
