All the examples online about RDF* use a one-triple term, like this (taken from Fuseki docs)
<< :john foaf:name "John Smith" >> dct:source <http://example/directory> .
I wonder if there is any way in Turtle* to apply the same properties to
multiple terms at once? Something like this
<< :john :name "John"; :age 20 >> dct:source ex:source .
Or do I have to write every term one by one? I couldn't find any documentation
about this.
