#semanticWeb

Schwaig Bubschwaigbub
2026-03-14

@bobkonf this was a good demonstration of a creative solution. Nicely done! πŸ‘

ESWC Conferenceseswc_conf@sigmoid.social
2026-03-13

🍳 We've been cooking these last few days! 🍳
πŸ“† The schedule for workshops and tutorials is here! From KG construction and LLM-driven knowledge engineering to FAIR ontology design, digital humanities, sustainability, and decentralized personalization...there's something for everyone.
πŸ”— 2026.eswc-conferences.org/prog
πŸŽ“ And that's not all! Congratulations to everyone accepted to present at the PhD Symposium! πŸ‘©β€πŸŽ“ πŸ₯³ The full list of contributions is now online!
πŸ”— 2026.eswc-conferences.org/prog
#AI #SemanticWeb

2026-03-13

Two intense days at the NFDI-MatWerk All-hands-on-Deck meeting in Siegburg! Huge kudos to the organising team for making it so fruitful. Loved connecting with the MatWerk community, reflecting on Phase 1 achievements and getting excited for Phase 2. Big shoutout to the @fizise team: @enorouzi @heikef Hossein Beygi Nasrabadi and Alsayed Algergawy!

@fiz_karlsruhe #NFDI @nfdi4culture @NFDI4DS #materialsscience #AI #ontologies #knowledgegraphs #semanticweb #researchdata

black/white photograph of a cup of tea standing in the foreground on a white table, surrounded by chairs. Large office windows in the background with trees standing directly behind the windows. The trees are still without leaves. It is early March...
Johann Dr.EOdreo@sciences.re
2026-03-09

The OntoWeaver team is proud to release version 1.4 of its tool πŸ₯³

OntoWeaver allows to easily parse iterable data (like tables or documents) and create a Semantic Knowledge Graph. Basically, you write a simple YAML file telling what data you want to be a node or a property, you call a generic command, and πŸŽ‰ , you have your graph ready.

With the 1.4 series, the main new feature is an option to display progress bars when doing heavy processing (like loading large CSV files).

The documentation has also been heavily updated, completed and polished:
ontoweaver.readthedocs.io/en/l

#python #SKG #KG #graph #neo4j #ontoweaver #biocypher #science #bioinformatics #pasteur #ontologies #semanticWeb

FIZ KDAI Research Groupfizise@sigmoid.social
2026-03-09

Our paper "NERdME: a Named Entity Recognition Dataset for Indexing Research Artifacts in Code Repositories" by @GenAsefa Zongxiong Chen, @shufan Mary Ann Tan, Zhaotai Liu, @sonjas0815 & @lysander07 was accepted at The ACM Web Conference 2026.
...as it is still not sure whether WWW2026 will take place (in Dubai) we published the paper already in #arxiv

arxiv.org/abs/2603.05750

#AI #NER #NLP #researchdatamanagement @NFDI4DS @fiz_karlsruhe #semanticweb

NERdME is introduced as a new named
entity recognition (NER) dataset built from GitHub README files,
with three main contributions: 1) NERdME. A manually curated
dataset of 200 README files annotated with 10 scholarly and tech-
nical entity types. To the best of our knowledge, NERdME is the first
resource to jointly capture paper-level entities (e.g., CONFERENCE)
and implementation-level entities (e.g., SOFTWARE) in README
documentation.
2026-03-04

(2/2)

One obvious selling point of the Semantic Web vision, in the age of #MOLE Training hype, is to point out that it's about enabling dumb software to do smarter things with data. By enabling humans to add more machine-readable metadata. Rather than trying to make software smarter, so it can make good guesses about data without such context.

Most of the snake oil people on the "AI" hype train sell as unique benefits of leasing a Trained MOLE can be done with Semantic Web tools.

#SemanticWeb

2026-03-03

Discover SemWeb.Pro 2021 β€” Smart Data for Smart Industry! Dive into how semantic web, linked data and smart datasets power Industry 4.0, IoT and digital twins. Perfect for curious researchers and engineers. #SemanticWeb #LinkedData #Industry4_0 #IoT #DigitalTwin #SmartData #SemWebPro #Science #Tech #English
peertube.semweb.pro/videos/wat

ESWC Conferenceseswc_conf@sigmoid.social
2026-03-02

⭐ DEADLINE EXTENSION ⭐
If you are working on exciting ideas, innovative systems, or early-stage research that deserves visibility, this is your chance to showcase your work and engage with the community.
We have extended the deadline for poster and demo papers to March 10.

πŸš€ CfP: lnkd.in/dtyVUWjF

#SemanticWeb #ESWC2026 #PostersandDemos #CallforPapers #KnowledgeGraph #AI #LLM

KG for Sustainabilitykg4s
2026-03-02

Update extension!

The deadlines for papers will continue to be on March 3rd at 23:59 AoE. However, the system will be kept open for updates of submitted papers until Friday noon CET.

We are looking forward to seeing you in Dubrovnik!

@eswc_conf @evabl444 @pascalhitzler

2026-03-02

πŸ”₯ DEADLINE EXTENSION 🀩
The deadlines for full papers, short papers and panel proposals at the 3rd Int. Workshop of Semantic Digital Humanities (SemDH), co-located with #ESWC2026 have been extended to March 10 AOE.

Call: lnkd.in/d98kyHe4

We are looking forward to your submissions and can't wait to see you in Dubrovnik!

#SemanticWeb #DigitalHumanities #KnowledgeGraphs #CulturalHeritage #LLM #AI #DH #CH #SemDH2026 @eswc_conf @sashabruns @lysander07 @nfdi4culture @NFDI4Memory @fizise

Mythsofmagicmythsofmagic
2026-02-27

It's funny that the more coding languages I learn the more I realise people love naming things after animal when it comes to using it for data.

You got python, with its pandas library. And now I'm also learning things about semantic webs where I use turtle and owl.
When of there are acronyms that is 4 animal named coding language I use a lot when working with data.

Johann Dr.EOdreo@sciences.re
2026-02-27

The OntoWeaver team is proud to release version 1.3 of its tool πŸ₯³

OntoWeaver allows to easily parse iterable data (like tables or documents) and create a Semantic Knowledge Graph. Basically, you write a simple YAML file telling what data you want to be a node or a property, you call a generic command, and πŸŽ‰ , you have your graph ready.

We've been using OntoWeaver on a few real use-cases, I think it's now in a pretty good state, and ready for you to use. We recently put a lot of attention on the documentation, with tutorials and a primer about KG for newcomers: ontoweaver.readthedocs.io/en/l

With the 1.3 series, the main new features are:
* `ontoweave` can now load multiple compatible data files at once, for the same mapping, with a classical "shell glob". E.G. `ontoweave data/*.parquet:mapping.yaml`
* OntoWeaver now has the ability to automatically create or extend a BioCypher schema from the mapping (useful if you don't want to type a large but straightforward set of types!).

Get the code at: github.com/oncodash/ontoweaver or using `pip`: pypi.org/project/ontoweaver/

#python #SKG #graph #ontoweaver #biocypher #science #bioinformatics #pasteur #ontologies #semanticWeb

SCDH MΓΌnsterscdh@fedihum.org
2026-02-26

πŸ–Ό "Mapping DH" - ein weiteres Poster mit MΓΌnsteraner Beteiligung bei der #DHd2026 πŸ‘‰ Projekt zur kollaborativen Dokumentation von #DigitalHumanities -Initiativen im #SemanticWeb.
Von @if, @janhorstmann, @christof & Diego Siqueira.

Gleich bei der #Postersession !

ℹ️ mapping-dh.wikibase.cloud/wiki

Poster des Projekts "Mapping DH"
🫧 socialcoding..smallcircles@social.coop
2026-02-23

@reiver @thisismissem @mfru

Here's the diagram btw: social.coop/@smallcircles/1161

The problem of #SolidProject knowing what it is, is more an inherited problem of #LinkedData / #SemanticWeb knowing what it is.

Semantic web always was "if only all information on the web were semantic and machine-readable, then...". And there it stopped. Presumably magic would happen.

And perhaps it would. But to make such a big leap, a paradigm shift of the entire web, along the way you have inspire a whole lot of people to set the (r)evolution in motion and keep it going.

If you look at what linked data is, it is a very low-level format. Nice if you have it, but now what are you going to build with it? There are some good application areas, but the case for linked data elsewhere is not a given.

Still today there are regular discussions on 'what would be the killer app for Solid' or linked data in general. Saw some interest for LLM's fed semantic data to make them more deterministic. I'm not interested.

🫧 socialcoding..smallcircles@social.coop
2026-02-23

@reiver @thisismissem @mfru

I made a diagram yesterday that contrasts #ActivityPub and #SolidProject that is I think interesting to consider.

In the past I've been very active on the Solid forum, and tried to get a collab going with #SocialHub community. A number of points that existed then, are still issues today I think.

Like, though anyone could participate in the standards process via chat, the Solid team and Inrupt were not really interested in their community, hardly giving attention while people were building interesting stuff there.

Also at the time basically all available code was Javascript, making Solid uninteresting or hard to access for other language devs.

But I think biggest issue was that Solid didn't know what it was. It was positioned as 'personal data vault' on the landing page then (but not using this term), but was 'secretly' TBL's desire to reboot the #SemanticWeb. The new web would be all 'Solid apps'. But the adoption strategy for that didn't exist.

Caspar Fairhallcaspar@hachyderm.io
2026-02-23

Hot take: <div>s are basically the cockroaches of HTML.

#webdev #semanticweb

Marvin MartensMarvin@social.edu.nl
2026-02-21

WikiPathways RDF IRIs are now dereferenceable! Every rdf.wikipathways.org/ identifier now resolves via HTTP with content negotiation: HTML for browsers, Turtle/JSON-LD/RDF-XML/N-Triples for machines.

Try it: click any IRI on the about page, or curl one with an Accept header.

rdf.wikipathways.org/about
github.com/wikipathways/wikipa

#LinkedData #FAIR #WikiPathways #RDF #Bioinformatics #SemanticWeb

ESWC Conferenceseswc_conf@sigmoid.social
2026-02-20

Are you leveraging Semantic Web technologies, KGs, or
Neuro-symbolic AI in a real-world setting? We want to hear your story!
Consider submitting to the Industry Track of #ESWC2026
✨ CFP: lnkd.in/dXyiEmFg
πŸ“† Deadline: March 25

Let’s shape the future of industrial semantic technologies together!
See you in Dubrovnik! πŸ‘‹

Lars Heling (SAP Business AI) and Stefan Schmid (Bosch Research)

#SemanticWeb #KnowledgeGraphs #AI #Industry #Innovation #DataScience #ArtificialIntelligence #Dubrovnik

FIZ KDAI Research Groupfizise@sigmoid.social
2026-02-20

This week, our colleague @sashabruns was presenting her research in the AIFB graduate colloquium at KIT: Exploring temporal representations in knowledge graphs: Challenges, Requirements, and Guidelines from Cultural Heritage.

#semanticweb #knowledgegraphs #rdf #owl knowledgerepresentation #AI #symbolicAI #culturalheritage #digitalhumanities @lysander07 @fiz_karlsruhe @KIT_Karlsruhe @tabea @MahsaVafaie @enorouzi

Sasha standing right from the presentation screen at a high desk, partly covered by the screen of a laptop standing on the desk. The screen is showing the cover slide of her presentation with the title displayed: Exploring temporal representations in knowledge graphs: Challenges, Requirements, and Guidelines from Cultural Heritage.
2026-02-19

Only JSON-LD W3C-VC supports semantic interoperability natively via linked data.

@context allows every property to link to an ontology via resolvable URIs. A machine can determine that a Spanish architect qualification and a German Berufsqualifikation refer to the same profession β€” without bilateral mapping.

SD-JWT VC and mdoc transport data. W3C-VC transports meaning.

The Commission chose W3C-VC for DC4EU because education required it.

#LinkedData #SemanticWeb #Interoperability #W3C

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst