Skip to content

Commit

Permalink
Create pcl_cluster.sparql
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntanzk committed Mar 18, 2022
1 parent 8ff2f46 commit 58e8fd2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/sparql/pcl_cluster.sparql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX pcl: <http://purl.obolibrary.org/obo/PCL_>

SELECT (COUNT (DISTINCT ?ind) as ?indcount)
WHERE {
?ind a owl:NamedIndividual ;
pcl:0010059 ?cluster.
FILTER(isIRI(?ind) && (STRSTARTS(str(?ind), "http://purl.obolibrary.org/obo/PCL_")))
}

0 comments on commit 58e8fd2

Please sign in to comment.