View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004641 | CaseTalk Modeler | Generation (SQL, XML, etc) | public | 2024-05-27 10:25 | 2024-05-29 16:18 |
| Reporter | Marco Wobben | Assigned To | Marco Wobben | ||
| Priority | normal | Severity | tweak | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Platform | Intel | OS | Windows | OS Version | 11 |
| Target Version | 13.4 | Fixed in Version | 13.4 | ||
| Summary | 0004641: RDF/OWL hasKey unnamed | ||||
| Description | The hasKey in RDF/OWL has no naming, whereas CaseTalk can name UCs. | ||||
| Tags | No tags attached. | ||||
| CaseTalk Edition | unknown | ||||
|
Defaults: [code=xml] <owl:Class rdf:about="Person"> <owl:hasKey rdf:parseType="Collection"> <owl:ObjectProperty rdf:about="hasSSN"/> </owl:hasKey> </owl:Class> [/code] or when adding a label, this part comes as an additional descriptor [code=xml] <owl:Class rdf:about="Person"> <!-- no key descriptor here --> </owl:Class> <rdf:Description rdf:about="Person"> <owl:hasKey rdf:parseType="Collection"> <owl:ObjectProperty rdf:about="hasSSN"/> </owl:hasKey> <rdfs:label>Unique Social Security Number</rdfs:label> </rdf:Description>[/code] |
|
|
In addition to the hasKey definition, and when the UC is named, the following Bag definition will be added to the rdf content: [code=xml] <owl:Class rdf:about="Person"> <owl:hasKey rdf:parseType="Collection"> <owl:ObjectProperty rdf:about="hasSSN"/> </owl:hasKey> </owl:Class> <rdf:Bag rdf:about="Person"> <rdfs:label xml:lang="en">Unique Social Security Number</rdfs:label> <rdf:li rdf:resource="hasSSN"/> </rdf:Bag> [/code] |
|
| If no UC is named, nothing changes. Only when an UC is named, will CaseTalk generated [b]rdf:Bag[/b] constructs to be able to export the UC Name. | |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-05-27 10:25 | Marco Wobben | New Issue | |
| 2024-05-27 10:25 | Marco Wobben | Status | new => assigned |
| 2024-05-27 10:25 | Marco Wobben | Assigned To | => Marco Wobben |
| 2024-05-28 09:38 | Marco Wobben | Note Added: 0005262 | |
| 2024-05-28 09:39 | Marco Wobben | Note Edited: 0005262 | |
| 2024-05-28 09:40 | Marco Wobben | Note Edited: 0005262 | |
| 2024-05-29 16:14 | Marco Wobben | Note Added: 0005263 | |
| 2024-05-29 16:16 | Marco Wobben | Note Edited: 0005263 | |
| 2024-05-29 16:16 | Marco Wobben | Note Edited: 0005263 | |
| 2024-05-29 16:18 | Marco Wobben | Status | assigned => resolved |
| 2024-05-29 16:18 | Marco Wobben | Resolution | open => fixed |
| 2024-05-29 16:18 | Marco Wobben | Fixed in Version | => 13.4 |
| 2024-05-29 16:18 | Marco Wobben | Note Added: 0005264 |