Page MenuHomePhabricator

wikibase-bootstrap.ttl

Authored By
Olea
Sep 24 2025, 6:57 PM
Size
3 KB
Referenced Files
None
Subscribers
None

wikibase-bootstrap.ttl

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf1: <http://www.w3.org/TR/rdf-syntax-grammar> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix wbbs: <https://wikiba.se/bootstrap#> .
@prefix wd: <https://www.wikidata.org/entity/> .
wbbs:P1 a owl:ObjectProperty ;
rdfs:label "instance of"@en ;
dcterms:description "rdf:type"@en ;
owl:equivalentProperty rdf1:type,
wd:P31 ;
skos:note "Wikibase ID: P1"@en,
"Wikibase datatype: wikibase-item"@en .
wbbs:P2 a owl:ObjectProperty ;
rdfs:label "subclass of"@en ;
dcterms:description "rdfs:subClassOf"@en ;
owl:equivalentProperty rdfs:subClassOf,
wd:P279 ;
skos:note "Wikibase ID: P2"@en,
"Wikibase datatype: wikibase-item"@en .
wbbs:P3 a owl:ObjectProperty ;
rdfs:label "part of"@en ;
dcterms:description "schema:isPartOf"@en ;
owl:equivalentProperty schema:isPartOf,
wd:P361 ;
skos:note "Wikibase ID: P3"@en,
"Wikibase datatype: wikibase-item"@en .
wbbs:P4 a owl:ObjectProperty ;
rdfs:label "subproperty of"@en ;
dcterms:description "rdfs:subPropertyOf"@en ;
owl:equivalentProperty rdfs:subPropertyOf,
wd:P1647 ;
skos:note "Wikibase ID: P4"@en,
"Wikibase datatype: wikibase-item"@en .
wbbs:P5 a owl:DatatypeProperty ;
rdfs:label "exact match"@en ;
dcterms:description "skos:exactMatch"@en ;
owl:equivalentProperty skos:exactMatch,
wd:P2888 ;
skos:note "Wikibase ID: P5"@en,
"Wikibase datatype: url"@en .
wbbs:P6 a owl:ObjectProperty ;
rdfs:label "Wikidata Entity ID"@en ;
dcterms:description "used to indicate a mapping (of some undefined nature, but can be further specified by individual Wikibases) from a Wikibase Item, Property, Lexeme, etc. to Wikidata"@en ;
skos:note "Wikibase ID: P6"@en,
"Wikibase datatype: ExternalId"@en ;
wbbs:P7 "http://www.wikidata.org/entity/$1" .
wbbs:P7 a owl:DatatypeProperty ;
rdfs:label "formatter URI"@en ;
dcterms:description "web page URI; URI template from which \"$1\" can be automatically replaced with the effective property value on items. If the site goes offline, set it to deprecated rank. If the formatter URI changes, add a new statement with preferred rank"@en ;
owl:equivalentProperty wd:P1630 ;
skos:note "Wikibase ID: P7"@en,
"Wikibase datatype: string"@en .
wbbs:P8 a owl:DatatypeProperty ;
rdfs:label "formatter URI for RDF"@en ;
dcterms:description "formatter URL for RDF resource: URI template from which \"$1\" can be automatically replaced with the effective property value on items (it is the URI of the resources, not the URI of the RDF file describing it)"@en ;
owl:equivalentProperty wd:P1921 ;
skos:note "Wikibase ID: P8"@en,
"Wikibase datatype: string"@en .
wbbs: a owl:Ontology ;
dcterms:contributor "Clair Kronk",
"David Lindemann",
"Ismael Olea",
"Tuukka Hastrup" ;
dcterms:description "An essential set of entities for new Wikibase instances, mapped with Wikidata and selected by practicalities and common use" ;
dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
dcterms:publisher <http://www.wikidata.org/entity/Q51033881> ;
dcterms:rights "CC0 1.0 Universal" ;
dcterms:title "The Wikibase bootstrap set" ;
vann:preferredNamespacePrefix "wbbs" ;
vann:preferredNamespaceUri wbbs: ;
owl:versionInfo "2025-09-30" .

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21875389
Default Alt Text
wikibase-bootstrap.ttl (3 KB)

Event Timeline