Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] FW: More changes to higgins.owl (in v1.10)

>>> "Mary Ruddy" <mary@xxxxxxxxxxxxxxxxx> 10/19/06 8:21 AM >>>
>
>-----Original Message-----
>From: Paul Trevithick [mailto:paul@xxxxxxxxxxxxxxxxx]
>Sent: Thursday, October 19, 2006 9:52 AM
>To: 'Higgins (Trust Framework) Project developer discussions'
>Subject: More changes to higgins.owl (in v1.10)
>
>I've committed these changes as v1.10
>
>- higgins:SubjectRelationship is now a subclass of
>higgins:ComplexAttribute
>- higgins:relationship is gone (we only use higgins:attribute)
To mirror this in IdAS, I propose a removal of the IHasRelationships interface from IDigitalSubject (either leave the IHasRelationships on IContext, or move the methods to IContext).  Also, SubjectRelationship should be represented in IdAS as a new BasicValueSubjectRelationship (having the CUID and ContextID properties). Finally, remove IFilterRelationshipAssertion and BasicFilterRelationshipAssertion.
 
>- higgins:complexValue (was used by ComplexAttribute, but no longer)
 
We still need an interface for this in IdAS to represent things (resources) which themselves are made up of properties.

Back to the top