Skip to content
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

Understanding 'N'-prefixed IDs with RDFLib-SQLAlchemy #110

Open
karthik-m-jain opened this issue Sep 14, 2024 · 0 comments
Open

Understanding 'N'-prefixed IDs with RDFLib-SQLAlchemy #110

karthik-m-jain opened this issue Sep 14, 2024 · 0 comments

Comments

@karthik-m-jain
Copy link

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:

Subject Predicate Object
http://purl.obolibrary.org/obo/BFO_0000062 http://www.w3.org/2002/07/owl#propertyChainAxiom N160ea22f83814f728990ceaafb6fbc43

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant