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 newest ontologies and instance files to Fuseki #951

Open
VladimirAlexiev opened this issue Aug 12, 2024 · 0 comments
Open

load newest ontologies and instance files to Fuseki #951

VladimirAlexiev opened this issue Aug 12, 2024 · 0 comments

Comments

@VladimirAlexiev
Copy link

https://www.qudt.org/fuseki/#/dataset/qudt/query

  • ?unit qudt:is autocompletes to isDerivedCoherentUnitOfSystem. But there is no such property, there is derivedCoherentUnitOfSystem. Consequently, the SPARQL editor misleads you into writing this wrong query that returns nothing:
PREFIX qudt: <http://qudt.org/schema/qudt/>
SELECT * WHERE {
 ?unit qudt:isDerivedCoherentUnitOfSystem ?sys
}
SELECT (count(*) as ?c) WHERE {
 ?x ?p ?y
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant