Trending

#QuickStatements

Latest posts tagged with #QuickStatements on Bluesky

Latest Top
Trending

Posts tagged #QuickStatements

Post image

I keep getting the error "Item not available" on #quickstatements. Is it just me? And what can the error message mean?

0 0 0 0
SPARQL Code Snippet from Wikidata Query Service

SELECT ?prefix ?qsStatementID
WHERE {
  ?item p:PXXX ?s .
  # add more constraints here to get statements you want to remove
  BIND ( ("-STATEMENT") AS ?prefix )
  BIND ( REPLACE(STR(?s), "http://www.wikidata.org/entity/statement/", "")  AS ?statementID )
  BIND ( REPLACE(STR(?item), "http://www.wikidata.org/entity/", "") AS ?qid)
  BIND ( REPLACE(?statementID, CONCAT(?qid, "-"), "") AS ?strippedStatementID )
  BIND ( CONCAT(?qid, "$", ?strippedStatementID ) AS ?qsStatementID )
  }

SPARQL Code Snippet from Wikidata Query Service SELECT ?prefix ?qsStatementID WHERE { ?item p:PXXX ?s . # add more constraints here to get statements you want to remove BIND ( ("-STATEMENT") AS ?prefix ) BIND ( REPLACE(STR(?s), "http://www.wikidata.org/entity/statement/", "") AS ?statementID ) BIND ( REPLACE(STR(?item), "http://www.wikidata.org/entity/", "") AS ?qid) BIND ( REPLACE(?statementID, CONCAT(?qid, "-"), "") AS ?strippedStatementID ) BIND ( CONCAT(?qid, "$", ?strippedStatementID ) AS ?qsStatementID ) }

It took me some time to make sense of the paragraph on how to remove statements using #quickstatements here: www.wikidata.org/wiki/Help:QuickStatement...

Turns out it's actually not too difficult to generate qs-compatible output […]

[Original post on openbiblio.social]

0 1 0 0
Original post on openbiblio.social

Ich ergänze gerade wieder einige #neulatein​ische Autoren in #wikidata. Dabei besonders nützlich das Tool von @vermessungsbibliothek , mit dem man rasch prüfen kann, ob für eine Person in der GND ein Wikidata-Eintrag existiert. Falls nein, bietet das Tool gleich die Infos aus der GND in der […]

0 0 0 0
Post image

Quickstatements erlaubt es Forschern, auch große Datenmengen kuratiert in Wikidata einzuspielen.

#QuickStatements #Datenmanagement

1 0 1 0
Original post on openbiblio.social

Letzte Ergänzung vor den Osterferien: Im #GND / #QuickStatements Tool werden jetzt wegen fehlender #Wikidata-Zuordnung des GND-Identifikators nicht auflösbare Entitäten ausgespuckt. Betrifft v.a. in affiliation ≙ P1416 mit der Person verknüpfte Organisationen / Körperschaften. Bsp […]

0 0 0 0
Preview
wiki-zeugs/quickgnd.php at main · iccander/wiki-zeugs Tools für Wikidata ... Contribute to iccander/wiki-zeugs development by creating an account on GitHub.

So, der Quellcode meines kleinen #GND --> #QuickStatements --> #Wikidata Tools ist jetzt auf Github: github.com/iccander/wiki-zeugs/blob... Die magischen Abfragen von Lobid-GND und Wikidata stecken in der ausgelagerten queries.php!

0 6 1 0
Original post on openbiblio.social

Da man bei der #GND selbst keine Lebensdaten usw. ergänzen kann, bleibt eigentlich nur, ein Wikidata-Pendant anzulegen und dort alle Zusatzinformationen abzulegen. Um das Klonen zu automatisieren, habe ich jetzt ein kleines Tool programmiert, mit dem sich GND-Personendaten via #QuickStatements […]

0 8 3 0
Preview
Wikidata Lab XLIV: QuickStatements 3.0 YouTube video by Wikimedia Brasil

Wiki Movimento Brasil has finished announcing the latest iteration (v3.0) of the #Wikidata #QuickStatements tool. If you’ve ever done any substantial editing with Wikidata, you are almost certain to have used QS at least once.

www.youtube.com/live/yHqyRyn...

2 0 1 0