sparql3WP1531.csv
Description
This is the result of query:
PREFIX dcterms:
PREFIX dc:
PREFIX skos:
PREFIX str:
PREFIX pao:
SELECT DISTINCT ?pmid COUNT(DISTINCT ?concept) AS ?count WHERE {
{
SELECT DISTINCT ?concept WHERE {
{
SELECT ?wpLinkout WHERE {
SERVICE
?pwNode dcterms:isPartOf ?pwversion .
?pwNode dc:identifier ?wpLinkout .
}
}
}
?wpLinkout skos:exactMatch ?scaiLinkout .
?concept skos:exactMatch ?scaiLinkout .
}
}
?concept pao:incarnationOf ?hit .
?hit str:subString ?pmid .
?pmid rdf:type str:Document .
OPTIONAL {
{
SELECT DISTINCT ?pmidOrigin WHERE {
SERVICE
?pwNode dcterms:isPartOf ?pwversion .
?pwNode dcterms:bibliographicCitation ?pmidOrigin .
}
}
}
FILTER (?pmidOrigin = ?pmid) .
}
FILTER (!BOUND(?pmidOrigin)) .
} ORDER BY DESC (?count)
Comments (0)
You must be logged in to post comments.
70
views
Published on 25 Apr 2012 - 15:46 (GMT)
Filesize is 20.94 MB
Categories
Authors
Cite "Filename"
Claim article
You claim request was sent. I will be handled in the next 24 hours.
Close window