Featured post
python - Framework for user defined relationships -
i'm thinking creating django-powered website users able relate entities each other. examples instance include: "john married mary" or "john works @ google".
users should able define entities , relationships (and typically define relations of other people, not of themselves). ideally, users enter these relations free text (where subject , object perhaps autocomplete field, based on entered existing entities).
django's model framework ideal storing entities , relations, how 1 make such thing manageable on higher level?
is there python-powered ontological framework (thanks duffymo) me derive structure out of these user-generated relationships? i'm looking ways example derive reversible relations, aggregate relations (e.g. "3 persons family relations of john"), classify types of relations (family relations, work relations, ...), , based on user generated input , not (known) predefined set of relations.
thanks in advance,
mathieu
there's protege, stanford ontology program. if can run java, perhaps can run jython.
http://protege.stanford.edu/conference/2004/slides/3.3_dameron_7-7-04.pdf
- Get link
- X
- Other Apps
Comments
Post a Comment