Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-2098

rdfstar annotation syntax not supported

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Bug
    • Jena 3.17.0
    • None
    • RIOT

    Description

      I am trying this example:

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

       

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

       

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

       

       

      $ 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" .
       
      

       

       

       

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            cmungall Chris Mungall
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: