Neno/Fhat Article Updated

 

The Neno/Fhat article entitled “General-Purpose Computing on a Semantic Network Substrate” by Marko A. Rodriguez has recently received reviews and has been updated. The latest version includes:


  1. • clearer, correct use of OWL

  2. • more examples, including an example of a compiled Fhat OWL API

  3. • more discussion of the semantics of the Neno language

  4. • many of the diagrams have been updated

  5. • more concise introduction


The latest Neno/Fhat article can be downloaded from the arXiv pre-print server at this URL.




Just for fun:


owl:Thing demo:Human

{

  xsd:int example(xsd:string a) {

    if(a == "marko"^^xsd:string) {

      return "1"^^xsd:int;

    }

    else {

      return "2"^^xsd:int;

    }

  }

}

 

Thursday, October 4, 2007

 
 

next >

< previous