Skip to content
Discussion options

You must be logged in to vote

Hello,

I believe the query didn't work because of the hasProcurementObject property that doesn't appear to exist

In ePO, the CPV category can be retrieved through the 'Purpose' of a procedure. For example:

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX epo: <http://data.europa.eu/a4g/ontology#>
PREFIX cdm: <http://publications.europa.eu/ontology/cdm#>

SELECT *
WHERE {
  FILTER (?date = "2024-11-04"^^xsd:dateTime)
  FILTER (?formType = <http://publications.europa.eu/resource/authority/form-type/competition>)
  GRAPH ?noticeNamedGraph {
    ?noticeUri epo:hasPublicationDate ?date ;
               epo:hasFormType ?formType ;
               epo:refersToProcedure [
                  e…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@leobroom
Comment options

Answer selected by leobroom
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@leobroom
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants