Difference between revisions of "Knowledge Tree"
From PAWS Lab
Line 61: | Line 61: | ||
** <span style="color:silver;" id='creationDate'>creationDate</span> | ** <span style="color:silver;" id='creationDate'>creationDate</span> | ||
* '''<span id='ItemType'>ItemType</span>''' | * '''<span id='ItemType'>ItemType</span>''' | ||
+ | ** <span id='itemtypeTitle'>itemtypeTitle</span> | ||
+ | ** <span id='itemtypeDescription'>itemtypeDescription</span> | ||
+ | ** <span id='itemtypeType'>itemtypeType</span> | ||
+ | ** <span id='itemtypeURL'>itemtypeURL</span> | ||
+ | ** <span id='itemtypeIcon'>itemtypeIcon</span> | ||
+ | ** <span id='itemtypeClassName'>itemtypeClassName</span> | ||
+ | ** <span id='itemtypeURLSufix'>itemtypeURLSufix</span> | ||
* '''<span id='RightType'>RightType</span>''' | * '''<span id='RightType'>RightType</span>''' | ||
* '''<span style="color:silver;" id='NodeRating'>NodeRating</span>''' | * '''<span style="color:silver;" id='NodeRating'>NodeRating</span>''' |
Revision as of 17:24, 17 October 2007
Knowledge Tree is a learning management system
ER Model and RDF Bindings
Silver color - deprecated.
- Node - rss:channel or rss:item depending on context, alternatively dcmitypes:Collection when a folder
- Node.hasChildNode - rss:items
- Node.hasParentNode
- Node.{ordered list of subordinates} - via rdf:Seq subordinate of the rss:items
- Node.{weight of subordinates}
- Node.hasCreator - dc:creator
- Node.creationDate - dc:created
- Node.modificationDate - dc:modified
- Node.nodeTitle - rss:item.title
- Node.nodeDescription - rss:item.description
- Node.hasExternalResource
- Node.hasNodeType - refine dcmitypes?
- Node.hasURL - rss:item.link
- Node.hasURI - implicitly via rdf:about→rss:item
- Node.hasIcon
- Node.isFolder - rss:channel and/or dcmitypes:Collection
- User - foaf:Person
- Group - group is a special kind of User entity - foaf:Group
- User.hasMember - applicable to Group only - foaf:hasMember
- User.isMemberOf - applicable to User only - as inverse of foaf:hasMember
- User.hasURI - rdf:about
- User.hasLogin - foaf:holdsAccount→foaf:OnlineAccount→foaf:accountName
- User.hasName - foaf:name
- User.hasPass - unavailable via RDF serialization
- User.isGroup - via foaf:Group
- User.hasEmail - SHA1-encoded - foaf:mbox_sha1sum
- User.hasOrganization
- User.hasCity
- User.hasCountry
- User.hasNote
- Right
- hasTargetAgent
- hasRightType
- hasParentNodeType
- hasChildNodeType
- hasSubtreeNode
- hasQuantity
- hasDescription
- hasOwnerFlag
- Concept/Tag
- hasCreator
- creationDate
- modificationDate
- conceptTitle
- NodeConcept
- hasNode
- hasConcept
- relationType
- hasCreator
- creationDate
- ConceptConcept
- hasSuperordinate
- hasSubordinate
- UserConcept
- hasUser
- hasConcept
- creationDate
- ItemType
- itemtypeTitle
- itemtypeDescription
- itemtypeType
- itemtypeURL
- itemtypeIcon
- itemtypeClassName
- itemtypeURLSufix
- RightType
- NodeRating
- hasNode
- hasRatingValue
- isAnonymous
- hasComment
- hasUser - dc:creator
- creationDate - dc:created
- modificationDate - dc:modified