4.4.0.1
neo-technology-build-agent
released this
09 Mar 14:12
·
66 commits
to 4.4
since this release
What's changed
General
- Upgrade to Neo4j 4.4.4
- Upgrade to RDF4J 3.7.5
New Features
- Additional return value (called
subjectSPO
) in methodsn10s.rdf.export.spo
,n10s.rdf.export.cypher
andn10s.rdf.stream.*
containing the tripleSubject in the form of a list ["s","p","o"] in RDF-Star statements. - Functions added:
n10s.rdf.collect.ttl
,n10s.rdf.collect.xml
,n10s.rdf.collect.ttl
,n10s.rdf.collect.json
,n10s.rdf.collect.nt
andn10s.rdf.collect.ttlstar
implementing the same behavior asn10s.rdf.collect
but returning different serialisations.