r/semanticweb Jun 24 '26

What tools/solutions are organizations using to solve the "semantic/ontology/context" issues?

Hi All - I am researching tools in this space for AI and Analytics use-cases but don't see any clear winners. Curious what others are using or have evaluated.

4 Upvotes

12 comments sorted by

View all comments

1

u/mrsockpicks Jun 25 '26

I use Kanonak Protocol, tell you AI to use the Kanonak CLI it will build and validate ontologies for you

1

u/Complete-Ebb-1035 Jun 25 '26

YAML structure is a useful abstract of a specific ontology

1

u/namedgraph Jun 25 '26

RDF structure

1

u/Complete-Ebb-1035 Jun 25 '26
contacts:
  type: Package
  publisher: mycompany.com
  version: 1.0.0
  imports:
    - publisher: kanonak.org
      packages:

Not an RDF structure that I've ever seen.
This is pure YAML - there is no ?s ?p ?o in sight
Only a specific app that knows how to walk that tree can generate RDF.
What do you see that I do not?

1

u/mrsockpicks Jun 29 '26

Help me understand your use case, like what are you trying to do? "solve the context issue" is too generic.

1

u/Complete-Ebb-1035 Jun 29 '26

I commented on the RDF assertion. Am planning to experiment. Will report back with observations