libSBOL
2.3.3
|
The extension layer converts the SBOL data model, as described in the formal specification document, into Resource Description Framework (RDF) and a standard RDF/XML file format.
The extension interface also makes it possible to add custom application data to SBOL files, a feature intended to support workflow and collaboration between synthetic biologists at different stages of design, manufacturing, and testing of synthetic DNA constructs. All member properties of SBOL classes are themselves defined using Property classes
Classes | |
class | ReferencedObject |
A reference to another SBOL object Contains a Uniform Resource Identifier (URI) that refers to an an associated object. More... | |
class | OwnedObject< SBOLClass > |
A container property that contains child objects. More... | |
class | URIProperty |
A URIProperty may contain a restricted type of string that conforms to the specification for a Uniform Resource Identifier (URI), typically consisting of a namespace authority followed by an identifier. More... | |
class | TextProperty |
TextProperty objects are used to contain string literals. More... | |
class | IntProperty |
IntProperty objects are used to contain integers. More... | |
class | FloatProperty |
FloatProperty objects are used to contain floats. More... | |
class | VersionProperty |
Contains a version number for an SBOL object. More... | |
class | Property< LiteralType > |
Member properties of all SBOL objects are defined using a Property object. More... | |