mff-uk / odcs-dpus

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

[INTLIB] Missing lex:changedOriginal #82

Open martinnec opened 10 years ago

martinnec commented 10 years ago

In UZ data, we have only lex:changeResult. We do not have lex:changedOriginal specified for changes. See the following query which shows properties of all instances of lex:Creation, lex:Update, lex:Cancellation:

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

SELECT DISTINCT ?p FROM http://linked.opendata.cz/resource/dataset/legislation/cz/uz WHERE {

?zmena a ?c . FILTER (?c = lex:Creation || ?c = lex:Cancellation || ?c = lex:Update)

?zmena ?p ?x .

}

We need to upgrade the data so that both lex:changeResult as well as lex:changedOriginal. We should be able to extract the information from the source data of Karel Klima.