Changes between Version 56 and Version 57 of DDBJ-KEGG-PDBj
- Timestamp:
- 2010/02/17 15:42:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DDBJ-KEGG-PDBj
v56 v57 165 165 * The XSL stylesheet for converting PDBML Schema (pdbx-v32.xsd) to the XSL stylesheet that converts PDBML files to RDF files is completed (pdbx2pdbml2rdf.xsl). 166 166 * This converter generator also make internal cross-references within each PDB entry. However, there are a number of errors in the definition of cross-references in the PDBML Schema (using xsd:key and xsd:keyref), thus, the resulting cross-references are significantly flawed. 167 Example of using the stylesheets 168 {{{ 169 # creating OWL ontology 170 % xsltproc pdbx2owl.xsl pdbx-v32.xsd > pdbx-v32.owl 171 # creating PDBML-> RDF converter 172 % xsltproc pdbx2pdbml2rdf.xsl pdbx-v32.xsd > PDBML2rdf.xsl 173 # converting a PDBML file to RDF. 174 % xsltproc PDBML2rdf.xsl 1a00-noatom.xml > 1a00-noatom.rdf 175 }}}