W3C RDF Validation Results RDF Resource Description Framework Powered Icon

Source | Triples | Messages | Graph | Feedback | Back to Validator Input


The original RDF/XML document

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: 

Triples of the Data Model

NumberSubjectPredicateObject
1 http://rhm.cdepot.net/xml/#existent http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2000/01/rdf-schema#Class
2 http://rhm.cdepot.net/xml/#existent http://www.w3.org/2000/01/rdf-schema#comment "Everything that exists."
3 http://rhm.cdepot.net/xml/#entity http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/existent
4 http://rhm.cdepot.net/xml/#entity http://www.w3.org/2000/01/rdf-schema#comment "A primary thing that exists."
5 http://rhm.cdepot.net/xml/#characteristic http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/existent
6 http://rhm.cdepot.net/xml/#characteristic http://www.w3.org/2000/01/rdf-schema#comment "A property of an existent."
7 http://rhm.cdepot.net/xml/#proposition http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/existent
8 http://rhm.cdepot.net/xml/#proposition http://www.w3.org/2000/01/rdf-schema#comment "A contextual relation between existents."
9 http://rhm.cdepot.net/xml/#context http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/proposition
10 http://rhm.cdepot.net/xml/#context http://www.w3.org/2000/01/rdf-schema#comment "A context of a relation between existents."
11 http://rhm.cdepot.net/xml/#sentence http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/proposition
12 http://rhm.cdepot.net/xml/#sentence http://www.w3.org/2000/01/rdf-schema#comment "A relation between existents."
13 http://rhm.cdepot.net/xml/#statement http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/sentence
14 http://rhm.cdepot.net/xml/#statement http://www.w3.org/2000/01/rdf-schema#comment "A declarative relation between existents."
15 http://rhm.cdepot.net/xml/#question http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/sentence
16 http://rhm.cdepot.net/xml/#question http://www.w3.org/2000/01/rdf-schema#comment "An interogatory relation between existents."
17 http://rhm.cdepot.net/xml/#command http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/sentence
18 http://rhm.cdepot.net/xml/#command http://www.w3.org/2000/01/rdf-schema#comment "An imperative relation between existents."
19 http://rhm.cdepot.net/xml/#assignment http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/sentence
20 http://rhm.cdepot.net/xml/#assignment http://www.w3.org/2000/01/rdf-schema#comment "An imperative relation between a variable and its value."
21 http://rhm.cdepot.net/xml/#definition http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/statement
22 http://rhm.cdepot.net/xml/#definition http://www.w3.org/2000/01/rdf-schema#comment "A statement that identifies the nature of the units subsumed by a concept."
23 http://rhm.cdepot.net/xml/#part http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/characteristic
24 http://rhm.cdepot.net/xml/#part http://www.w3.org/2000/01/rdf-schema#comment "A characteristic relating an entity to a subentity that can be physically removed."
25 http://rhm.cdepot.net/xml/#attribute http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/characteristic
26 http://rhm.cdepot.net/xml/#attribute http://www.w3.org/2000/01/rdf-schema#comment "A static charcteristic of an existent."
27 http://rhm.cdepot.net/xml/#relation http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/characteristic
28 http://rhm.cdepot.net/xml/#relation http://www.w3.org/2000/01/rdf-schema#comment "A characteristic relating two or more existents."
29 http://rhm.cdepot.net/xml/#action http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/characteristic
30 http://rhm.cdepot.net/xml/#action http://www.w3.org/2000/01/rdf-schema#comment "A dynamic charcteristic of an existent."
31 http://rhm.cdepot.net/xml/#interaction http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/characteristic
32 http://rhm.cdepot.net/xml/#interaction http://www.w3.org/2000/01/rdf-schema#comment "A dynamic charcteristic relating two or more existents."
33 http://rhm.cdepot.net/xml/#space http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/attribute
34 http://rhm.cdepot.net/xml/#space http://www.w3.org/2000/01/rdf-schema#comment "The space attribute of a context or an action."
35 http://rhm.cdepot.net/xml/#time http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/attribute
36 http://rhm.cdepot.net/xml/#time http://www.w3.org/2000/01/rdf-schema#comment "The time attribute of a context or an action."
37 http://rhm.cdepot.net/xml/#view http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://rhm.cdepot.net/xml/attribute
38 http://rhm.cdepot.net/xml/#view http://www.w3.org/2000/01/rdf-schema#comment "The proposition set of a context."

Validation Results

Your RDF document validated successfully.


Feedback

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