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

Load chapter and page of relations #195

Closed
KonradHoeffner opened this issue Apr 16, 2019 · 2 comments
Closed

Load chapter and page of relations #195

KonradHoeffner opened this issue Apr 16, 2019 · 2 comments
Assignees
Labels
feature a new feature or enhancement of existing functionality
Milestone

Comments

@KonradHoeffner
Copy link
Collaborator

Code should already be there either commented out or in the branch for showing PDFs.

@KonradHoeffner KonradHoeffner added the feature a new feature or enhancement of existing functionality label Apr 16, 2019
@KonradHoeffner KonradHoeffner added this to the al-must milestone Apr 16, 2019
@KonradHoeffner KonradHoeffner modified the milestones: al-must, al-optional Apr 16, 2019
@KonradHoeffner
Copy link
Collaborator Author

KonradHoeffner commented Apr 16, 2019

Related to snikproject/ontology#296, wait until page representation has been standardized in that issue.

@KonradHoeffner
Copy link
Collaborator Author

KonradHoeffner commented Apr 17, 2019

snikproject/ontology#296 is complete.

The axioms have the following form:

select *
{
 ?ax owl:annotatedSource ?s;
     owl:annotatedProperty ?p;
     owl:annotatedTarget ?o;
     bb:TripelPage|ob:TripelPage|he:page ?page.
}

Show the axiom of a triple via a LodView link from the relation context menu. Find the axiom URI first via a SPARQL query. This can be preloaded in loadGraphFromSparql.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a new feature or enhancement of existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants