Property: STRUCTURE-DATA

This property holds a string of data defining chemical structure or other information, in either the CML or SMILES format, as specified in property Structure-Format. If, for example, the CML format is used, then the value of this property is a string containing the XML encoding of the CML data.

Types

owl:DatatypeProperty

Domain

chemicalStructure

Range

http://www.w3.org/2001/XMLSchema#string

Abstract Syntax

ObjectProperty(STRUCTURE-DATA annotation(rdfs:comment "This property holds a string of data defining chemical structure or other information, in either the CML or SMILES format, as specified in property Structure-Format. If, for example, the CML format is used, then the value of this property is a string containing the XML encoding of the CML data."^^<http://www.w3.org/2001/XMLSchema#string>)
                             domain(chemicalStructure)
                             range(<http://www.w3.org/2001/XMLSchema#string>))

Generated with OWLDoc