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

data:Q1 a schema:Dataset ;
	schema:about wd:Q1 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "1399"^^xsd:integer ;
	schema:dateModified "2025-02-09T19:21:56Z"^^xsd:dateTime ;
	wikibase:statements "0"^^xsd:integer ;
	wikibase:sitelinks "0"^^xsd:integer ;
	wikibase:identifiers "0"^^xsd:integer .

wd:Q1 a wikibase:Item ;
	rdfs:label "My first test item"@en ;
	skos:prefLabel "My first test item"@en ;
	schema:name "My first test item"@en ;
	schema:description "This is my first test item"@en .
