Skip to content

Commit

Permalink
update select in qc-gene-identifier-mismatch query
Browse files Browse the repository at this point in the history
  • Loading branch information
twhetzel committed Nov 24, 2024
1 parent b2381ff commit eda8190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparql/qc/mondo/qc-gene-identifier-mismatch.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PREFIX obo: <http://purl.obolibrary.org/obo/>

# Find classes with mismatched gene identifiers added as equivalentTo and subClassOf

SELECT DISTINCT ?entity ?label ?sortedEquivGeneIdentifiers ?sortedSubClassGeneIdentifiers
SELECT DISTINCT ?entity ?label ?paddedEquivGeneIdentifiers ?paddedSubClassGeneIdentifiers
WHERE {
?entity rdf:type owl:Class ;
rdfs:label ?label .
Expand Down

0 comments on commit eda8190

Please sign in to comment.