Was machen, wenn eine Website keinen RSS-Feed anbietet? Eine Ideensammlung https://text.tchncs.de/hdvalentin/kein-rss-feed

Was machen, wenn eine Website keinen RSS-Feed anbietet? Eine Ideensammlung https://text.tchncs.de/hdvalentin/kein-rss-feed
Apple fanbois, it's time to admit that Apple is exactly as bad as the rest of Silicon Valley's big tech companies. Fascism looks profitable, so it's fine with them!
Tomorrow, we will dive deeper into ontologies with OWL, the Web Ontology Language. However, I'm doing OWL-lectures now for almost 20 years - and OWL as well as the lecture haven't changed much. So, I'm afraid I'm going to surprise/dissapoint the students tomorrow, when I will switch off the presentation and start improvising a random OWL ontology with them on the blackboard ;-)
#ise2025 #OWL #semanticweb #semweb #RDF #knowledgegraphs @fiz_karlsruhe @fizise @tabea @sourisnumerique @enorouzi
Back in the lecture hall again after two exciting weeks of #ESWC2025 and #ISWS2025. This morning, we introduced our students to RDF, RDFS, RDF Inferencing, and RDF Reification.
#ise2025 #semanticweb #semweb #knowledgegraphs #rdf #reasoning #reification #lecture @fiz_karlsruhe @fizise @KIT_Karlsruhe @sourisnumerique @tabea @enorouzi
While working on a graph partitioning strategy, I stumbled upon an interesting paper
https://jbiomedsem.biomedcentral.com/articles/10.1186/s13326-024-00310-5
So, let me ask, what successful strategies for multi-level partitioning with #RDF named graphs have you applied or know about?
(beyond this paper and what it cites)
I have just released my first Zed extension!
This is a RDF Turtle format extension that features a LSP, highlighting, and symbol navigation.
Read about it here : http://moskitohero.com/zed-turtle-extension/
Gibt/gab es in Deutschland in letzter Zeit eine Konferenz oder Unkonferenz rund um #LinkedData #RDF #SemanticWeb?
Wenn ja: Bitte antworten und boosten.
Wenn nicht oder nicht bekannt: Bitte abstimmen und boosten.
Weder noch: Bitte boosten ;)!
Ein Barcamp rund um diese Themen…
Gracias al @flisoluy (2025) y @wikimedistasuy, pude inferir que #Wikimedia tiene sus datos en #RDF. Yo no tenía ni idea, pero cuando lo pensás, ¡es obvio! WM tiene la mayor BD de conocimiento libre, **en un formato estándar** e **interconectable**.
Mi respuesta durante la charla no estaba nada preparada, claro. Así que agrego, esos estándares facilitan relacionar datos de WM con OSM (https://wiki.openstreetmap.org/wiki/RDF), con legislación de la EU (https://eur-lex.europa.eu/eli-register/technical_information.html), o un largo etc.
Qué maravilla.
Yay !
#RDF N-Triples 1.1 and 1.2 and #Turtle 1.1 syntax test suites run from their official manifests, with my self-written #Rust test runner for RDF test case manfiests based on my RDF Graph ORM!
Thanks to @codecraft for work on the internal API and @epage for support with the #winnow parser library.
Storing #RDF or #LinkedData is the easy part (I am working on #activitypub client, so everything is JSON-LD anyway), but as soon as I need to formulate queries like "Give me list of the activities from all the actors who are on the following collection of my user, sorted by published/updated date", the amount of data mangling that I need to do is already making me think "ok, why don't I just push all of this to sqlite?"
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
https://erambler.co.uk/blog/on-fooling-around-with-triples/
Eine Frage an die #bibliotheks-, #metadaten- und #semanticweb-Bubble: Kennt jemand digitale Sammlungen von Bibliotheken, die Metadaten von Digitalisaten (nach außen sichtbar) in #RDF modellieren? Die DNB macht das im Ansatz (https://d-nb.info/1000070883/about/lds). Besonders interessieren würde mich, ob irgendwo z.B. auch IIIF-Manifeste und/oder METS-XMLs erwähnung finden oder gar z.B. Strukturinformation in RDF abgebildet wird.
#PageWeb will be essentially the web, but with limits on what a page is. The #HCI of making the fundamental units smaller has been proven.
For the most part, the data in a page will be secondary to the the connective infrastructure; Page Web will use #RDF in human-readable ( see #literate_programming for guiding philosophy ) toots to dynamically navigate the web of pages.
As such, pages, though *static*, will *move* through the web as they are mentioned, described, and linked with other pages.
Saw a presentation of QLever rdf triplestore by the authors. Really impressive work. #knowledgegraph #rdf
Anyone using it? Experience?
#rdf #KnowledgeGraph #kg #owl #SemanticWeb
nice launch pad
link collection
https://github.com/w3c-cg/awesome-semantic-shapes?tab=readme-ov-file
Awesome Semantic Shapes repository, a community-curated list of RDF shape resources, as e.g. validators, generators, documentation generators, shapes-based UI, etc.
why no open table format for #rdf like apache iceberg? Seems like HDT would be a good building block analagous to parquet for Iceberg?
For anyone that came from a software engineering background and then discovered #knowledgegraphs #rdf did you draw parallels between how rdfs / owl inferencing work to weakly typed languages like python? For instance if you have an instance of a Class A in RDF but assign a property to it with a domain of B then instance A also becomes instance B.
In python a variable becomes whatever instance of type is assigned to it . Not a stellar mapping because python variables can’t also become instances of other classes at runtime after assignment but at least thats the closest tether back to swdev I can think of from RDF.
Also golang interfaces come to mind. If it walks like a duck, its a duck! sort of thing