- From: Richard H. McCullough <rhm@pioneerca.com>
- Date: Sun, 24 Aug 2008 07:54:43 -0700
- To: "KR-language" <KR-language@YahooGroups.com>, "Semantic Web at W3C" <semantic-web@w3.org>, "cyclify austin" <cyclify-austin@yahoogroups.com>
With the growing emphasis on XML standards, I think it's time
to introduce my idea for embedding mKR in XML.
For example
<mkr>
Rex, Fido isu Dog;
German Sheppard iss Dog;
</mkr>
would translate to
<owl:Class rdf:ID="Dog"/>
<owl:Individual rdf:ID="Rex">
<rdf:type rdf:resource = "#Dog"/>
</owl:Individual>
<owl:Individual rdf:ID="Fido">
<rdf:type rdf:resource = "#Dog"/>
</owl:Individual>
<owl:Class rdf:ID= "GermanSheppard">
<rdfs:subClassOf rdf:resource ="#Dog"/>
</owl:Class>
This technique will allow the use of mKR syntax
within an XML specification. A simple preprocessor
can do the mKR to OWL translation.
Comments, any one?
Dick McCullough
Ayn Rand do speak od mKR done;
mKE do enhance od Real Intelligence done;
knowledge := man do identify od existent done;
knowledge haspart proposition list;
http://mKRmKE.org/
Received on Sunday, 24 August 2008 14:58:54 UTC