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

data:Q2 a schema:Dataset ;
	schema:about wd:Q2 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "7"^^xsd:integer ;
	schema:dateModified "2026-04-09T15:46:34Z"^^xsd:dateTime ;
	wikibase:statements "0"^^xsd:integer ;
	wikibase:sitelinks "1"^^xsd:integer ;
	wikibase:identifiers "0"^^xsd:integer .

wd:Q2 a wikibase:Item .

<https://dev-climatekg.semanticclimate.org/wiki/An_Item_2> a schema:Article ;
	schema:about wd:Q2 ;
	schema:inLanguage "en" ;
	schema:isPartOf <https://dev-climatekg.semanticclimate.org/> ;
	schema:name "An Item 2"@en .

<https://dev-climatekg.semanticclimate.org/> wikibase:wikiGroup "mywiki" .

wd:Q2 rdfs:label "An item 2"@en ;
	skos:prefLabel "An item 2"@en ;
	schema:name "An item 2"@en ;
	schema:description "A second thing"@en ;
	skos:altLabel "2"@en .
