Changes between Version 22 and Version 23 of GFF3toRDF

Show
Ignore:
Timestamp:
2010/02/25 02:52:33 (15 years ago)
Author:
erick.antezana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GFF3toRDF

    v22 v23  
    1  
    21 
    32[http://www.sequenceontology.org/gff3.shtml GFF3] is a tab-delimited, ontology-aware format of genomic features. It should be beneficial to represent such genomic features in RDF so that we can exchange data and make queries with SW technologies. 
    … …  
    1413'''Scope''' 
    1514 
     15... 
    1616 
    1717'''Mapping GFF2RDF (proposal)''' 
    … …  
    3232'''Attribute Mapping  (proposal) NEEDED?[[BR]]''' 
    3333 
    34 A list of feature attributes in the format tag=value.  Multiple tag=value pairs are separated by semicolons.  URL escaping rules are 
    35  
    36 used for tags or values containing the following characters: ",=;". Spaces are allowed in this field, but tabs must be replaced with the 
    37 ? URL escape. 
     34A list of feature attributes in the format tag=value.  Multiple tag=value pairs are separated by semicolons.  URL escaping rules are used for tags or values containing the following characters: ",=;". Spaces are allowed in this field, but tabs must be replaced with the ? URL escape. 
    3835 
    3936|| '''Attribute tags'''        || '''RDF (XML)'''       || '''Description''' || 
    … …  
    4946|| Column 10: "Ontology_term"  ||                       ||                   || 
    5047 
    51         
    52  
    5348'''Tools''' 
    5449 
    55   * [http://bioperl.org/pipermail/bioperl-l/2009-June/030369.html GFF to OWL] (Source code not available yet?) 
    56   * [http://github.com/cmungall/bioperl-owl Chirs Mungall's code] 
     50  * [http://github.com/cmungall/bioperl-owl Chris Mungall's code] 
    5751 
    5852'''Discussion'''