From dd676505dae2a4a5b7dcc9449e1644d0ea773239 Mon Sep 17 00:00:00 2001 From: Mike Conlon Date: Sat, 22 Mar 2014 16:42:42 -0400 Subject: [PATCH] Add query for finding web pages --- sparql/find_url_containing_shands.txt | 8 ++++++++ sparql/index.html | 1 + 2 files changed, 9 insertions(+) create mode 100644 sparql/find_url_containing_shands.txt diff --git a/sparql/find_url_containing_shands.txt b/sparql/find_url_containing_shands.txt new file mode 100644 index 0000000..a94f4eb --- /dev/null +++ b/sparql/find_url_containing_shands.txt @@ -0,0 +1,8 @@ +# Find all the web pages that have a web address containing the text "shands" + +SELECT ?uri ?linktext +WHERE { + ?uri vivo:webpage ?w . + ?w vivo:linkURI ?linkuri . + FILTER(regex(?linkuri,"shands")) +} \ No newline at end of file diff --git a/sparql/index.html b/sparql/index.html index 00f1669..5f7df64 100644 --- a/sparql/index.html +++ b/sparql/index.html @@ -94,6 +94,7 @@

Reports

Contact list for unit

NIH Open Access Compliance Report

Data Management

+

Find all web pages that have a web address containing the text "shands"

Find unlinked authorships

Find people to remove from VIVO

Find organizations without labels