-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't handle blank subjects #23
Comments
Wondering if we need to enable RAPTOR_FEATURE_RELATIVE_RELATIVE_URIs, but not sure how to set features in this C binding. |
Looks like we would need to expose raptor_serializer_set_option and raptor_parser_set_option. |
Exposing those two functions for setting options looks fairly straightforward based on their API signatures, other than the mechanical work involved in defining the large I'd be a little surprised, though, if the
|
@bendiken Yeah, I tried it last night and it didn't work. Is this just unsupported by raptor? |
That is generally true for RDF serializers, but some play loose with the rules :). Setting a base URI may help, which could be removed from the serialization afterwards if necessary. |
https://gist.github.com/tpendragon/1ad503fddf769567cf21
The text was updated successfully, but these errors were encountered: