ICE test 4

I am testing ICE+OO’s ability to author XML in a reasonably pretty fashion. Neglect this post unless you are interested in ICE-manship (which I hope many of you are).

This is some text and this is some XML

<module name="metadata" capture="os wday mon day hr min sec year host">
     Date and time (@ss)  : @s3 @s3 @s3 @i2:@i2:@i2 @14
     Host name              : @s                                 
</header>

Here is some more XML

<!-- http://www.xml-cml.org/schema#hasConcise_att -->
  <owl:DatatypeProperty rdf:about="#hasConcise_att"/>
  <!-- http://www.xml-cml.org/schema#hasConvention_att -->
  <owl:DatatypeProperty rdf:about="#hasConvention_att"/>
  <!-- http://www.xml-cml.org/schema#hasDictref_att -->
  <owl:DatatypeProperty rdf:about="#hasDictref_att"/>
  <!-- http://www.xml-cml.org/schema#hasFormalcharge_att -->
  <owl:DatatypeProperty rdf:about="#hasFormalcharge_att"/>
  <!-- http://www.xml-cml.org/schema#hasID -->

and some more

 <owl:Class rdf:about="http://www.xml-cml.org/cmlx#geom">
    <rdfs:label>geom</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.xml-cml.org/cmlx#misc"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="#hasValue"/>
        <owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">def: directives for geometry output</rdfs:comment>
    <rdfs:comment xml:lang="en">desc: needs a description</rdfs:comment>
  </owl:Class>

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *