hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Improve blank node creation #18

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

Blind node labels should incorporate elements from the contents, such as season, year, and character name/id. Alternatively, we may look for a way to generate unique blind nodes in the API.

hgeorgsch commented 2 years ago

This should be ok. A single monad is run to generate one RDFGraph. As long as this is only merged, never added, to another graph, everything should be ok.