materialdigital / core-ontology

The PMD Core Ontology (PMDco) official release repository
15 stars 11 forks source link

Interactive Playgrounds for shapes / patterns #104

Open SimonStier opened 2 weeks ago

SimonStier commented 2 weeks ago

I've started creating OO-LD schemas for the existing shape examples and added links in the READMEs to the populated OO-LD playgrounds in #103

Users can use the auto-generated webeditor to create valid instances, e.g. for the manufacturing process pattern or measurement process pattern image

The generated JSON-LD conforms to the defined SHACL shapes, see SHACL-Validation

This also works well together which recent OpenAI models that support structured (=JSON-SCHEMA) responses, e.g. to speed up knowledge graph building from unstructured data (Mat-o-Lab usecase), in this case with OpenSemanticLab as backend:

https://github.com/user-attachments/assets/46608a02-1494-438e-9a78-ea6350528466

@joergwa, @MarkusSchilling, @BerndBayerlein, Let me know if you find this useful