Skip to content

Commit

Permalink
Added new query
Browse files Browse the repository at this point in the history
  • Loading branch information
seyedahbr committed Nov 26, 2023
1 parent 1e2c4d4 commit f3da972
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions queries/interlinking-on-WDQS.sparql
@@ -0,0 +1,11 @@
SELECT DISTINCT (COUNT(?prop) AS ?count) WHERE {

# Checking the property is reference specific
?prop p:P2302 ?statement.
?statement ps:P2302 wd:Q53869507.
?statement pq:P5314 wd:Q54828450.

# Checking the property has equivalent
# to be commented for getting all ref specific properties.
?prop wdt:P1628 ?eq.
}

0 comments on commit f3da972

Please sign in to comment.