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

Check that the queries do not import extraneous items in the conceptual space #94

Open
Mttbnchtt opened this issue May 21, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Mttbnchtt
Copy link
Owner

No description provided.

@Mttbnchtt
Copy link
Owner Author

Consider the following filter:

 SELECT DISTINCT
            ?indirectly_related_iri
            ?indirectly_related_label
        WHERE {
            ?s ?p <https://www.foom.com/pappus_proofAristotle#00000000000000000014> .
            ?s
                <http://www.foom.com/mathematical_concepts#00000000000000000153>+ ?indirectly_related_iri . # has mathematical relation
            ?indirectly_related_iri
                rdfs:label ?indirectly_related_label .
            FILTER NOT EXISTS { ?s a <http://www.foom.com/core/Proof_step> . }
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant