You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Chris Mungall (Jira)" <ji...@apache.org> on 2021/04/30 22:54:00 UTC

[jira] [Created] (JENA-2098) rdfstar annotation syntax not supported

Chris Mungall created JENA-2098:
-----------------------------------

             Summary: rdfstar annotation syntax not supported
                 Key: JENA-2098
                 URL: https://issues.apache.org/jira/browse/JENA-2098
             Project: Apache Jena
          Issue Type: Bug
          Components: RIOT
    Affects Versions: Jena 3.17.0
            Reporter: Chris Mungall


I am trying this example:

[https://w3c.github.io/rdf-star/cg-spec/2021-04-13.html#example-annotation]

 
{code:java}
@prefix : <http://www.example.org/> .
:employee38
 :familyName "Smith" ;
 :jobTitle "Assistant Designer" {| :accordingTo :employee22 |} 

{code}
 

unfortunately annotation syntax is not supported in the latest release version:

 

 
{code:java}
$ riot --version
Jena:       VERSION: 3.17.0
Jena:       BUILD_DATE: 2020-11-25T19:40:23+0000
$ riot ex2.ttl 
15:49:50 ERROR riot            :: [line: 5, col: 36] Triples not terminated by DOT
<http://www.example.org/employee38> <http://www.example.org/familyName> "Smith" .
<http://www.example.org/employee38> <http://www.example.org/jobTitle> "Assistant Designer" .
 
{code}
 

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)