<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2026-05-17 01:33:50]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>https://www.casetalk.com/tickets/</docs><link>https://www.casetalk.com/tickets/</link><description><![CDATA[Tickets.CaseTalk - Issues]]></description><title>Tickets.CaseTalk - Issues</title><image><title>Tickets.CaseTalk - Issues</title><url>https://www.casetalk.com/tickets/casetalk/casetalk-tickets.png</url><link>https://www.casetalk.com/tickets/</link><description><![CDATA[Tickets.CaseTalk - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0005617: Popup menu on diagrams does not paint</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5617</link><description><![CDATA[The menu pops up with a right-click, but the items do not show until hovered by the mouse.]]></description><category>User Interface</category><pubDate>Thu, 14 May 2026 19:46:25 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5617</guid><comments>https://www.casetalk.com/tickets/view.php?id=5617#bugnotes</comments></item><item><title>0005615: Crash on mouse hover in diagram (highlight relations)</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5615</link><description><![CDATA[The application crashes with an access violation while moving the mouse over an element in a diagram. The crash happens during the highlight of related roles/lex path that runs in response to the mouse-move, so a quick hover over a fact, nom-fact, or concept while the diagram is still settling can take the application down.]]></description><category>Other</category><pubDate>Wed, 13 May 2026 09:34:51 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5615</guid><comments>https://www.casetalk.com/tickets/view.php?id=5615#bugnotes</comments></item><item><title>0005613: Investigate why diagram file export fails while internal save renders bitmaps</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5613</link><description><![CDATA[There is an inconsistency between two diagram-rendering paths:&lt;br /&gt;
&lt;br /&gt;
- Saving a project renders diagram bitmaps successfully (used for thumbnails / embedded preview).&lt;br /&gt;
- Exporting a diagram to a file fails.&lt;br /&gt;
&lt;br /&gt;
Both paths ultimately render the same diagram, so a working save proves the rendering pipeline is reachable. The export path must be diverging somewhere (different canvas, different target surface, missing parent, different DPI/scaling, output stream handling, ...).&lt;br /&gt;
&lt;br /&gt;
Action:&lt;br /&gt;
- Compare the two code paths side by side and identify where they diverge.&lt;br /&gt;
- Establish whether the export failure is silent or raises; capture the failure mode.&lt;br /&gt;
- Fix the export path so it produces the same bitmap as the save path (or document why it intentionally differs).]]></description><category>Other</category><pubDate>Wed, 13 May 2026 09:34:31 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5613</guid><comments>https://www.casetalk.com/tickets/view.php?id=5613#bugnotes</comments></item><item><title>0005612: Modernise OWL/RDF export against RDF 1.2 for FCOIM-aligned output</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5612</link><description><![CDATA[Research whether the current OWL/RDF export can be improved by adopting RDF 1.2 features for a more natural, FCOIM-aligned serialisation.&lt;br /&gt;
&lt;br /&gt;
Reference: RDF 1.2 Primer - [url=https://www.w3.org/TR/rdf12-primer/&quot; rel=&quot;noopener,nofollow]&lt;a target=&quot;_blank&quot; href=&quot;https://www.w3.org/TR/rdf12-primer/&quot;&gt;https://www.w3.org/TR/rdf12-primer/&lt;/a&gt;[/url]&lt;br /&gt;
&lt;br /&gt;
Scope:&lt;br /&gt;
- Audit what the current export emits and where it falls short of expressing FCOIM concepts cleanly.&lt;br /&gt;
- Identify RDF 1.2 features (e.g. triple terms / first-class statements, base direction on literals, named-graph semantics) that map well onto FCOIM constructs.&lt;br /&gt;
- Propose targeted improvements to the export so the output reads more naturally to downstream OWL/RDF consumers.&lt;br /&gt;
&lt;br /&gt;
Outcome: a short design note plus a focused set of follow-up tickets for the actual export changes.]]></description><category>Other</category><pubDate>Tue, 12 May 2026 09:49:53 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5612</guid><comments>https://www.casetalk.com/tickets/view.php?id=5612#bugnotes</comments></item><item><title>0005614: Consolidate Turtle export templates and adopt RDF 1.2 idioms</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5614</link><description><![CDATA[The codebase ships two overlapping Turtle export templates under develop/modules/templates/:&lt;br /&gt;
&lt;br /&gt;
- ttl.ini (&quot;Turtle (TTL)&quot;, 442 lines): rich metadata, PROV-O, VoID, Schema.org alignment heuristics, annotation-property declarations. Bare &quot;:hasArtificialKey&quot;-style predicate naming. Has a few template-syntax bugs (unbalanced parens in the Schema.org alignment block; &quot;@(schema.Tables).Count&quot; emitted mid-Turtle as a literal).&lt;br /&gt;
&lt;br /&gt;
- ig_turtle_export.ini (&quot;Turtle Export&quot;, 352 lines): more modest ontology section but adds SHACL shapes, per-table instance file, and SPARQL query examples. Uses a dedicated tmg: namespace ([url=http://casetalk.com/tmg/schema#&quot; rel=&quot;noopener]&lt;a target=&quot;_blank&quot; href=&quot;http://casetalk.com/tmg/schema#&quot;&gt;http://casetalk.com/tmg/schema#&lt;/a&gt;[/url]) for CaseTalk-specific predicates - much cleaner design.&lt;br /&gt;
&lt;br /&gt;
Goal:&lt;br /&gt;
1. Merge into a single canonical Turtle/RDF export template:&lt;br /&gt;
   - Keep ig_turtle_export.ini's tmg: namespace design for CaseTalk predicates.&lt;br /&gt;
   - Fold in ttl.ini's PROV-O / VoID / annotation-property declaration blocks.&lt;br /&gt;
   - Keep the SHACL + SPARQL + per-table-instance outputs from ig_turtle_export.ini.&lt;br /&gt;
   - Fix the template-syntax bugs noted above.&lt;br /&gt;
   - Retire the now-duplicate template.&lt;br /&gt;
2. Adopt RDF 1.2 idioms in the consolidated template (Turtle is the natural vehicle - triple terms have no idiomatic RDF/XML):&lt;br /&gt;
   - Replace the synthetic :factExpressions / :businessRules string annotations with RDF 1.2 triple terms (&lt;&lt;:Customer :hasReading &quot;Customer places Order&quot;&gt;&gt; :assertedBy :CaseTalk).&lt;br /&gt;
   - Stop hard-coding &quot;@en&quot;; emit the actual locale from database.Locale or table.Locale.&lt;br /&gt;
   - Emit rdf:dirLangString and base direction for RTL locales.&lt;br /&gt;
&lt;br /&gt;
Out of scope: the OwlUnit RDF/XML conceptual-model exporter stays as-is for OTFT-level export. This ticket is about the schema-level Turtle path only.&lt;br /&gt;
&lt;br /&gt;
Parent context: see &lt;a target=&quot;_blank&quot; href=&quot;https://www.casetalk.com/tickets/view.php?id=5612&quot;&gt;0005612&lt;/a&gt; for the broader RDF 1.2 / OwlUnit audit.]]></description><category>Other</category><pubDate>Tue, 12 May 2026 09:40:23 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5614</guid><comments>https://www.casetalk.com/tickets/view.php?id=5614#bugnotes</comments></item><item><title>0005609: Support modeling unknowns: 'gap' concept or container shape</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5609</link><description><![CDATA[When modeling, there is currently no concept that represents what we do not yet know. A modeler often needs to sketch a silhouette of a missing piece and show how it connects to known facts.&lt;br /&gt;
&lt;br /&gt;
Proposed enhancement:&lt;br /&gt;
- Add support for an Object/Fact Type carrying a 'gap' element concept (e.g. otft[concept] with elm concept 'gap'), so the modeler can mark an OTFT as representing an unknown.&lt;br /&gt;
- Alternatively, introduce a dedicated container shape with curved/sketchy outlines that surrounds connected OTFTs and visually signals the gap.&lt;br /&gt;
&lt;br /&gt;
This would allow modelers to communicate uncertainty and incomplete knowledge directly inside the diagram instead of working around it.]]></description><category>User Interface</category><pubDate>Mon, 11 May 2026 16:31:42 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5609</guid><comments>https://www.casetalk.com/tickets/view.php?id=5609#bugnotes</comments></item><item><title>0005608: Review PlantUML changes for potential integration updates</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5608</link><description><![CDATA[PlantUML has released changes that should be reviewed to see if any apply to CaseTalk's PlantUML diagram generation.&lt;br /&gt;
&lt;br /&gt;
Reference: [url=https://plantuml.com/changes&quot; rel=&quot;noopener,nofollow]&lt;a target=&quot;_blank&quot; href=&quot;https://plantuml.com/changes&quot;&gt;https://plantuml.com/changes&lt;/a&gt;[/url]&lt;br /&gt;
&lt;br /&gt;
Action: review the changelog and evaluate whether any new syntax, features, or fixes warrant updates to CaseTalk's PlantUML export.]]></description><category>Other</category><pubDate>Mon, 11 May 2026 15:59:29 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5608</guid><comments>https://www.casetalk.com/tickets/view.php?id=5608#bugnotes</comments></item><item><title>0005483: Verify TypeDB INI template supports TypeQL at IG and/or IGG level</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5483</link><description><![CDATA[Check whether the INI template for TypeDB (Class1/TypeDB) correctly supports TypeQL output at the IG level and/or IGG level.&lt;br /&gt;
&lt;br /&gt;
Reference: [url=https://typedb.com/docs/core-concepts/typeql/entities-relations-attributes/&quot; rel=&quot;noopener,nofollow]&lt;a target=&quot;_blank&quot; href=&quot;https://typedb.com/docs/core-concepts/typeql/entities-relations-attributes/&quot;&gt;https://typedb.com/docs/core-concepts/typeql/entities-relations-attributes/&lt;/a&gt;[/url]&lt;br /&gt;
&lt;br /&gt;
The template should generate valid TypeQL define/insert statements for entity types, relation types, and attribute types.&lt;br /&gt;
&lt;br /&gt;
Requested by: Marco Wobben (2026-03-25)]]></description><category>Generation (SQL, XML, etc)</category><pubDate>Sat, 09 May 2026 12:44:30 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5483</guid><comments>https://www.casetalk.com/tickets/view.php?id=5483#bugnotes</comments></item><item><title>0005607: LLM chatting needs reminding of CaseTalk MCP</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5607</link><description><![CDATA[The LLM chatting sometimes answers from training data, and skips the model in casetalk itself, until told to use it. This initial prompt could be better initialized so the user does not have to instruct the LLM about it.]]></description><category>Integration</category><pubDate>Sat, 09 May 2026 12:14:22 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5607</guid><comments>https://www.casetalk.com/tickets/view.php?id=5607#bugnotes</comments></item><item><title>0005606: Fact bleeding in population editor</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5606</link><description><![CDATA[The population editor renders related fact expressions to the tuple, but seems to bleed in some unrelated facts there.]]></description><category>Expressions</category><pubDate>Sat, 09 May 2026 11:38:13 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5606</guid><comments>https://www.casetalk.com/tickets/view.php?id=5606#bugnotes</comments></item><item><title>0005605: Data Catalog Mapping swaps schema and catalog</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5605</link><description><![CDATA[Sometimes the schema and catalog information gets swapped. Making a mapping shows correct, but then a refresh/redraw happens and it shows the other way around.]]></description><category>Data Explorer</category><pubDate>Sat, 09 May 2026 10:11:44 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5605</guid><comments>https://www.casetalk.com/tickets/view.php?id=5605#bugnotes</comments></item><item><title>0005595: Add canvas templates from modelstorming.com</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5595</link><description><![CDATA[Add canvas templates from modelstorming.com/templates to the canvas collection in the web canvas gallery.]]></description><category>Other</category><pubDate>Sat, 09 May 2026 10:09:57 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5595</guid><comments>https://www.casetalk.com/tickets/view.php?id=5595#bugnotes</comments></item><item><title>0005603: Research Microsoft Context IQ and APM</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5603</link><description><![CDATA[Investigate Microsoft Context IQ and Microsoft APM (Application Portfolio Management) for potential relevance to CaseTalk product direction.]]></description><category>Other</category><pubDate>Sat, 09 May 2026 10:09:23 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5603</guid><comments>https://www.casetalk.com/tickets/view.php?id=5603#bugnotes</comments></item><item><title>0005601: Data flow / business process visualization on fact models</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5601</link><description><![CDATA[Support visualizing data flows or business processes on top of the fact model. The concept is walking across the fact model and visualizing the routes taken, showing how data or process steps traverse the conceptual model elements.]]></description><category>Other</category><pubDate>Tue, 05 May 2026 10:44:50 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5601</guid><comments>https://www.casetalk.com/tickets/view.php?id=5601#bugnotes</comments></item><item><title>0005596: Upgrade memory manager</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5596</link><description><![CDATA[FastMM5 version 5.07 is out with critical fixes.]]></description><category>Other</category><pubDate>Fri, 01 May 2026 15:58:41 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5596</guid><comments>https://www.casetalk.com/tickets/view.php?id=5596#bugnotes</comments></item><item><title>0004024: For your eyes only - classifications</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=4024</link><description><![CDATA[According to a post on LinkedIn this makes sense for modeling (artifacts).&lt;br /&gt;
&lt;br /&gt;
[url=https://www.linkedin.com/feed/update/urn:li:activity:7084824295603884032&quot; rel=&quot;noopener,nofollow]&lt;a target=&quot;_blank&quot; href=&quot;https://www.linkedin.com/feed/update/urn:li:activity:7084824295603884032&quot;&gt;https://www.linkedin.com/feed/update/urn:li:activity:7084824295603884032&lt;/a&gt;[/url]]]></description><category>Lineage</category><pubDate>Thu, 30 Apr 2026 20:46:33 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=4024</guid><comments>https://www.casetalk.com/tickets/view.php?id=4024#bugnotes</comments></item><item><title>0005545: Support for OntoUML stereotypes in UML diagrams</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5545</link><description><![CDATA[As a modeler, I would like CaseTalk to show OntoUML stereotypes on the UML class diagram, so I can see the ontological classification of my model elements.\n\nOntoUML is a well-established ontology-driven conceptual modeling language that classifies entities (kind, subkind, role, phase, relator, mode, quality, category, mixin, etc.) and relationships (material, mediation, characterization, derivation, etc.).\n\nRequested behavior:\n- Entities in the UML diagram display their inferred OntoUML class stereotype (e.g. &lt;&lt;kind&gt;&gt;, &lt;&lt;role&gt;&gt;, &lt;&lt;relator&gt;&gt;)\n- Associations display their inferred relationship stereotype (e.g. &lt;&lt;material&gt;&gt;, &lt;&lt;mediation&gt;&gt;)\n- Color coding per stereotype category for visual distinction\n- A style toggle so existing diagrams are not affected]]></description><category>User Interface</category><pubDate>Thu, 30 Apr 2026 20:06:55 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5545</guid><comments>https://www.casetalk.com/tickets/view.php?id=5545#bugnotes</comments></item><item><title>0005583: Organogram Canvas: Custom Attribute Types for Department, Role, Person</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5583</link><description><![CDATA[Allow model elements (OFTypes, expressions, etc.) to be tagged with organizational ownership using custom attribute picklist types sourced from organogram canvas files. Three new attribute types are needed: Department, Role, and Person. When an organogram canvas is present in the project, these attributes should offer a dropdown populated with the relevant positions from the organogram. This connects the conceptual model to the organizational context — e.g. 'this fact type is owned by the Sales department' or 'this concept is maintained by Brigitte Krause'.]]></description><category>Customization</category><pubDate>Thu, 30 Apr 2026 19:44:56 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5583</guid><comments>https://www.casetalk.com/tickets/view.php?id=5583#bugnotes</comments></item><item><title>0000132: Recursive structures must be doped</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=132</link><description><![CDATA[Doping a recursive structure in FCO-IM is required to generate a database table for it. This is to be done manually, however could be automated using an artificial key.]]></description><category>Transformation (GLR)</category><pubDate>Thu, 30 Apr 2026 16:27:21 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=132</guid><comments>https://www.casetalk.com/tickets/view.php?id=132#bugnotes</comments></item><item><title>0005591: Naming Conventions editable in Tools &gt; Preferences</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5591</link><description><![CDATA[Naming conventions (case, whitespace, punctuation for object/fact names, labels, and expressions) can currently only be configured when running the Naming Conventions Wizard or from the GLR Options dialog — both of which immediately apply changes to the model. There is no way to set naming convention preferences independently without triggering a model-wide rename.&lt;br /&gt;
&lt;br /&gt;
Add a 'Naming Conventions' section to Tools &gt; Preferences so users can configure their preferred conventions at any time. The settings persist across sessions and are used as defaults when creating new elements or running the wizard.]]></description><category>User Interface</category><pubDate>Thu, 30 Apr 2026 14:28:53 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5591</guid><comments>https://www.casetalk.com/tickets/view.php?id=5591#bugnotes</comments></item><item><title>0005592: SKOS export conforms to NL-SBB standard</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5592</link><description><![CDATA[The SKOS Turtle export now includes all predicates required by the Dutch NL-SBB standard (Standaard voor het Beschrijven van Begrippen). No profile-specific logic was needed — all additions (Dublin Core metadata, ISO 25964 typed hierarchies, namespace-based foaf:page, top concept derivation) are universal linked data best practices.]]></description><category>Other</category><pubDate>Thu, 30 Apr 2026 14:02:13 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5592</guid><comments>https://www.casetalk.com/tickets/view.php?id=5592#bugnotes</comments></item><item><title>0005590: Range check error when saving model after deriving datatypes</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5590</link><description><![CDATA[Saving a model file after running Derive Datatypes causes a range check error, preventing the file from being saved. The error occurs when a label type has its datatype length reset during derivation. A dialog reports the file did not get saved, but no further details are shown.]]></description><category>Other</category><pubDate>Thu, 30 Apr 2026 08:26:26 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5590</guid><comments>https://www.casetalk.com/tickets/view.php?id=5590#bugnotes</comments></item><item><title>0005588: Create fact type on selected elements</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=5588</link><description><![CDATA[Create fact type on selected elements, cannot work if one of the selected elements is a fact type itself. This should be possible by simply generating an object type expression for it first.]]></description><category>Refactoring</category><pubDate>Wed, 29 Apr 2026 17:57:58 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=5588</guid><comments>https://www.casetalk.com/tickets/view.php?id=5588#bugnotes</comments></item><item><title>0002870: Support custom names for temporal aspects</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=2870</link><description><![CDATA[Temporal annotations (and transitional, localization, artificial key) are in need of semantics. The OTFT should allow for overriding globaly defined names.]]></description><category>Repository</category><pubDate>Wed, 29 Apr 2026 17:55:45 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=2870</guid><comments>https://www.casetalk.com/tickets/view.php?id=2870#bugnotes</comments></item><item><title>0004574: Change file extensions</title><author></author><link>https://www.casetalk.com/tickets/view.php?id=4574</link><description><![CDATA[The casetalk project files are *.prj, but many products have this extension. Perhaps a '.casetalk' would be more appropriate.&lt;br /&gt;
&lt;br /&gt;
Als being able to associate *.ig with opening in CaseTalk (and a specific version of CaseTalk) would be nice.]]></description><category>Installation</category><pubDate>Wed, 29 Apr 2026 17:39:11 +0200</pubDate><guid>https://www.casetalk.com/tickets/view.php?id=4574</guid><comments>https://www.casetalk.com/tickets/view.php?id=4574#bugnotes</comments></item></channel></rss>
