dajobe / raptor

Redland Raptor RDF syntax library
https://librdf.org/raptor/
Other
156 stars 62 forks source link

revised mKR serializer #31

Closed rhmccullough closed 3 years ago

rhmccullough commented 9 years ago

includes Turtle style subject group, rel, ho, preposition, hoVerb, action/command, mKR namespace

rhmccullough commented 9 years ago

I took a look at your new turtle_parser.y. It will be easy to make the corresponding changes in mkr_parser.y. I can push the other mkr_parser programs now.

Do you want to approve this pull request before I start pushing mkr_parser files?

Do you have any questions/comments about the ideas in my last email (this morning)?

rhmccullough commented 9 years ago

Turtle serializer produces strange results if all subjects of rdf:first, rdf:rest are not blank nodes, or if the blank nodes have other properties. Is that supposed to happen?

rhmccullough commented 9 years ago

Travis CI build fails on make check as expected -- "second pass" Turtle serializer failures on qnames ex-38.rdf fails on Turtle ex:ns#foo ex-54.rdf fails on Turtle ex:res/

rhmccullough commented 9 years ago
  1. included mKR parser after switching from collection to Seq and Bag for MKR_LIST and MKR_SET
  2. further tweaks are being held in new branch named modparser