Help talk

SPARQL

Revision as of 20:52, 11 December 2021 by Yug (talk | contribs) (→‎Prefixes)

Prefixes

LinguaLibre
For information, below are the prefixes currently defined in Blazegraph. (I just pushed it on Git repo "operations".) ~ Seb35 [^_^] 15:46, 29 July 2021 (UTC)

PREFIX entity: <https://lingualibre.org/entity/>
PREFIX ll: <https://lingualibre.org/entity/>
PREFIX prop: <https://lingualibre.org/prop/direct/>
PREFIX statement: <https://lingualibre.org/entity/statement/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX llp: <https://lingualibre.org/prop/>
PREFIX llv: <https://lingualibre.org/prop/statement/>
PREFIX llq: <https://lingualibre.org/prop/qualifier/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>

Wikidata (2021)
According to Wikidata Query Service > Prefixes > Add standard prefixes, Wikidata's prefixes are :

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>

Picked just now. Yug (talk) 20:48, 11 December 2021 (UTC)

@Seb35 & VIGNERON I'm lightly surprised to not see xsd, which is used for integer and numeral values, in neither wikidata nor Lingualibre's lists of prefix. Any idea why ?
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
Yug (talk) 20:51, 11 December 2021 (UTC)