Wikimedia Belgium bewikimedia https://be.wikimedia.org/wiki/Wikimedia_Belgium MediaWiki 1.47.0-wmf.15 first-letter Media Special Talk User User talk Wikimedia Wikimedia talk File File talk MediaWiki MediaWiki talk Template Template talk Help Help talk Category Category talk TimedText TimedText talk Module Module talk Translations Translations talk Wikibase 0 3401 38618 19488 2026-08-17T22:28:24Z Geertivp 171 Wikibase 38618 wikitext text/x-wiki '''Wikibase''' is the database that is operating [[Wikidata]], [[Structured Data on Commons|SDC]], and related [[Linked open data|LOD]] systems. It is an implementation of triplestore technology. It can be large or small systems; all of them having the functionality of storing distributed and flexible data. == External links == * [[w:Linked data|Linked data]] * [[w:Triplestore|Triplestore]] == See also == * [[OpenRefine]] * [[phab:T223833|Setting up Wikibase on a Linux Mint laptop]] * [[Structured Data on Commons]] * [[Wikidata]] * [[Wikidata Query]] * [[Wikidata and Wikibase workshop]] '''Software''' *[[mw:Wikibase|Wikibase]] [[Category:Wikidata]] feflubeejdne2i2ycseeu9a9tmof5x4 MediaWiki:Movepage-reason-dropdown 8 8527 38619 34510 2026-08-17T22:33:03Z Geertivp 171 Better name 38619 wikitext text/x-wiki * Common move reasons ** Better name ** Misspelled title ** Obsolete page ** Official name ** Translate a page ** Wrong namespace njfb0p1bhaydyit4q4y099umyhgxxre RIPE Atlas 0 10565 38616 34488 2026-08-17T20:59:08Z Geertivp 171 Autonomous system number 38616 wikitext text/x-wiki '''RIPE Atlas''' allows to monitor internet infrastructure availability using mini-probes run by volunteers. == Networks == <syntaxhighlight lang="bash"> host proximus.be </syntaxhighlight> <blockquote>proximus.be has address 195.13.16.74</blockquote> <syntaxhighlight lang="bash"> whois 195.13.16.74 </syntaxhighlight> <blockquote>route:          195.13.0.0/19 descr:          Belgacom NV/SA origin:         AS5432</blockquote> https://stat.ripe.net/resource/AS5432#tab=measurements See [[w:Autonomous_system_(Internet)|Autonomous system (Internet)]] == Monitored sites == * https://wikimedia.be ([[Easyhost]]) * https://wikipedia.be ([[One.com]]) == Internet links == '''Hosted by RIPE''' * https://atlas.ripe.net [[Category:Internet monitoring]] [[Category:RIPE]] bhqbb4pv0a480biqg4lext0q5ngdo4b Talk:Sign a PDF with eID 1 12560 38614 2026-08-17T12:25:48Z ~2026-44938-43 10106 Created page with "'''Procedure''' Open/save the PDF document Which app to use to open the PDF-file ? ~~~~" 38614 wikitext text/x-wiki '''Procedure''' Open/save the PDF document Which app to use to open the PDF-file ? [[Special:Contributions/&#126;2026-44938-43|&#126;2026-44938-43]] ([[User talk:&#126;2026-44938-43|talk]]) 12:25, 17 August 2026 (UTC) kx0veqpvalpo2u2ebufgp60uyc8lhcr 38615 38614 2026-08-17T15:40:20Z Geertivp 171 /* */ Reply 38615 wikitext text/x-wiki '''Procedure''' Open/save the PDF document Which app to use to open the PDF-file ? [[Special:Contributions/&#126;2026-44938-43|&#126;2026-44938-43]] ([[User talk:&#126;2026-44938-43|talk]]) 12:25, 17 August 2026 (UTC) :You can cerntainly use [[Acrobat Reader]]. Maybe there might exist other tools? --[[User:Geertivp|Geertivp]] 15:40, 17 August 2026 (UTC) fq9vyedosxlz6aus0b5slwogwoeziac Wikidata Query logic 0 12561 38617 2026-08-17T22:14:35Z Geertivp 171 Wikidata Query with qualifiers 38617 wikitext text/x-wiki [[File:Rdf mapping-vector.svg|thumb|600x600px|Wikidata Query logic]] '''RDF Dump Format''' is the description of the query logic for [[SPARQL]] queries, using [[Wikidata Query]]. Basically it describes how the data is structured. == Example query == List all relations of Guido Gezelle, having a nlwiki page.<syntaxhighlight lang="sparql">SELECT ?item ?itemLabel ?roleLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". } wd:Q336977 p:P3342 ?s. ?s ps:P3342 ?item. OPTIONAL { ?s pq:P3831 ?role. } { ?articleplus schema:about ?item; schema:isPartOf <https://nl.wikipedia.org/>. } }</syntaxhighlight>[https://w.wiki/TaH7 Run!] == See also == * [[mw:Wikibase/Indexing/RDF_Dump_Format|RDF Dump Format]] [[Category:Wikidata Query]] 6bu415vesj6twrevsq3l644mh8yixol 38620 38617 2026-08-17T22:34:10Z Geertivp 171 Geertivp moved page [[RDF Dump Format]] to [[Wikidata Query logic]] without leaving a redirect: Better name 38617 wikitext text/x-wiki [[File:Rdf mapping-vector.svg|thumb|600x600px|Wikidata Query logic]] '''RDF Dump Format''' is the description of the query logic for [[SPARQL]] queries, using [[Wikidata Query]]. Basically it describes how the data is structured. == Example query == List all relations of Guido Gezelle, having a nlwiki page.<syntaxhighlight lang="sparql">SELECT ?item ?itemLabel ?roleLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". } wd:Q336977 p:P3342 ?s. ?s ps:P3342 ?item. OPTIONAL { ?s pq:P3831 ?role. } { ?articleplus schema:about ?item; schema:isPartOf <https://nl.wikipedia.org/>. } }</syntaxhighlight>[https://w.wiki/TaH7 Run!] == See also == * [[mw:Wikibase/Indexing/RDF_Dump_Format|RDF Dump Format]] [[Category:Wikidata Query]] 6bu415vesj6twrevsq3l644mh8yixol 38621 38620 2026-08-18T09:47:50Z Geertivp 171 SPARQL easily described 38621 wikitext text/x-wiki [[File:Rdf mapping-vector.svg|thumb|600x600px|Wikidata Query logic]] The '''Wikidata Query logic''' is based on the ''RDF Dump Format''/''LoD specifications''. It describes the logic of [[SPARQL]] queries, that are built and executed via the [[Wikidata Query]] or related tools. The model describes how the data is structured, and how queries can be constructed. == Query logic choices == You can basically choose between two types of queries, depending on the item values you base your query on: * ''object based queries'' (default), that search subjects having certain statements * and ''subject based queries'', to search related objects based on a subject item. You can query with and without qualifiers: * When you want to execute ''straight queries'', without qualifiers, you can use straight WDT property type filters. * When you want to ''query with qualifiers'', you heed to use the P, PS, and PQ property type filters. You can split WDT type filters into a combination of P and PS type queries. Then you go through intermediate WDS statements. Here you have the additional possibility to query for references and values. == Example queries == === Straight queries === ==== Straight object based query ==== An object based query is searching for all subject that have a link with the object. List all persons having a relation with Guido Gezelle and an nlwiki page.<syntaxhighlight lang="sparql"> SELECT ?item ?itemLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". } ?item wdt:P3342 wd:Q336977. { ?articleplus schema:about ?item; schema:isPartOf <https://nl.wikipedia.org/>. } } </syntaxhighlight>[https://w.wiki/TbVM Try!] ==== Straight subject based query ==== A subject based query starts from the subject, and ''cascades'' through its data connections. List all relations of Guido Gezelle, having an nlwiki page.<syntaxhighlight lang="sparql">SELECT ?item ?itemLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". } wd:Q336977 wdt:P3342 ?item { ?articleplus schema:about ?item; schema:isPartOf <https://nl.wikipedia.org/>. } }</syntaxhighlight>[https://w.wiki/TbVP Try!] === Queries with qualifiers === ==== Object based query with qualifiers ==== An object based query is searching for all subject that have a link with the object. List all persons having a relation with Guido Gezelle and an nlwiki page, with an indication of their role.<syntaxhighlight lang="sparql"> SELECT ?item ?itemLabel ?roleLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". } ?item p:P3342 ?s. ?s ps:P3342 wd:Q336977. OPTIONAL { ?s pq:P3831 ?role. } { ?articleplus schema:about ?item; schema:isPartOf <https://nl.wikipedia.org/>. } } </syntaxhighlight>[https://w.wiki/TbUd Run!] ==== Subject based query with qualifiers ==== A subject based query starts from the subject, and ''cascades'' through its data connections. List all relations of Guido Gezelle, having an nlwiki page, with an indication of their role.<syntaxhighlight lang="sparql">SELECT ?item ?itemLabel ?roleLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". } wd:Q336977 p:P3342 ?s. ?s ps:P3342 ?item. OPTIONAL { ?s pq:P3831 ?role. } { ?articleplus schema:about ?item; schema:isPartOf <https://nl.wikipedia.org/>. } }</syntaxhighlight>[https://w.wiki/TaH7 Run!] == Other query tools == * [[Pywikibot SPARQL queries]] == See also == * [[mw:Wikibase/Indexing/RDF_Dump_Format|RDF Dump Format]] (RDF/LoD specifications) * [[Wikimedia Commons Wikibase queries]] * [[SPARQL LoD queries]] (distributed queries) [[Category:Wikidata Query]] df1fjvxtqof5bouq9nvmsl59lz0seve