will PlantUML support RDF? best support RDF*

0 votes
asked May 17, 2021 in Wanted features by joylix (120 points)
The w3c RDF* specification is here:

https://w3c.github.io/rdf-star/cg-spec/editors_draft.html

It's close to being officially released.

Will PlantUML support RDF* ?

Thanks.
commented May 17, 2021 by Martin (9,120 points)
edited May 17, 2021 by Martin

I had a skim through the RDF* spec, but I didn't see any diagrams.  I guess it would be similar to the diagrams in, say, https://www.w3.org/2018/09/rdf-data-viz/.  I can see there are a few different concrete syntaxes defined.  Although just defining (A, B, C) as equivalent to "node A; node C; A -> C : B" gets a lot of the way there.  But I'm not clear what ((A, B, C), D, (E, F, G)) would look like.  Edit: the link in the comment below solves this by making the comment on the arrow an addressable node.

commented May 18, 2021 by anonymous

Another source may be of some help:

 https://www.ontotext.com/knowledgehub/fundamentals/what-is-rdf-star/

Do you think Plantuml is suitable for displaying RDF* data?  

1 Answer

0 votes
answered May 17, 2021 by anonymous

about RDF*, please have a look at:

https://enterprise-knowledge.com/rdf-what-is-it-and-why-do-i-need-it/ 

wish it helps.

commented May 17, 2021 by Martin (9,120 points)
Thank you, it helps me.  Interesting.
...