We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Queries such as the following should not be recommended, or at least should be rated very low:
SELECT DISTINCT ?title ?date ?author ?status WHERE { ?patent a bibo:Patent ; a ?title ; dc:date ?date ; ; dc:contributor ?author ; dc:contributor ?status }
This is an actual recommendation of the following setting in the gold standard.
source endpoint: http://data.open.ac.uk/query
http://data.open.ac.uk/query
target endpoint: http://data.aalto.fi/sparql
http://data.aalto.fi/sparql
original query:
SELECT DISTINCT ?title ?date ?author ?status WHERE { ?patent a bibo:Patent ; rdfs:label ?title ; dc:date ?date ; dc:creator ?author ; bibo:status ?status }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Queries such as the following should not be recommended, or at least should be rated very low:
This is an actual recommendation of the following setting in the gold standard.
source endpoint:
http://data.open.ac.uk/query
target endpoint:
http://data.aalto.fi/sparql
original query:
The text was updated successfully, but these errors were encountered: