Bureaucrats, emailconfirmed, Administrators
58,048
edits
Line 32: | Line 32: | ||
PREFIX ipq: <https://wikibase.inguma.eus/prop/qualifier/> | PREFIX ipq: <https://wikibase.inguma.eus/prop/qualifier/> | ||
select ?oocc_item ?oocc_id ?oocc_title (group_concat(?lehen_arg) as ?lehen_argi) ?oocc_text ? | select ?oocc_item ?zotero_link ?oocc_id ?oocc_title (group_concat(?lehen_arg) as ?lehen_argi) ?oocc_text ?jatorrizko_argitalpena | ||
where { | where { | ||
?oocc_item ip:P89 ?oocc_st. | ?oocc_item ip:P89 ?oocc_st. | ||
Line 40: | Line 40: | ||
?oocc_item idp:P10 ?oocc_title. | ?oocc_item idp:P10 ?oocc_title. | ||
optional { | optional { | ||
? | ?oocc_st ipq:P91 ?jatorria. | ||
? | bind(iri(concat(str(iwb:),?jatorria)) as ?jatorrizko_argitalpena) | ||
} | } | ||
optional { | |||
?oocc_item idp:P71 ?zotero. | |||
bind(iri(concat("https://www.zotero.org/groups/5597887/ziterauzi/items/",?zotero,"/item-details")) as ?zotero_link) | |||
} | |||
} | } | ||
group by ?oocc_item ?oocc_id ?oocc_title ?lehen_argi ?oocc_text ? | group by ?oocc_item ?zotero_link ?oocc_id ?oocc_title ?lehen_argi ?oocc_text ?jatorrizko_argitalpena | ||
order by xsd:integer(?oocc_id) | order by xsd:integer(?oocc_id) | ||
</sparql> | </sparql> |