Skip to content

Commit

Permalink
Merge pull request #270 from peskk3am/issue_96
Browse files Browse the repository at this point in the history
Ontology and ontology tool added to euon metadata. Fixes issue #96.
  • Loading branch information
emanueldima committed Apr 19, 2014
2 parents 7a97667 + 80f9ad5 commit 3780280
Showing 1 changed file with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from invenio.sqlalchemyutils import db

from datetime import date


Expand All @@ -20,11 +20,37 @@
{'name': 'hasOntologyLanguage',
'col_type': db.String(256),
'display_text': 'Ontology Language',
'data_provide': 'select',
'data_source': ['F-Logic',
'KIF',
'LexGrid-XML',
'OCML',
'OBO',
'OMV:DAML-OIL',
'OMV:OWL',
'OMV:OWL-DL',
'OMV:OWL-Full',
'OMV:OWL-Lite',
'OMV:RDF-S',
u'Protégé-Frames',
'RRF',
'W3C:OWL_2',
'W3C:SKOS'],
'other': 'Other...',
'description': 'The language in which the ontology was developed',
'required': True},
{'name': 'usedOntologyEngineeringTool',
'col_type': db.String(256),
'display_text': 'Ontology Engineering Tool',
'data_provide': 'select',
'data_source': [u'Protégé',
'Swoop',
'TopBraid Composer',
'OBO-Edit',
'OntoStudio',
'KAON',
'PoolParty Thesaurus Server'],
'other': 'Other...',
'description': 'The tool that was used to develop the ontology',
'required': False},
{'name': 'creationDate',
Expand Down

0 comments on commit 3780280

Please sign in to comment.