mff-uk / odcs-dpus

Repository for DPUs (Data processing units) for ETL tool for RDF data
3 stars 2 forks source link

[INTLIB] Bad dcterms:valid for act expressions #81

Open martinnec opened 10 years ago

martinnec commented 10 years ago

In psp.cz dataset there are incorrect dcterms:valid dates - each expression has validity date 1 day earlier:

see

PREFIX lex: http://purl.org/lex# PREFIX dcterms: http://purl.org/dc/terms/ PREFIX frbr: http://purl.org/vocab/frbr/core#

PREFIX myact: http://linked.opendata.cz/resource/legislation/cz/act/2006/183-2006

SELECT ?zneni ?platnostOd FROM http://linked.opendata.cz/resource/dataset/legislation/psp.cz WHERE { ?zneni frbr:realizationOf myact: ; dcterms:valid ?platnostOd . } ORDER BY ?platnostOd

and compare with

http://www.psp.cz/sqw/sbirka.sqw?cz=183&r=2006

(search for Derogace pasivní on the page - click on the selected amendement and see the validity date here - it is a day before ours)