http://skosmos.org/ > Open source web-based SKOS browser and publishing tool I haven't looked at this piece of software yet, but I wanted to share only because of the great name π.
Fun fact: Raphael refused to allow my blank nodes be formatted like this:
:AShape sh:property [
sh:path <#fromAtoB> ;
sh:datatype xsd:int ;
] .
It doesn't like the ; after xsd:int . RDF4j is fine with this, and I'm fairly confident some others were too.
However, the https://www.w3.org/TR/turtle/#grammar-production-predicateObjectList specifices:
[7] predicateObjectList ::= verb objectList (';' (verb objectList)?)*
From which I gather Raphael is simply "more" correct π.I was about to respond, βBut thatβs not legal syntax!β π
I kept comparing to other parsers and found that a number of them have odd corners like this, where they fail on unusual things that should or should not pass
That would be an easy one to let through with a warning