Project:SPARQL/examples: Difference between revisions

Jump to navigation Jump to search
Line 309: Line 309:
</SPARQL>
</SPARQL>


==Events (excluding campaigns) without indication whether they're online, in-person or hybrid==
==Events (excluding campaigns, photo contests) without indication whether they're online, in-person or hybrid==
<SPARQL tryit="1">
<SPARQL tryit="1">
PREFIX wb: <https://metabase.wikibase.cloud/entity/>
PREFIX wb: <https://metabase.wikibase.cloud/entity/>
Line 322: Line 322:
MINUS {?item wbt:P5 wb:Q79} # is not a hybrid event
MINUS {?item wbt:P5 wb:Q79} # is not a hybrid event
MINUS {?item wbt:P5 wb:Q22217} # is not a campaign
MINUS {?item wbt:P5 wb:Q22217} # is not a campaign
MINUS {?item wbt:P5 wb:Q142} # is not a photo contest
SERVICE wikibase:label { bd:serviceParam wikibase:language "sv,en". }
SERVICE wikibase:label { bd:serviceParam wikibase:language "sv,en". }
}
}

Navigation menu