Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete GHOST sameAs triple for <http://kg.artsdata.ca/resource/K2-211> #106

Open
saumier opened this issue Jan 10, 2025 · 0 comments
Open
Assignees

Comments

@saumier
Copy link
Member

saumier commented Jan 10, 2025

This triple needs to be deleted but I cannot find it in the Artsdata graphdb.

http://scenepro.ca#Venue87 schema:sameAs http://kg.artsdata.ca/resource/K2-211

It only appears with inferencing on!

select * where { ?s schema:sameAs <http://kg.artsdata.ca/resource/K2-211> }

I tried using proof but to no avail.

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX proof: <http://www.ontotext.com/proof/>
PREFIX schema: <http://schema.org/>
PREFIX adr: <http://kg.artsdata.ca/resource/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX s: <http://www.wikidata.org/entity/statement/>
SELECT ?rule ?s ?p ?o ?context WHERE {
    VALUES (?subject ?predicate ?object) {
        (<http://scenepro.ca#Venue87> schema:sameAs <http://kg.artsdata.ca/resource/K2-211>)
    }
    ?ctx proof:explain (?subject ?predicate ?object) .
    ?ctx proof:rule ?rule .
    ?ctx proof:subject ?s .
    ?ctx proof:predicate ?p .
    ?ctx proof:object ?o .
    ?ctx proof:context ?context .
}

The only next step is to search in the dump of the complete artsdata dump exported as N-Quads.

@saumier saumier added this to Artsdata Jan 10, 2025
@saumier saumier converted this from a draft issue Jan 10, 2025
@saumier saumier moved this to Todo in Artsdata Jan 10, 2025
@saumier saumier changed the title Find GHOST sameAs triple for <http://kg.artsdata.ca/resource/K2-211> Delete GHOST sameAs triple for <http://kg.artsdata.ca/resource/K2-211> Jan 10, 2025
@dev-aravind dev-aravind moved this from Todo to In Progress in Artsdata Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants