Currently, Blazegraph does not delete mappings of properties when updating the property, causing a duplication to happen on each update.
Current RDF: view-source:https://rdf.wikibase.wiki/wiki/Special:EntityData/P1.rdf does not work:
wdt:P1 a owl:ObjectProperty ;
owl:sameAs <http://www.w3.org/2000/01/rdf-schema#subClassOf> .
Old RDF: works as expected:
wd:P1 owl:sameAs <http://www.w3.org/2000/01/rdf-schema#subClassOf> .
Not attempted yet:
wdt:P1 owl:sameAs <http://www.w3.org/2000/01/rdf-schema#subClassOf> .
Currently, Blazegraph does not delete mappings of properties when updating the property, causing a duplication to happen on each update.
Current RDF:
view-source:https://rdf.wikibase.wiki/wiki/Special:EntityData/P1.rdfdoes not work:Old RDF: works as expected:
wd:P1 owl:sameAs <http://www.w3.org/2000/01/rdf-schema#subClassOf> .Not attempted yet:
wdt:P1 owl:sameAs <http://www.w3.org/2000/01/rdf-schema#subClassOf> .