mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
#1123 through #1127 landed while this was open, and #1125 rewrote the same four entity loops this branch extends. Confidence is now normalised through normalize_confidence, which returns None for a value that has no xsd:decimal form, so the clause can be absent. Resolved by folding that into the clause list this branch already builds: the Turtle path assembles its predicate-object clauses and then terminates the last one, which is what makes a variable-length list work at all, and an omitted confidence is simply one clause fewer. RDF/XML and JSON-LD take the upstream conditional as written, with the metadata call after it.