I wanted to know how i can create a identifier unique in my ontology exactly like relational database. (i wanted to have a identifier unique for every user). Tanks,
Asked
Active
Viewed 178 times
1 Answers
1
A common method of generating unique identifiers is to use a UUID. They can be generated using the SPARQL function UUID()

chrisis
- 1,983
- 5
- 20
- 17
-
Thanks for your answer, Every time that i create a new user in my ontology i wanted to have something like this => :user + StrUUID() => :user8cb55ac6-6abc-46af-aea5-f6c7ddbca658 . is it possible? – armon d Nov 29 '16 at 14:14