Hello,
I'd like to search a large data set for all terms of a base URI. Can this
be done with rdflib?
Something like
for s,p,o in g.triples( (None, DEFAULT['None'], None) ):
print("{} {} {}".format(s, p, o))
?
And then to split the term, Instead of
<http://some.default.base/#InterestingTerm>
just
InterestingTerm
--
http://github.com/RDFLib
---
You received this message because you are subscribed to the Google Groups
"rdflib-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/rdflib-dev/f7951ae6-d82d-4eab-8b7e-cf078cda6bd2%40googlegroups.com.