Navigation Menu

Skip to content

Commit

Permalink
Update descriptor algorithms ontology.
Browse files Browse the repository at this point in the history
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Apr 7, 2014
1 parent fcd9050 commit f0df4ea
Showing 1 changed file with 28 additions and 0 deletions.
Expand Up @@ -177,6 +177,10 @@
<rdfs:label>Federico Marighetti</rdfs:label>
</Contributor>

<Contributor rdf:ID="ac">
<rdfs:label>Alex Clark</rdfs:label>
</Contributor>

<!-- the facts: Categories -->

<Category rdf:ID="descriptorCategories">
Expand Down Expand Up @@ -2593,6 +2597,30 @@
<isClassifiedAs rdf:resource="#topologicalDescriptor"/>
<isClassifiedAs rdf:resource="#molecularDescriptor"/>
</Descriptor>

<Descriptor rdf:ID="smallRings">
<rdfs:label>Small Ring Descriptor</rdfs:label>
<dc:contributor rdf:resource="#ac"/>
<dc:date>2014-01-19</dc:date>
<definition rdf:parseType='Literal'>
An enumeration of all the small rings (sizes 3 to 9) in a molecule, which can be obtained quickly and deterministically.
</definition>
<isClassifiedAs rdf:resource="#topologicalDescriptor"/>
<isClassifiedAs rdf:resource="#molecularDescriptor"/>
</Descriptor>

<Descriptor rdf:ID="fractionalPSA">
<rdfs:label>Fractional PSA Descriptor</rdfs:label>
<dc:contributor rdf:resource="#ac"/>
<dc:date>2014-01-19</dc:date>
<definition rdf:parseType='Literal'>
Polar surface area expressed as a ratio to molecular size. Calculates <b>tpsaEfficiency</b>, which is
to TPSADescriptor/ molecular weight, in units of square Angstroms per Dalton.
</definition>
<isClassifiedAs rdf:resource="#topologicalDescriptor"/>
<isClassifiedAs rdf:resource="#electronicDescriptor"/>
<isClassifiedAs rdf:resource="#molecularDescriptor"/>
</Descriptor>

<Descriptor rdf:ID="ip">
<rdfs:label>Ionization Potential</rdfs:label>
Expand Down

0 comments on commit f0df4ea

Please sign in to comment.