query-4736146300c874d1836c51bd6a2c95a1
IDS authors (continued =)Hello dear Epìdosis, . Well, I'm quite surprised, as long as I never heard about that. Would you have any other examples of this use? And was it already discussed somewhere? Project Chatthank you for your answer on the .09:17, 27 May 2020 (UTC)) talk (Nomen ad hocBest, are widely used(P2093)author name string and (P50)author , but there weren't many participants. here: I opened a discussion Nomen ad hoc@ .09:18, 27 May 2020 (UTC)) talk (Nomen ad hoc (a French directory with signed entries)? (P2383)CTHS person ID And would it be correct also as for
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?value ?author
WHERE {
?item p:P1986 [ ps:P1986 ?value ; pq:P50 ?author ] .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?author"):::projected
v3("?item"):::projected
v1("?value"):::projected
a1((" "))
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal
a1 --"p:statement/P1986"--> v1
a1 --"p:qualifier/P50"--> v2
v3 --"p:P1986"--> a1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end