CTS2 1.0 FTF Avatar
  1. OMG Issue

CTS2F2 — Statement needs an identifier

  • Key: CTS2F2-31
  • Legacy Issue Number: 17112
  • Status: closed  
  • Source: Mayo Clinic ( Mr. Craig Stancl)
  • Summary:

    Need to add an identifier to the statement model:

    statementURI : ExternalURI

    {readOnly}



    and add an invariant that entryID = statementURI



    This is the identity.



    subject, predicate, assertedBy, assertedIn all need to be set to {readOnly}

    to indicate that they are part of the statement identity.

    Logged: https://github.com/cts2/cts2-specification/issues/34

  • Reported: CTS2 1.0b1 — Thu, 9 Feb 2012 05:00 GMT
  • Disposition: Resolved — CTS2 1.0
  • Disposition Summary:

    PIM:
    Updated Diagram (Figure 1.1: Statement Model. Statement, Page 2.)

    PSM:
    Added a 'StatementURI' element to the type 'Statement'

    <xs:element name="statementURI" type="core:URI"
    minOccurs="1" maxOccurs="1">
    <xs:annotation>
    <xs:documentation>The unique statement identifier. Must be globally unique if information is to be exchanged and updated on the statement leve.</xs:documentation>
    </xs:annotation>
    </xs:element>

  • Updated: Fri, 6 Mar 2015 20:58 GMT