Blank nodes should be optional #15
lecoqlibre
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently we are enforcing some objects to be blank nodes (anonymous objects) like
QuantityorCharacteristic.This rule is too strong and could block some development in the future. In RDF, any object could be expressed as a blank node. I think the connector should support this feature.
This will need some modifications to the Semantizer library as well.
All reactions