You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing and querying edge properties, an extended RDF and SPARQL syntax is needed. The RDF*/SPARQL* proposal defines an extension to Turtle syntax and the above example would look as follows:
This syntax works well most of the time but various Turtle shortcuts such as implicit bnodes ([]), predicate lists (;), and object lists (,) cannot be used inside the << >> patterns. This makes the syntax more verbose since the same subject has multiple outgoing edges, some of which have properties and some of which do not. To address this issue we support an alternative syntax in Stardog that puts edge properties next to the predicates.
Is there a way to output something like this with Graphy? (Either natively or via some temporary workaround?)
ps. Lovely work with graphy.js overall, big big thanks ...
The text was updated successfully, but these errors were encountered:
Yes, the upcoming v5 (alpha coming soon) supports serializing to Turtle-star. It also handles reifying triples in subject and object position when writing to Turtle 1.1 for backwards-compatibility.
I am trying to create a test dataset for Stardog using the (somewhat agreed upon?) Turtle* (Turtle-star) syntax:
Is there a way to output something like this with Graphy? (Either natively or via some temporary workaround?)
ps. Lovely work with graphy.js overall, big big thanks ...
The text was updated successfully, but these errors were encountered: