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

data:P23 a schema:Dataset ;
	schema:about wd:P23 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "80"^^xsd:integer ;
	schema:dateModified "2026-03-04T14:09:23Z"^^xsd:dateTime ;
	wikibase:statements "0"^^xsd:integer .

wd:P23 a wikibase:Property ;
	rdfs:label "superclass of"@en ;
	skos:prefLabel "superclass of"@en ;
	schema:name "superclass of"@en ;
	rdfs:label "főosztálya"@hu ;
	skos:prefLabel "főosztálya"@hu ;
	schema:name "főosztálya"@hu ;
	schema:description "Indicates that a class is more general in scope and conceptually broader than another class.All instances of the more specific class are also instances of the superclass.This property expresses hierarchical generalisation within a class system, where the superclass defines shared characteristics inherited by its subclasses. Inverse property for \"subclass of\""@en,
		"Azt jelzi, hogy egy osztály fogalmilag általánosabb és tágabb jelentésű egy másik osztálynál.A specifikusabb osztály minden példánya egyben a főosztály példánya is.A tulajdonság az osztályhierarchiában fennálló általánosítási viszonyt fejezi ki, ahol a főosztály közös jellemzőket határoz meg, amelyeket az alosztályok örökölnek"@hu ;
	wikibase:propertyType <http://wikiba.se/ontology#WikibaseItem> ;
	wikibase:directClaim wdt:P23 ;
	wikibase:claim p:P23 ;
	wikibase:statementProperty ps:P23 ;
	wikibase:statementValue psv:P23 ;
	wikibase:qualifier pq:P23 ;
	wikibase:qualifierValue pqv:P23 ;
	wikibase:reference pr:P23 ;
	wikibase:referenceValue prv:P23 ;
	wikibase:novalue wdno:P23 .

p:P23 a owl:ObjectProperty .

psv:P23 a owl:ObjectProperty .

pqv:P23 a owl:ObjectProperty .

prv:P23 a owl:ObjectProperty .

wdt:P23 a owl:ObjectProperty .

ps:P23 a owl:ObjectProperty .

pq:P23 a owl:ObjectProperty .

pr:P23 a owl:ObjectProperty .

wdno:P23 a owl:Class ;
	owl:complementOf _:dd9ecacb488b2c8cf92842f5ee20c0d3 .

_:dd9ecacb488b2c8cf92842f5ee20c0d3 a owl:Restriction ;
	owl:onProperty wdt:P23 ;
	owl:someValuesFrom owl:Thing .
