Help talk
Difference between revisions of "SPARQL"
(→Prefixes: nouvelle section) |
|||
Line 1: | Line 1: | ||
== Prefixes == | == Prefixes == | ||
− | + | '''LinguaLibre'''<br> | |
For information, below are the prefixes currently defined in Blazegraph. (I just pushed it on Git repo "[https://github.com/lingua-libre/operations/blob/master/blazegraph/prefixes.conf operations]".) ~ [[User:Seb35|Seb35]] [[User talk:Seb35|<small>[^_^]</small>]] 15:46, 29 July 2021 (UTC) | For information, below are the prefixes currently defined in Blazegraph. (I just pushed it on Git repo "[https://github.com/lingua-libre/operations/blob/master/blazegraph/prefixes.conf operations]".) ~ [[User:Seb35|Seb35]] [[User talk:Seb35|<small>[^_^]</small>]] 15:46, 29 July 2021 (UTC) | ||
Line 15: | Line 15: | ||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | PREFIX wdt: <http://www.wikidata.org/prop/direct/> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | '''Wikidata (2021)'''<br> | ||
+ | According to [https://query.wikidata.org/# Wikidata Query Service] > Prefixes > Add standard prefixes, Wikidata's prefixes are : | ||
+ | <syntaxhighlight lang="sparql"> | ||
+ | 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#> | ||
+ | </syntaxhighlight> | ||
+ | Picked just now. [[User:Yug|Yug]] ([[User talk:Yug|talk]]) 20:48, 11 December 2021 (UTC) |
Revision as of 20:48, 11 December 2021
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#>