@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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/entity/> .
@prefix data: <https://reprexbase.eu/demo/index.php?title=Special:EntityData/> .
@prefix s: <https://reprexbase.eu/entity/statement/> .
@prefix ref: <https://reprexbase.eu/reference/> .
@prefix v: <https://reprexbase.eu/value/> .
@prefix wdt: <https://reprexbase.eu/prop/direct/> .
@prefix wdtn: <https://reprexbase.eu/prop/direct-normalized/> .
@prefix p: <https://reprexbase.eu/prop/> .
@prefix ps: <https://reprexbase.eu/prop/statement/> .
@prefix psv: <https://reprexbase.eu/prop/statement/value/> .
@prefix psn: <https://reprexbase.eu/prop/statement/value-normalized/> .
@prefix pq: <https://reprexbase.eu/prop/qualifier/> .
@prefix pqv: <https://reprexbase.eu/prop/qualifier/value/> .
@prefix pqn: <https://reprexbase.eu/prop/qualifier/value-normalized/> .
@prefix pr: <https://reprexbase.eu/prop/reference/> .
@prefix prv: <https://reprexbase.eu/prop/reference/value/> .
@prefix prn: <https://reprexbase.eu/prop/reference/value-normalized/> .
@prefix wdno: <https://reprexbase.eu/prop/novalue/> .

data:Q3 a schema:Dataset ;
	schema:about wd:Q3 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "20"^^xsd:integer ;
	schema:dateModified "2024-08-29T15:22:28Z"^^xsd:dateTime ;
	wikibase:statements "0"^^xsd:integer ;
	wikibase:sitelinks "0"^^xsd:integer ;
	wikibase:identifiers "0"^^xsd:integer .

wd:Q3 a wikibase:Item ;
	rdfs:label "Uniform Resource Identifier"@en ;
	skos:prefLabel "Uniform Resource Identifier"@en ;
	schema:name "Uniform Resource Identifier"@en ;
	rdfs:label "URI"@hu ;
	skos:prefLabel "URI"@hu ;
	schema:name "URI"@hu ;
	rdfs:label "Uniform Resource Identifier"@de ;
	skos:prefLabel "Uniform Resource Identifier"@de ;
	schema:name "Uniform Resource Identifier"@de ;
	rdfs:label "Uniform Resource Identifier"@nl ;
	skos:prefLabel "Uniform Resource Identifier"@nl ;
	schema:name "Uniform Resource Identifier"@nl ;
	rdfs:label "Jednotný identifikátor zdroja"@sk ;
	skos:prefLabel "Jednotný identifikátor zdroja"@sk ;
	schema:name "Jednotný identifikátor zdroja"@sk ;
	schema:description "string of characters used to identify a name of a resource on a network such as the internet"@en,
		"standardisierter Identifikator"@de ;
	skos:altLabel "URI"@en,
		"uri"@en,
		"Uniform Resource Identifiers"@en,
		"Uniform Resource Identifier"@sk,
		"Jednotný identifikátor zdrojov"@sk .
