I am new to machine learning, so please excuse my level of details here.
I am looking to see if there is a way to develop and train a machine learning
model to look at the RDF graph
and start detecting graph patterns
and flag a particular node if it detects a graph pattern
.
I am not really looking to export the data to a text format and run it through a AutoML or similar tool to train and use the model, but as much as possible stick to the rdf store
itself for the pattern matching.
Can someone please share me any pointers that can be useful for my need.