Skip to content

Docs on Blazegraph deletion issue #111

@JeroenDeDauw

Description

@JeroenDeDauw

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> .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions