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

data:Q5 a schema:Dataset ;
	schema:about wd:Q5 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "12"^^xsd:integer ;
	schema:dateModified "2026-04-04T21:22:56Z"^^xsd:dateTime ;
	wikibase:statements "1"^^xsd:integer ;
	wikibase:sitelinks "0"^^xsd:integer ;
	wikibase:identifiers "0"^^xsd:integer .

wd:Q5 a wikibase:Item ;
	wdt:P1 wd:Q3 ;
	p:P1 s:Q5-3AF1E51D-55EC-4471-BBA6-B20F0994CFD5 .

s:Q5-3AF1E51D-55EC-4471-BBA6-B20F0994CFD5 a wikibase:Statement,
		wikibase:BestRank ;
	wikibase:rank wikibase:NormalRank ;
	ps:P1 wd:Q3 .

wd:Q5 rdfs:label "Asia"@en ;
	skos:prefLabel "Asia"@en ;
	schema:name "Asia"@en ;
	schema:description "Largest continent"@en .

wd:Q3 a wikibase:Item ;
	rdfs:label "continent"@en ;
	skos:prefLabel "continent"@en ;
	schema:name "continent"@en ;
	schema:description "Large landmass"@en .

wd:P1 a wikibase:Property ;
	rdfs:label "instance of"@en ;
	skos:prefLabel "instance of"@en ;
	schema:name "instance of"@en ;
	schema:description "Type of entity"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#WikibaseItem> ;
	wikibase:directClaim wdt:P1 ;
	wikibase:claim p:P1 ;
	wikibase:statementProperty ps:P1 ;
	wikibase:statementValue psv:P1 ;
	wikibase:qualifier pq:P1 ;
	wikibase:qualifierValue pqv:P1 ;
	wikibase:reference pr:P1 ;
	wikibase:referenceValue prv:P1 ;
	wikibase:novalue wdno:P1 .

p:P1 a owl:ObjectProperty .

psv:P1 a owl:ObjectProperty .

pqv:P1 a owl:ObjectProperty .

prv:P1 a owl:ObjectProperty .

wdt:P1 a owl:ObjectProperty .

ps:P1 a owl:ObjectProperty .

pq:P1 a owl:ObjectProperty .

pr:P1 a owl:ObjectProperty .

wdno:P1 a owl:Class ;
	owl:complementOf _:b96ec5135b6832e1d84209d72460276b .

_:b96ec5135b6832e1d84209d72460276b a owl:Restriction ;
	owl:onProperty wdt:P1 ;
	owl:someValuesFrom owl:Thing .
