oSoc19 / unshacled

Visual editor for describing Linked Data constraints
https://unshacled.com
MIT License
5 stars 0 forks source link

Turtle Serializer #145

Open fbrckman opened 5 years ago

fbrckman commented 5 years ago
fbrckman commented 5 years ago

Problem In N3Serializer.serialize, jsonld.toRDF(model) returns an empty array in some cases. The model probably does not meet certain requirements.

Update ID's starting with a digit are treated as relative IRI's. Generated uuid's have a chance to start with a digit, causing them to be ignored since they are "invalid".