Get suffixe of URIRef object #1603
Unanswered
AlexisPister
asked this question in
Q&A
Replies: 1 comment
-
You're looking for Graph.qname or Graph.compute_qname. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
From an URIRef object, I would like to get the suffixe of the URI. I did not find such function in the documentation.
For example, if I have this object :
uri = URIRef("http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
I would like to get this string :
isDefinedBy
Thanks
Beta Was this translation helpful? Give feedback.
All reactions