# KEHOME/knowledge/applications/SemanticWeb/TAP/MakingStatements.html
# Aug/22/2003
Making Statements with MKE + TAP
-
shell script
# KEHOME/bin/mkr2rdf
# Aug/16/2003
# convert MKR statements to RDF statements
# usage: mkr2rdf mkrfile rdffile
export KBFILE="$PWD/$2"
ke <
-
example MKR input
# KEHOME/data/DickMcCullough.html
# Aug/16/2003
# MKR input for DickMcCullough.rdf
DickMcCullough isu Person;
DickMcCullough has
label = Richard H. McCullough,
hasGender = male,
hasResidence = PioneerCA;
PioneerCA isu UnitedStatesCity;
PioneerCA has
hasZipCode = 95666,
locatedIn = CaliforniaState;
-
example RDF output
Richard H. McCullough
male
95666