Anonymous

SPARQL examples: Difference between revisions

From clb-lod
Line 34: Line 34:
PREFIX clbno: <https://clb-lod.wikibase.cloud/prop/novalue/>
PREFIX clbno: <https://clb-lod.wikibase.cloud/prop/novalue/>


select ?marc_creator_role ?marc_creator_role_label (count(?bibItem) as ?number_of_creator_statements)
select ?marc_creator_prop ?marc_creator_role_label (count(?bibItem) as ?number_of_creator_statements)
                            
                            
where {
where {
Line 43: Line 43:


}
}
group by ?marc_creator_role ?marc_creator_role_label ?number_of_creator_statements         
group by ?marc_creator_prop ?marc_creator_role_label ?number_of_creator_statements         
order by desc(?number_of_creator_statements)
order by desc(?number_of_creator_statements)
</sparql>
</sparql>