| 15 | |
| 16 | == Converting PDBML to RDF == |
| 17 | tore.eriksson has made a tentative XSL stylesheet to convert PDBMLplus (some selected elements) into RDF. |
| 18 | (but when I checked the output RDF with raptor converter (rapper), it had some errors...) |
| 19 | |
| 20 | While I (akinjo) was in Shinkansen from Tokyo to Osaka, I wrote an XSL stylesheet that convert the whole PDBML file |
| 21 | into RDF (files attached). I noticed one good thing about PDBML. |
| 22 | * PDBML is based on mmCIF (PDB's original format) |
| 23 | * mmCIF is actually defined as an ontology. |
| 24 | * So, we can use mmCIF categories and items as predicates. |
| 25 | * An xpath REST interface for PDBMLplus is available at pdbj: e.g., http://service.pdbj.org/mine/xpath/1a00/datablock/entityCategory/entity |
| 26 | * Thus, we can use xpaths as subjects and objects in RDF. |