photog.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for your photos and banter. Photog first is our motto Please refer to the site rules before posting.

Administered by:

Server stats:

247
active users

#sparql

1 post1 participant0 posts today

(Solved thanks to the great Mastodon crew!)

HELP needed ASAP in #SPARQL & #Wikidata for a research project as I haven’t used both in years & fail miserably. Please boost and thanks for your help.

The query should list all German federal ministries and their associated federal or otherwise supervised federal agencies etc. The list should make visible which federal ministry is „in charge“ of each entity.

Any ideas?

Last April, @fabien_gandon highlighted how @w3c #LinkedData standards (such as RDF, SHACL, and #SPARQL) enable knowledge extraction, sharing, and machine learning across domains like #robotics, culture, medicine, and chemistry. These standards support interoperability, agent collaboration, and distributed #AI. He concluded his talk with a call to address AI's impact on user attention and to encourage ethical dialogue within the W3C community.

🎬 Watch 'LLM & Linked Data': youtu.be/CVFhPYTVBlI

Continued thread

🤩 An der Akademie der Wissenschaften und der Literatur in #Mainz wurde am #girlsday in Zusammenarbeit mit #NFDI4Culture an einer Webanwendung gearbeitet, die sich "In meiner Nähe/Around me" nennt.

👏 Es wurden Wikidata-Einträge zu Museen, Schulen und Parks zur #Georeferenzierung um einen Kartenmarker abgefragt. Dabei hatten die Mädchen Einblick in #wikidata #SPARQL -Queries, #html #CSS und #javascript Und vor allem viel Spaß! 😃

#NFDI4rocks

^gp (sp)

New blog post! I've started taking regular snapshots of Library of Congress linked open data (as part of a much broader data rescue and monitoring project) and took the opportunity to finally get to grips with #SPARQL, #RDF and all that comes along with it. I've started small though...

On fooling around with triples
erambler.co.uk/blog/on-fooling

erambler.co.ukOn fooling around with triplesa blog about research communication & higher education & open culture & technology & making & librarianship & stuff

Looking for some #SPARQL help, as I'm a newbie to this and my mental model of how triple stores work is incomplete.

I have two versions of the same set of terms in two Turtle files, and I want to load them up into a triple store and then compare them to see what changed: terms updated, added or deleted.

It‘s fascinating how well the SPINACH tool works in many cases. It generates #SPARQL queries for #Wikidata from questions in natural language using an #LLM.

Try it for instance with a question like “Give me all current members of the Bundestag”. spinach.genie.stanford.edu/

Here’s the paper on the technology behind it: arxiv.org/abs/2407.11417

One of the more convincing use cases for an LLM, if you ask me.

spinach.genie.stanford.eduSpinach Wikidata
Replied in thread

@JensB

Das ☝️ ist ja ein interessanter Beitrag. Über die Beispiel-#SPARQL-Abfrage zu #Wikidata-Einträgen die im Staatsarchiv Leipzig archiviert sind habe ich gelernt, dass es in meiner Heimatstadt mal ein königliches Gericht gab.

Und wenn man die Abfrage auf das Staatsarchiv #Dresden anpasst findet man u.a. raus dass 1911 (!) in Reick eine Firma namens "Vereinigte Windturbinenwerke" gegründet wurde.

#Energiewende in der Kaiserzeit.

de.wikipedia.org/wiki/Vereinig

query.wikidata.org/#%23default

de.wikipedia.orgVereinigte Windturbinenwerke – Wikipedia

it took me quite a while to understand that the ominous `wikibase:directClaim` in #Wikidata is basically just string replacement, so "?dc wikibase:directClaim ?prop ." stands for "FILTER ( STRSTARTS ( STR(?prop), "wikidata.org/prop/direct/" ) )
BIND( IRI(REPLACE( STR(?prop),"prop/direct/", "entity/" ) ) AS ?dc)" in plain #SPARQL .(w.wiki/CSc4).

Is there any documentation on these wikidata-specific functions? They are important if queries must be adapted to #qlever.

Can someone more experienced with #wikidata #sparql help me optimize this query?

query.wikidata.org/#%20%20%20%

It's been working fine for the past few weeks, but at some point today it started to time out.

Unless there's something going on with Wikidata today?