Fixed graph label metadata confusion, was created incorrect subjectOf

edges.
This commit is contained in:
Cyber MacGeddon 2024-10-29 21:16:01 +00:00
parent b4695dccc3
commit b95118b15e

View file

@ -189,7 +189,7 @@ class Processor(ConsumerProducer):
# 'Subject of' for o
triples.append(Triple(
s=o_value,
p=RDF_LABEL_VALUE,
p=SUBJECT_OF_VALUE,
o=Value(value=v.metadata.id, is_uri=True)
))