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
CI test should reject if this query returns any results.
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX d3f: <http://d3fend.mitre.org/ontologies/d3fend.owl#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT (COUNT(?s) AS ?count) ?o WHERE { ?s rdfs:subClassOf* d3f:DefensiveTechnique . ?s d3f:d3fend-id ?o . FILTER (!isBlank(?o)) } GROUP BY ?o HAVING (COUNT(?s) > 1) ORDER BY DESC(?count)
example query.
The text was updated successfully, but these errors were encountered:
aamedina
No branches or pull requests
CI test should reject if this query returns any results.
example query.
The text was updated successfully, but these errors were encountered: