Jakub Klímek

Results 183 issues of Jakub Klímek

As part of #42, XSLT was bumped to 2.0. The [XSLT 2.0](https://www.w3.org/TR/xslt20/) spec is from 2007, nevertheless, some simpler libraries such as `lxml` (#48) do not support it. This issue...

question

V OFN formuláře a dokumenty je datum narození fyzické osoby mapováno (nyní chybně) na [datum narození FO dle eIDAS](https://slovník.gov.cz/generický/eu-1501-2015-e-idas-prováděcí/pojem/datum-narození). Je to proto, že datum narození fyzické osoby je modelováno jako...

Originally [reported for GeoDCAT-AP](https://github.com/SEMICeu/GeoDCAT-AP/issues/130), but also present in DCAT-AP: There is a typo in the [Catalogued Resource's usage note](https://semiceu.github.io/DCAT-AP/releases/3.0.0/#CataloguedResource): "Catalogued Record" should be "Catalogued Resource".

type:bug
status:resolution-proposed

Often enough, when I am debugging in LP-ETL, I use Textholder to put my debugging data in. This works fine for text-based formats such as RDF , CSV, XML and...

enhancement

I have [this document](https://ofn.gov.cz/dokumenty-z-formulářů-ZoPDS/2024-10-04/příklady/dokument1.xml) and an [XSD](https://ofn.gov.cz/dokumenty-z-formulářů-ZoPDS/2024-10-04/schémata/dokument-z-formuláře-ZoPDS.xsd) (linked from it from schemaLocation). Now, the XSD imports 2 other XSDs with the same targetNamespace: ```xml ``` The XSDs have both the...

enhancement

In the DCAT-AP spec we follow capitalization rules for entity labels like this: - Provenance Statement - Catalogued Resource - Media Type or Extent However, we have [Period of time](https://semiceu.github.io/DCAT-AP/releases/3.0.1-draft/#Periodoftime)...

I have noticed that legal information (access rights, licences, rights) of HVD data services is taken only from the instances of `dcat:DataService` and not from the instances of `dcat:Distribution` in...

HVD

The [application profile diagram in `3.0.1-draft`](https://semiceu.github.io/DCAT-AP/releases/3.0.1-draft/#application-profile-diagram) is actually `3.0.0`, and there is an update [3.0.1-draft](https://semiceu.github.io/DCAT-AP/releases/3.0.1-draft/html/overview.jpg) one.

`dct:isPartOf` was removed as an [inverse property](https://www.w3.org/TR/vocab-dcat-3/#inverse-properties). However, it is still present in the diagram: ![Image](https://github.com/user-attachments/assets/ac503d59-7ab7-4752-9181-628f79ab0ebd) The same goes for `dcat:isVersionOf` ![Image](https://github.com/user-attachments/assets/f47c3a1e-95ff-44e9-9c1d-a3e190a775ec)

We have now extended spatialResolution of a dataset to `0..*` in 3.0.1 (#384). Should we do the same for temporalResolution? It is related to https://github.com/SEMICeu/DCAT-AP/issues/114 where it was decided to...

feedback-requested