Skip to content

Releases: zazuko/barnard59

[email protected]

04 Dec 11:10
Compare
Choose a tag to compare

Minor Changes

  • b7ef314: Added a CLI alias b59 to reduce the typing necessary

Patch Changes

  • 2eda6da: --variable option should have precedence over environments variables imported with --variable-all (closes #74)

[email protected]

04 Dec 11:11
Compare
Choose a tag to compare

Major Changes

  • ade9d1f: Disable stream splitting by default, add optional argument to put pipeline

  • b82b47b: Align operation URIs with the other packages

    -prefix graph-store: <https://barnard59.zazuko.com/operation/graph-store/>
    +prefix graph-store: <https://barnard59.zazuko.com/operations/graph-store/>

[email protected]

29 Nov 09:14
Compare
Choose a tag to compare

Patch Changes

[email protected]

29 Nov 09:14
Compare
Choose a tag to compare

Patch Changes

  • 5c14dc9: Add the option to override the media type of remote resources when using rdf:open operation

[email protected]

29 Nov 09:14
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Nov 15:42
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Nov 09:12
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Nov 15:43
Compare
Choose a tag to compare

Patch Changes

  • c759278: Wrong code type in manifest of <open> operation
  • ebe9128: fix manifest entry for splitDataset (bySubject and byType)

[email protected]

28 Nov 09:11
Compare
Choose a tag to compare

Minor Changes

  • b833a62: Added a universal RDF open step which fetches from the web or local path

    @prefix rdf: <https://barnard59.zazuko.com/operations/rdf/> .
    
    [ rdf:open ( "path/to/shapes" ) ] .

[email protected]

28 Nov 09:11
Compare
Choose a tag to compare

Minor Changes

  • b833a62: Support SHACL profile for validating cube to be loaded from local path

Patch Changes