query-24eda9b93aaf3a79be3d7dcb8309c6d0

rq turtle/ttl

Propertiesinstance of (P31)Wikisource index page URL (P1957)Internet Archive ID (P724)full work available at URL (P953)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?scientificArticleLabel ?scientificArticle ?fulltextLink
WHERE {
  ?scientificArticle wdt:P31 wd:Q13442814 ;
                     ?contentProperty ?fulltextLink ;
                     rdfs:label ?scientificArticleLabel .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
  FILTER (?contentProperty=wdt:P1957 || ?contentProperty=wdt:P724 || ?contentProperty=wdt:P953)
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?contentProperty") v3("?fulltextLink"):::projected v2("?scientificArticle"):::projected v4("?scientificArticleLabel"):::projected c5(["wd:Q13442814"]):::iri c8(["bd:serviceParam"]):::iri c10(["en"]):::literal f0[["(?contentProperty = 'wdt:P1957' || (?contentProperty = 'wdt:P724' || ?contentProperty = 'wdt:P953'))"]] f0 --> v1 v2 --"wdt:P31"--> c5 v2 -->v1--> v3 v2 --"rdfs:label"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end