- From: Ghinwa FAKIH <ginwa.fakih@etu.univ-nantes.fr>
- Date: Thu, 2 Mar 2023 09:29:58 +0100
- To: semantic-web@w3.org
Received on Thursday, 2 March 2023 08:30:35 UTC
Thank you ! On 01/03/2023 13:39, Ghinwa FAKIH wrote: > > Hello, > > I was trying to load a toy example on named graphs approach in Jena > and test it using some queries. > > While doing this, the syntax below didn't work for me: > > |ex:G rdfg:isGraph { ex:B ex:prop2 ex:C } | > > But instead this syntax using GraphLiteral works. > > ex:G rdfg:isGraph "ex:B ex:prop2 ex:C"^^rdfl:GraphLiteral > > Why the curly brackets are not supported? Is there a particular > configuration or something I do to be used in Jena for named graphs. > > Thank you >
Received on Thursday, 2 March 2023 08:30:35 UTC