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

data:P142 a schema:Dataset ;
	schema:about wd:P142 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "13604"^^xsd:integer ;
	schema:dateModified "2026-02-23T00:48:57Z"^^xsd:dateTime ;
	wikibase:statements "0"^^xsd:integer .

wd:P142 a wikibase:Property ;
	rdfs:label "series ordinal"@en ;
	skos:prefLabel "series ordinal"@en ;
	schema:name "series ordinal"@en ;
	rdfs:label "radové číslo"@sk ;
	skos:prefLabel "radové číslo"@sk ;
	schema:name "radové číslo"@sk ;
	schema:description "position of an item in its parent series (most frequently a 1-based index), generally to be used as a qualifier (different from \"rank\" defined as a class, and from \"ranking\" defined as a property for evaluating a quality)"@en,
		"pozícia položky v jej nadradenej sérii (najčastejšie index založený na 1), zvyčajne používaná ako kvalifikátor (odlišná od „hodnotenia“ definovaného ako trieda a od „poradia“ definovaného ako vlastnosť na hodnotenie kvality)"@sk ;
	skos:altLabel "sorting order"@en,
		"position in series"@en,
		"ordinal number"@en,
		"series number"@en,
		"sort order"@en,
		"rank"@en,
		"poradie"@sk ;
	wikibase:propertyType <http://wikiba.se/ontology#String> ;
	wikibase:directClaim wdt:P142 ;
	wikibase:claim p:P142 ;
	wikibase:statementProperty ps:P142 ;
	wikibase:statementValue psv:P142 ;
	wikibase:qualifier pq:P142 ;
	wikibase:qualifierValue pqv:P142 ;
	wikibase:reference pr:P142 ;
	wikibase:referenceValue prv:P142 ;
	wikibase:novalue wdno:P142 .

p:P142 a owl:ObjectProperty .

psv:P142 a owl:ObjectProperty .

pqv:P142 a owl:ObjectProperty .

prv:P142 a owl:ObjectProperty .

wdt:P142 a owl:DatatypeProperty .

ps:P142 a owl:DatatypeProperty .

pq:P142 a owl:DatatypeProperty .

pr:P142 a owl:DatatypeProperty .

wdno:P142 a owl:Class ;
	owl:complementOf _:451b9c9cd3a31675b051ebcd0afa4679 .

_:451b9c9cd3a31675b051ebcd0afa4679 a owl:Restriction ;
	owl:onProperty wdt:P142 ;
	owl:someValuesFrom owl:Thing .
