-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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> .Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels