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

[Optional] Rendering in ontology details page the content like https://schema.org/Person #29

Open
SrinivasanTarget opened this issue Dec 20, 2021 · 1 comment

Comments

@SrinivasanTarget
Copy link
Contributor

A query SPARQL which extracts the content from every ontology and dynamically render it in the details page.

@ioggstream
Copy link
Contributor

When

  1. I open an ontology page https://schema.gov.it/semantic-assets/details?uri=https%3A%2F%2Fw3id.org%2Fitalia%2Fonto%2FCPV
  2. I select one of the admsapit:hasKeyClass (e.g., CPV:Person )

I expect

  • To have a way to visualize properties associated with a given Class (e.g., with a query like
prefix CPV: <https://w3id.org/italia/onto/CPV/>

select distinct * where {
        ?property rdfs:domain CPV:Person .
        ?property rdfs:range ?range .
        ?property rdfs:label ?label .
      }

Instead

  • I can only see the lodview item

Notes

  • This information could be accessed using different links (e.g., Person (properties), EducationLevel (properties), ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants