Notice Date
Rule Definition
For analysis, the notice date is the notice publication date if available, otherwise it is the dispatch date.
Additional Information
Rule elaboration
(Provide additional description of the rule, if necessary)
Rule source
(Provide URL to legal source, if applicable)
Rule implementation
(Provide only URIs of formal encodings of the rules for execution. These are typically URIs of SHACL rules or RML maps. Each URI should be provided on a new line with no additional information)
Implementation note
Implementation in PPDS SHACL shapes graph:
Date
OPTIONAL {
?notice epo:hasPublicationDate ?publicationDate .
}
OPTIONAL {
?notice epo:hasDispatchDate ?dispatchDate .
}
BIND(COALESCE(?publicationDate,?dispatchDate) AS ?date)
Related rules
Related generic rule
History note
(If applicable, add here a note about a previous state of the rule, before the Rulebook)