CDK Molecules in RDF
Creators & Contributors
Yesterday, I finally got around to starting a branch on adding RDF support to the CDK; in particular, write the CDK data model ontology in OWL and serialization to and from RDF using the ontology. The framework is now set up, but I have yet to formalize all bits and pieces of the CDK data model in classes and properties. Just as a preview, here is what a very basic bit of CDK model in RDF looks like (N3 format):
@prefix cdk: <http://cdk.sourceforge.net/model.owl#> .
<http://cdk.sf.net/model/atom/1>
a cdk:Atom ;
cdk:symbol "C" .
<http://cdk.sf.net/model/molecule/1>
a cdk:Molecule ;
cdk:hasAtom .
Still rather verbose, but very flexible. I have even been thinking of an XHTML+RDFa writer…
Additional details
Description
Yesterday, I finally got around to starting a branch on adding RDF support to the CDK; in particular, write the CDK data model ontology in OWL and serialization to and from RDF using the ontology. The framework is now set up, but I have yet to formalize all bits and pieces of the CDK data model in classes and properties.
Identifiers
- UUID
- c76e410a-a6bf-4e0d-90ac-1a5fb8bd513a
- GUID
- https://doi.org/10.59350/r6xmq-16f84
- URL
- https://chem-bla-ics.linkedchemistry.info/2009/10/06/cdk-molecules-in-rdf.html
Dates
- Issued
-
2009-10-06T02:00:00
- Updated
-
2009-10-06T02:00:00