Neno/Fhat Article Updated
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:
• clearer, correct use of OWL
• more examples, including an example of a compiled Fhat OWL API
• more discussion of the semantics of the Neno language
• many of the diagrams have been updated
• 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