I think the "Track Changes" capability in Protege 3 does capture this information, by user in the Changes Ontology.Jonathan_______________________________________
Jonathan Carter
Enterprise Architecture Solutions Ltd
_______________________________________
Proud sponsors of The Essential Project
The free open-source Enterprise Architecture Management Platform
www.enterprise-architecture.org
_______________________________________
Enterprise Architecture Solutions Ltd, Registered in England and Wales: 04097721.
Registered Office: 76 High Street, Newport Pagnell, Milton Keynes, MK16 8AQ.On 17 Oct 2012, at 18:33, Yu Lin wrote:Why not do it? Who should I send the request?It is very useful for evaluating and aligning ontologies.Best,Asiyah Yu Lin @ University of Michigan_______________________________________________On Wed, Oct 17, 2012 at 1:30 PM, Timothy Redmond <tred...@stanford.edu> wrote:
To my knowledge I don't think that either Protege 3 or Protege 4 have this capability out of the box.
-Timothy
On 10/17/12 10:10 AM, Yu Lin wrote:Hi, Protege developers,As a user, I wonder if the protege 4 or 3 has the function to automatically save the time stamp when a new term has been created.Please let me know, thanks.Asiyah Yu Lin @ University of Michigan_______________________________________________ protege-discussion mailing list protege-d...@lists.stanford.edu https://mailman.stanford.edu/mailman/listinfo/protege-discussion Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
_______________________________________________
protege-discussion mailing list
protege-d...@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-discussion
Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
protege-discussion mailing list
protege-d...@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-discussion
Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
_______________________________________________
protege-discussion mailing list
protege-d...@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/protege-discussion
Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
HI all. A note on an approach for separating user and developer documentation. In developing the Reagent Ontology (http://code.google.com/p/reagent-ontology), we store developer documentation in a separate owl file (reo-dev.owl), which imports the core reo.owl file. The core model and general annotations (definitions, comments, examples, etc) meant for public viewing live in the reo core. The reo-dev layer is used only to hold annotations about things like term histories, design decisions, and action items. The core file is what is released and seen on ontobee, while the reo-dev file is used by developers – as we can make changes to the core and record notes in the dev layer from this reo-dev file. This has worked well, and we hope to begin to standardize some of the developer annotations for re-use by the community using this approach.
Matt
---
Matthew H. Brush
OHSU Ontology Development Group
Department of Medical Informatics and Clinical Epidemiology
Oregon Health and Science University
phone : cell 919-452-6914
fax : 503-346-6815
Chris,do you mean something like either:property_value: latest_modification_by "MYO:erick" xsd:string
or this:property_value: latest_modification_by MYO:erick
where 'erick' is an instance in an ontology with 'MYO' as IDSpace, such as:
[Instance]id: MYO:erickname: Erick Antezanainstance_of: person
I think I will go initially for the string solution, so that I don't have to create instances for my users....
On the other hand, I prefer to use "latest" instead of "last", since 'last' conveys the idea that there will be no more modifications; on the contrary, 'latest' keeps the door open for further improvements/changes.
I agree with the 4 points you suggested for ontology maintainers; however, I am afraid that without the appropriate tooling for ontology maintainers, it won't be possible to encourage people to capture all that information...which is a pity since in the future only the contributors who will have the appropriate tools will be duly acknowledged (the rest simply ignored...).