Releases: rudof-project/rudof
Releases · rudof-project/rudof
v0.1.59
[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 eachsh:targetClass
declaration. Previously, this behaviour was not optional and now it can be disabled. - Fixes option to generate
rdf:type
forsh: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
v0.1.57
Merge pull request #220 from rudof-project/issue217 Fixing the checksum thing
v0.1.56
v0.1.55
v0.1.54
v0.1.53
v0.1.52
[v0.1.52] - 2025-11-1
- Added
endpoints
toRdfDataConfig
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 obtainrudof
config - Improved
add_endpoint()
in pyrudof to search for the list of built-in endpoints in RDFDataConfig