|
From: Ola S. <ola...@fa...> - 2008-08-27 14:54:45
|
Hi,
I cleaned up the file descriptor-algorithms.owl on several occasions.
Here are some of the things I did:
* Added # to the namespaces:
xmlns="http://www.blueobelisk.org/ontologies/
chemoinformatics-algorithms/#"
xml:base="http://www.blueobelisk.org/ontologies/
chemoinformatics-algorithms/#"
* <rdf:domain ..> changed to <rdfs:domain ..>
* <description> changed globally to <description
rdf:parseType='Literal'> as it contained XML in many places
* <definition> changed globally to <definition
rdf:parseType='Literal'> as it contained XML in many places
* Changed some spelling mistakes, 'literal' -> 'Literal',
rdf:resourrce -> rdf:resource etc
*I removed this entry, the ID was duplicated and it seems not to
correlate with the description. Also, the #rg is not valid.
<Descriptor rdf:ID="weightedPath">
<rdfs:label>Weighted Path</rdfs:label>
<dc:contributor rdf:resource="#rg"/>
<dc:date>2006-01-15</dc:date>
<definition rdf:parseType='Literal'>
Descriptor that evaluates the weighted path descriptors.
</definition>
<description rdf:parseType='Literal'>
These decsriptors were described by Randic and characterize
molecular branching. Five descriptors are calculated, based
on the implementation in the ADAPT software package.
</description>
<isClassifiedAs rdf:resource="#topologicalDescriptor"/>
<isClassifiedAs rdf:resource="#molecularDescriptor"/>
</Descriptor>
For a full description, please see commit r12109.
Please correct me if I've done something wrong!
Cheers,
/Ola
|