When using RDFLib with the SQLAlchemy backend to store RDF data in a PostgreSQL database, I've noticed that some subject and object fields have IDs starting with "N".
Example Entry:
Question:
- What is the significance of these IDs starting with "N"?
- Are they representing blank nodes in RDF?
- How should they be interpreted or handled when querying the database directly?
- Any clarification on this would be greatly appreciated.
Thank you!