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

Add RDF-star support to TriX.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Done
    • None
    • Jena 4.1.0
    • None
    • None

    Description

      We can reuse <triple> for embedded use:

      PREFIX :        <http://example/> 
      <<:s :p :o>> :p :o1 .
      

      becomes

      <trix xmlns="http://www.w3.org/2004/03/trix/trix-1/">
        <graph>
          <triple>
            <triple>
              <uri>http://example/s</uri>
              <uri>http://example/p</uri>
              <uri>http://example/o</uri>
            </triple>
            <uri>http://example/p</uri>
            <uri>http://example/o1</uri>
          </triple>
        </graph>
      </trix>
      

      Attachments

        Issue Links

          Activity

            People

              andy Andy Seaborne
              andy Andy Seaborne
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: