Wikibase/DataModel/Primer - MediaWiki

System Architecture
Wikibase/Schema - MediaWiki
Linked data - Wikipedia
Open data - Wikipedia
What is 5 Star Linked Data? | Webize Everything Community Group
UMBEL - Wikipedia
Schema.org - Wikipedia
VoID - Wikipedia
Hyperdata - Wikipedia
DBpedia - Wikipedia
Wikidata - Wikipedia
GeoNames - Wikipedia
Global Research Identifier Database - Wikipedia
Know Where Graph
YAGO (database) - Wikipedia
EU Open Data Portal - Wikipedia
Ontology (information science) - Wikipedia
What is the Linked Open Data Cloud, and why is it important?
Economic LOD Cloud Knowledgde Graph
Linked Open Data
Introduction to the concepts and benefits of Linked Open Data, with implementation notes and other technical information.
The Linked Open Data Cloud
The Linked Open Data Cloud Diagram
Introduction to the Principles of Linked Open Data
Introduces core concepts of Linked Open Data, including URIs, ontologies, RDF formats, and a gentle intro to the graph query language SPARQL.
Dublin Core - Wikipedia, the free encyclopedia
Giant Global Graph - Wikipedia
Build Your Own Decentralized Twitter, Part 3: Hello Mastodon
David Eastman continues his tutorial series on developing a decentralized Twitter. This week, he examines Mastodon's federated approach.
Amazing CTO
Startups use too much technology. My advice: Use Postgres for everyting
Linux Kernel 6.1 LTS Released with Initial Support for the Rust Programming Language - 9to5Linux
Linux kernel 6.1 is now available for download with experimental support for the Rust programming language, new drivers, and more.
How to support passkeys on web apps with WebAuthn
Create a simple web app for passwordless registration and authentication using iCloud synced passkeys (WWDC21) on modern Apple devices.
Passwords are Broken. WebAuthn is the New Standard for Authentication
In this post, we’ll review the problem, what WebAuthn is, and why you’ll begin to use this technology everywhere.
CBOR — Concise Binary Object Representation | Overview
How to Think About Compiling
I’ve wanted to write a compiler for a while, about 5 years at this point. I struggled with it for a while because I didn’t know how to even approach the problems involved in writing a compiler. I mean, how the heck do you take a nice, elegant language like Java and turn it into bytecode or assembly? Maybe I’m just not that smart, but it took me a lot of effort to figure out this process.