Skip to content

Releases: rudof-project/rudof

v0.1.59

01 Jan 09:57
Compare
Choose a tag to compare

[v0.1.59] - 2025-01-01

  • Fixes bug in feature added to solve issue #227 for local files which are relative that it didn't generate an absolute IRI. Now it does.
  • Added option to SHACL2ShEx converter to optionally add rdf:type declaration for each sh:targetClass declaration. Previously, this behaviour was not optional and now it can be disabled.
  • Fixes option to generate rdf:type for sh:targetClass declarations when there are more than one (previously it generated one rdf:type for each target class, and not it generates a value set).

v0.1.58

31 Dec 12:16
Compare
Choose a tag to compare

[v0.1.58] - 2024-12-31

  • First attempt to solve issue #227 to automatically generate a base URL from the local file name or URL.

v0.1.57

13 Nov 14:52
35a7c7b
Compare
Choose a tag to compare
Merge pull request #220 from rudof-project/issue217

Fixing the checksum thing

v0.1.56

13 Nov 13:16
Compare
Choose a tag to compare

[v0.1.56] - 2024-11-14

  • Added variables() and find to QuerySolution class in pyrudof

v0.1.55

13 Nov 12:16
Compare
Choose a tag to compare

[v0.1.55] - 2024-11-14

  • Added methods to show query solutions in rudof and pyrudof

v0.1.54

13 Nov 04:41
Compare
Choose a tag to compare

[v0.1.54] - 2024-11-13

  • Added query to rudof and pyrudof

v0.1.53

13 Nov 02:15
Compare
Choose a tag to compare

[v0.1.53] - 2024-11-13

  • Added serialization of RDF data from rudof and pyrudof

v0.1.52

01 Nov 10:03
Compare
Choose a tag to compare

[v0.1.52] - 2025-11-1

  • Added endpoints to RdfDataConfig to contain a list of built-in endpoints
  • Added prefixmap as a parameter to create SRDFPARQL endpoints
  • Solved problem when asking information about a node in wikidata endpoint
  • Added config() method to obtain rudof config
  • Improved add_endpoint() in pyrudof to search for the list of built-in endpoints in RDFDataConfig

v0.1.51

31 Oct 20:26
Compare
Choose a tag to compare

[v0.1.51] - 2025-10-31

  • Added read_data_path to pyrudof

v0.1.50

31 Oct 11:46
Compare
Choose a tag to compare

[v0.1.50] - 2025-10-31

  • Fix: We repaired some export issues on UmlGenerationMode and the __repr__ methods which were not properly generated.