mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Bug 1: replace dict .get() with dataclass attribute access on AssociativeClass (name/connects/temporal/properties) - Bug 2: add full URI to every ontology property and use BASE_URI-prefixed URIs for all relationship types so TripletStore stores hr:<name> instead of urn:property:<name>, fixing SPARQL PREFIX hr: queries - Bug 3: filter None values from EmploymentEvent properties dict so open-ended employment does not store the literal string "None" as endDate Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>