-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
deferDeferring this issue until we have established the N3 standard.Deferring this issue until we have established the N3 standard.
Description
https://w3c.github.io/N3/spec/#rel-n3-trig explains:
graph :g {:s :p :o}is TriG not N3:g sem:quotedGraph {:s :p :o}is N3
I have two questions/desires:
- What would it take to support the TriG notation in N3? Is it impossible?
- Would it be possible to do it with the
idkeyword as used in https://w3c.github.io/N3/spec/#iriprplist :
{id :g
:s1 :p1 :o1.
:s2 :p2 :o2}
Proposed editorial changes for that section
- rename from
TriGtoTriG vs N3 Named Graphs - emphasize that the prefix
PREFIX sem: <https://example.org/ns/semantics#>
is correct, as can be seen in https://github.com/IDLabResearch/N3NamedGraphSemantics/blob/master/3_3_quote/example.n3#L2.
I was very surprised by this prefix, so needed reassurance.
Metadata
Metadata
Assignees
Labels
deferDeferring this issue until we have established the N3 standard.Deferring this issue until we have established the N3 standard.