-
-
-
-
Common
- -
- -
-
Advanced
----
-
- - - -
- - - -
-
diff --git a/ODS/latest/audience.html b/ODS/latest/audience.html index a3cbba4a495..2f5e7922e6a 100644 --- a/ODS/latest/audience.html +++ b/ODS/latest/audience.html @@ -131,49 +131,46 @@
Common
+Common Queries
Advanced
+Advanced Advanced
Common
- -Advanced
-This query returns data on
-Publication number (notice number)
-The buyer’s legal name
-The procedure type (open/ negotiated)
-The procedure type URI
-The buyer’s country
-The query enables the results to be pasted into an Excel spread sheet where they can be manipulated further in pivot tables. This enables the data to be displayed in different ways:
-notices per procurement type per country
-percentage of notices per procurement type per country
-percentage of notices per procurement type within a country
-list of buyers per procurement type per country
-This query interrogates eForms data against v4 of the eProcurement Ontology.
-PREFIX dc: <http://purl.org/dc/elements/1.1/>
-PREFIX epo: <http://data.europa.eu/a4g/ontology#>
-PREFIX cccev: <http://data.europa.eu/m8g/>
-PREFIX org: <http://www.w3.org/ns/org#>
-PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
-PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
-
-SELECT DISTINCT ?publicationNumber ?legalName ?procedureType ?country ?procedureTypeUri
-WHERE {
- FILTER (?publicationDate = "2024-11-04"^^xsd:date)
-
- GRAPH ?g {
- ?notice
- epo:hasPublicationDate ?publicationDate ;
- epo:refersToProcedure [
- epo:hasProcedureType ?procedureTypeUri ;
- a epo:Procedure
- ];
- epo:hasNoticePublicationNumber ?publicationNumber ;
- epo:hasFormType <http://publications.europa.eu/resource/authority/form-type/competition> ;
- epo:announcesRole [
- epo:playedBy [
- epo:hasLegalName ?legalName ;
- cccev:registeredAddress [
- epo:hasCountryCode ?countryUri
- ]
- ]
- ]
- }
- ?procedureTypeUri a skos:Concept ;
- skos:prefLabel ?procedureType .
- FILTER (lang(?procedureType) = "en")
-
- ?countryUri dc:identifier ?country .
-}
-Copy the query and run it in the public procurement SPARQL End Point
-Any comments on the documentation?
-