Parent Directory
|
Revision Log
build 0.20
| 1 | dameron | 99 | <?xml version="1.0" encoding="iso-8859-1"?> |
| 2 | <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
| 3 | xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | ||
| 4 | xmlns:doap="http://usefulinc.com/ns/doap#" | ||
| 5 | xmlns:foaf="http://xmlns.com/foaf/0.1/" | ||
| 6 | xmlns:admin="http://webns.net/mvcb/" | ||
| 7 | dameron | 570 | xmlns:dod="http://smi.stanford.edu/people/dameron/ontology/rdf/doap-od.rdf#" |
| 8 | dameron | 99 | xmlns="http://smi-web.stanford.edu/people/dameron/protegeScript/doap.rdf#" |
| 9 | dameron | 570 | xml:base="http://smi-web.stanford.edu/people/dameron/protegeScript/doap.rdf" |
| 10 | dameron | 99 | xml:lang="en"> |
| 11 | |||
| 12 | <doap:Project rdf:ID="protegeScript-project"> | ||
| 13 | <doap:name>Protege Scripting Plugin</doap:name> | ||
| 14 | <doap:shortname>protegeScript</doap:shortname> | ||
| 15 | <doap:homepage rdf:resource="http://smi-web.stanford.edu/people/dameron/protegeScript/index.html"/> | ||
| 16 | <doap:created>2004-09-23</doap:created> | ||
| 17 | dameron | 123 | <doap:description>The script console is a tab for the Protege ontology development platform. It provides a scripting environment for manipulating an ontology. It is compatible with both the traditionnal Protege environment and with the OWL Plugin.</doap:description> |
| 18 | dameron | 99 | <doap:wiki rdf:resource="http://protege.cim3.net/cgi-bin/wiki.pl?ProtegeScriptTab"/> |
| 19 | <doap:screenshots rdf:resource="http://smi-web.stanford.edu/people/dameron/protegeScript/image/script06exampleRuby.png"/> | ||
| 20 | <doap:programming-language>java</doap:programming-language> | ||
| 21 | <doap:license rdf:resource="http://usefulinc.com/doap/licenses/mpl"/> | ||
| 22 | dameron | 574 | <doap:download-page rdf:resource="http://smi-web.stanford.edu/people/dameron/protegeScript/download/ProtegeScript-0.20.tar.gz" dod:content-type="application/x-tgz"/> |
| 23 | dameron | 99 | |
| 24 | dameron | 105 | <doap:repository> |
| 25 | <doap:SVNRepository> | ||
| 26 | <doap:location rdf:resource="http://smi-protege.stanford.edu/repos/protege/protege-script-console/trunk/" /> | ||
| 27 | <doap:browse rdf:resource="http://smi-protege.stanford.edu/svn/protege-script-console/trunk/" /> | ||
| 28 | </doap:SVNRepository> | ||
| 29 | </doap:repository> | ||
| 30 | |||
| 31 | dameron | 99 | <doap:maintainer> |
| 32 | <foaf:Person rdf:about="http://smi-web.stanford.edu/people/dameron/foaf.rdf#olivierDameron"> | ||
| 33 | <foaf:name>Olivier Dameron</foaf:name> | ||
| 34 | <foaf:mbox_sha1sum>380f6b4a2a8f3382b995f261a93401c91bb0b143</foaf:mbox_sha1sum> | ||
| 35 | </foaf:Person> | ||
| 36 | </doap:maintainer> | ||
| 37 | |||
| 38 | <doap:release> | ||
| 39 | <doap:Version> | ||
| 40 | <doap:branch>stable</doap:branch> | ||
| 41 | dameron | 570 | <doap:created>2005-04-21</doap:created> |
| 42 | dameron | 574 | <doap:revision>0.20</doap:revision> |
| 43 | dameron | 99 | </doap:Version> |
| 44 | </doap:release> | ||
| 45 | |||
| 46 | </doap:Project> | ||
| 47 | </rdf:RDF> | ||
| 48 |
| protege-admin@lists.stanford.edu | ViewVC Help |
| Powered by ViewVC 1.1.18 |