Skip to content

4.4.0.2

Compare
Choose a tag to compare
@neo-technology-build-agent neo-technology-build-agent released this 28 Sep 11:35
· 16 commits to 4.4 since this release

What's changed

General

  • Upgrade to Neo4j 4.4.11
  • Upgrade to RDF4J 3.7.7

New Features

  • SHACL Validation

    • Constraints on rdf:type (to be able to limit the number of labels a node has, or to restrict them to an enumerated set)
    • Suppor for sh:message to add custom messages to shapes.
    • Support for query-defined shapes: sh:targetQuery " (focus)-[:married_to]->() " in addition to the existing type based ones sh:targetClass neo:Person.
  • DataImporter model generator: Takes an ontology and generates a model that can be imported from the Data Importer tool (https://data-importer.neo4j.io/). Methods added: n10s.experimental.*.dimodel.*

    • stream/export : on screen or save to file
    • fetch/inline : usual by-reference(URI) / by-value(payload) modes for passing the RDF to the method.
  • Updated Jackson to 2.13.3