This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT DISTINCT ?uri str(min(?titulo)) as ?Titulo str(min(?nombre)) as ?Nombre ?fechaFormalizacion ucase(replace(replace(replace(?cif," ",""),"-",""),"/.","")) as ?Cif min(?servicioGestor) as ?ServicioGestor ?id ?precio | |
WHERE { | |
?uri a pproc:Contract. | |
?uri dcterms:title ?titulo. | |
?uri pc:tender ?tender. | |
?tender a pproc:FormalizedTender. | |
?tender pproc:formalizedDate ?fechaFormalizacion. | |
FILTER ( regex(?fechaFormalizacion, "2016")) | |
OPTIONAL {?tender pc:supplier ?empresaid. | |
?empresaid <http://www.w3.org/ns/org#identifier> ?cif. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"op": "core/column-removal", | |
"description": "Remove column Column", | |
"columnName": "Column" | |
}, | |
{ | |
"op": "core/mass-edit", | |
"description": "Mass edit cells in column CARGO", | |
"engineConfig": { |
OlderNewer