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
I'd like to propose adding simple union types for the various quad components. Generally, I am all for adding these types of semantic shortcuts that provide utility to implementations since there really is no overhead to consider. Of course though, the naming and organization of such additions is paramount.
// for 'hard' RDF 1.1 data; which excludes Quads and Variables exportnamespaceRole{// idk, it's shorter than 'Component'exporttypeSubject=NamedNode|BlankNode;exporttypePredicate=NamedNode;exporttypeObject=NamedNode|BlankNode|Literal;exporttypeGraph=DefaultGraph|NamedNode|BlankNode;exporttypeDatatype=NamedNode;}
There could be another namespace for RDF-star, although it still seems quite uncertain to me at this point whether it will survive the standards track. IMO, Variables can be union'ed in on user-side for each of these component types.
I would also like to see Quad_Subject and the like put into a namespace, but I'm sure others had reasons for not doing that initially so I'd like to hear from them.
The text was updated successfully, but these errors were encountered:
I'd like to propose adding simple union types for the various quad components. Generally, I am all for adding these types of semantic shortcuts that provide utility to implementations since there really is no overhead to consider. Of course though, the naming and organization of such additions is paramount.
There could be another namespace for RDF-star, although it still seems quite uncertain to me at this point whether it will survive the standards track. IMO, Variables can be union'ed in on user-side for each of these component types.
I would also like to see
Quad_Subject
and the like put into a namespace, but I'm sure others had reasons for not doing that initially so I'd like to hear from them.The text was updated successfully, but these errors were encountered: