mff-uk / odcs-dpus

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

[INTLIB] XSLT handles properly missing values #73

Open tomas-knap opened 10 years ago

tomas-knap commented 10 years ago

So that URI as follows are not produced:

http://linked.opendata.cz/resource/legislation/cz/expression/2009/093-2009/version/cz/2009-03-26/textchunk//dependency-tree

http://linked.opendata.cz/resource/legislation/cz/expression/2009/093-2009/version/cz/2009-03-26/textchunk/

http://linked.opendata.cz/resource/form/

...

tomas-knap commented 10 years ago

Typically caused by missing textchunk/entity

tomas-knap commented 10 years ago

PREFIX skos: http://www.w3.org/2004/02/skos/core# PREFIX frbr: http://purl.org/vocab/frbr/core# PREFIX oa: http://www.w3.org/ns/oa# PREFIX lingv: http://purl.org/lingv/ontology# PREFIX lexc: http://purl.org/lex/ontology/concepts#

SELECT * WHERE { ?x a ?y filter (regex(str(?x), "/$"))

}

tomas-knap commented 10 years ago

160 triples of this kind