Source | Triples | Messages | Graph | Feedback | Back to Validator Input
1: <?xml version="1.0" encoding="UTF-8"?> 2: <!-- KEHOME/xml/mkr.xml --> 3: <!-- May/18/2003 --> 4: 5: <rdf:RDF 6: xmlns:mkr ="http://rhm.cdepot.net/xml/" 7: xmlns ="http://rhm.cdepot.net/xml/" 8: xml:base ="http://rhm.cdepot.net/xml/" 9: xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 10: xmlns:rdfs ="http://www.w3.org/2000/01/rdf-schema#"> 11: 12: <!-- 13: This is the RDF schema of the 14: top-level classes of the MKR language 15: as described in the MKE/MKR tutorial 16: KEHOME/doc/MKEtutorial.html --> 17: 18: <rdfs:Class rdf:ID="existent" 19: rdfs:comment="Everything that exists."/> 20: 21: <existent rdf:ID="entity" 22: rdfs:comment="A primary thing that exists."/> 23: 24: <existent rdf:ID="characteristic" 25: rdfs:comment="A property of an existent."/> 26: 27: <existent rdf:ID="proposition" 28: rdfs:comment="A contextual relation between existents."/> 29: 30: <proposition rdf:ID="context" 31: rdfs:comment="A context of a relation between existents."/> 32: 33: <proposition rdf:ID="sentence" 34: rdfs:comment="A relation between existents."/> 35: 36: <sentence rdf:ID="statement" 37: rdfs:comment="A declarative relation between existents."/> 38: 39: <sentence rdf:ID="question" 40: rdfs:comment="An interogatory relation between existents."/> 41: 42: <sentence rdf:ID="command" 43: rdfs:comment="An imperative relation between existents."/> 44: 45: <sentence rdf:ID="assignment" 46: rdfs:comment="An imperative relation between a variable and its value."/> 47: 48: <statement rdf:ID="definition" 49: rdfs:comment="A statement that identifies the nature of the units subsumed by a concept."/> 50: 51: <characteristic rdf:ID="part" 52: rdfs:comment="A characteristic relating an entity to a subentity that can be physically removed."/> 53: 54: <characteristic rdf:ID="attribute" 55: rdfs:comment="A static charcteristic of an existent."/> 56: 57: <characteristic rdf:ID="relation" 58: rdfs:comment="A characteristic relating two or more existents."/> 59: 60: <characteristic rdf:ID="action" 61: rdfs:comment="A dynamic charcteristic of an existent."/> 62: 63: <characteristic rdf:ID="interaction" 64: rdfs:comment="A dynamic charcteristic relating two or more existents."/> 65: 66: <attribute rdf:ID="space" 67: rdfs:comment="The space attribute of a context or an action."/> 68: 69: <attribute rdf:ID="time" 70: rdfs:comment="The time attribute of a context or an action."/> 71: 72: <attribute rdf:ID="view" 73: rdfs:comment="The proposition set of a context."/> 74: 75: </rdf:RDF> 76:
Your RDF document validated successfully.
If you suspect the parser is in error, please enter an explanation below and then press the Submit problem report button, to mail the report (and listing) to www-rdf-validator@w3.org
Source | Triples | Messages | Graph | Feedback | Back to Validator Input