Duplicate triple in RDF, authoritative view?
问题 if a triple store contains twice the same triple, what is (if any exist) the authoritative position about this redundancy ? Additionally, should a triplestore be allowed to store twice the same triple within the same context ? I ask this because in rdflib apparently you can store the same triple twice (or more). This is the reader import rdflib from rdflib import store s = rdflib.plugin.get('MySQL', store.Store)('rdfstore') config_string = "host=localhost,password=foo,user=foo,db=foo" rt = s