I am wondering if there is a way to initiate Apache Jean Fueseki server to accept log duplicate triples. see https://jena.apache.org/documentation/serving_data/
Right now I'm starting Fuseki with the following command
./fuseki-server --update --mem /ds
Then I'm loading in xml/rdf files using the post tool that comes with Fuseki, like so:
./s-post http://localhost:3030/ds/data default ~/Desktop/scta/commentaries/pp-projectdata.rdf
The file pp-projectdata.rdf
sometimes contains identical triples, but I want these duplicates to be loaded so I can count the number of instances of this triple.