Difference between revisions of "Knowledge Tree"
From PAWS Lab
Line 63: | Line 63: | ||
* '''<span id='ItemType'>ItemType</span>''' | * '''<span id='ItemType'>ItemType</span>''' | ||
* '''<span id='RightType'>RightType</span>''' | * '''<span id='RightType'>RightType</span>''' | ||
− | * '''<span id='NodeRating'>NodeRating</span>''' | + | * '''<span style="color:silver;" id='NodeRating'>NodeRating</span>''' |
− | ** <span id='hasNode'>hasNode</span> | + | ** <span style="color:silver;" id='hasNode'>hasNode</span> |
− | ** <span id='hasRatingValue'>hasRatingValue</span> | + | ** <span style="color:silver;" id='hasRatingValue'>hasRatingValue</span> |
− | ** <span id='isAnonymous'>isAnonymous</span> | + | ** <span style="color:silver;" id='isAnonymous'>isAnonymous</span> |
− | ** <span id='hasComment'>hasComment</span> | + | ** <span style="color:silver;" id='hasComment'>hasComment</span> |
− | ** <span id='hasUser'>hasUser</span> - [[dc#creator|dc:creator]] | + | ** <span style="color:silver;" id='hasUser'>hasUser</span> - [[dc#creator|dc:creator]] |
− | ** <span id='creationDate'>creationDate</span> - [[dcterms#created|dc:created]] | + | ** <span style="color:silver;" id='creationDate'>creationDate</span> - [[dcterms#created|dc:created]] |
− | ** <span id='modificationDate'>modificationDate</span> - [[dcterms#modified|dc:modified]] | + | ** <span style="color:silver;" id='modificationDate'>modificationDate</span> - [[dcterms#modified|dc:modified]] |
== Related Links== | == Related Links== | ||
[http://adapt2.sis.pitt.edu/kt/ Access Knowledge Tree Online] | [http://adapt2.sis.pitt.edu/kt/ Access Knowledge Tree Online] |
Revision as of 22:16, 16 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
- 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
- Group - group is a special kind of User entity
- hasMember
- isMemberOf
- hasURI
- hasLogin
- hasName
- hasPass
- isGroup
- hasEmail
- hasOrganization
- hasCity
- hasCountry
- 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
- RightType
- NodeRating
- hasNode
- hasRatingValue
- isAnonymous
- hasComment
- hasUser - dc:creator
- creationDate - dc:created
- modificationDate - dc:modified