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: <!-- TAP KB Fragment. Made available under the TAP KB Open License. Please
3:      see http://tap.stanford.edu/license.html -->
4: <rdf:RDF
5:     xmlns:dc="http://purl.org/dc/elements/1.1/"
6:     xmlns:a="http://tap.stanford.edu/2002/05/GetDataSchema#"
7:     xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
8:     xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
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:     xmlns:tap="http://tap.stanford.edu/data/">
12:   <rdfs:Class rdf:ID="Person"/>
13:   <rdf:Description rdf:about="http://tap.stanford.edu/data/DickMcCullough">
14:     <rdf:type>Person</rdf:type>
15:     <rdf:type rdf:resource="http://tap.stanford.edu/data/Person"/>
16:     <rdfs:label xml:lang="en">Richard H. McCullough</rdfs:label>
17:     <rdfs:label rdf:resource="http://tap.stanford.edu/data/Richard+H.+McCullough" xml:lang="en"/>
18:     <tap:hasGender>male</tap:hasGender>
19:     <tap:hasGender rdf:resource="http://tap.stanford.edu/data/male"/>
20:     <tap:hasResidence>PioneerCA</tap:hasResidence>
21:     <tap:hasResidence rdf:resource="http://tap.stanford.edu/data/PioneerCA"/>
22:   </rdf:Description>
23:   <rdfs:Class rdf:ID="UnitedStatesCity"/>
24:   <rdfs:Class rdf:ID="Class"/>
25:   <rdf:Description rdf:about="http://tap.stanford.edu/data/PioneerCA">
26:     <rdf:type>UnitedStatesCity</rdf:type>
27:     <rdf:type rdf:resource="http://tap.stanford.edu/data/UnitedStatesCity"/>
28:     <tap:hasZipCode>95666</tap:hasZipCode>
29:     <tap:hasZipCode rdf:resource="http://tap.stanford.edu/data/95666"/>
30:     <tap:locatedIn>CaliforniaState</tap:locatedIn>
31:     <tap:locatedIn rdf:resource="http://tap.stanford.edu/data/CaliforniaState"/>
32:   </rdf:Description>
33: </rdf:RDF>
34: 

Triples of the Data Model

NumberSubjectPredicateObject
1 http://rhm.cdepot.net/data/junk.rdf#Person http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2000/01/rdf-schema#Class
2 http://tap.stanford.edu/data/DickMcCullough http://www.w3.org/1999/02/22-rdf-syntax-ns#type "Person"
3 http://tap.stanford.edu/data/DickMcCullough http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://tap.stanford.edu/data/Person
4 http://tap.stanford.edu/data/DickMcCullough http://www.w3.org/2000/01/rdf-schema#label "Richard H. McCullough"@en
5 http://tap.stanford.edu/data/DickMcCullough http://www.w3.org/2000/01/rdf-schema#label http://tap.stanford.edu/data/Richard+H.+McCullough
6 http://tap.stanford.edu/data/DickMcCullough http://tap.stanford.edu/data/hasGender "male"
7 http://tap.stanford.edu/data/DickMcCullough http://tap.stanford.edu/data/hasGender http://tap.stanford.edu/data/male
8 http://tap.stanford.edu/data/DickMcCullough http://tap.stanford.edu/data/hasResidence "PioneerCA"
9 http://tap.stanford.edu/data/DickMcCullough http://tap.stanford.edu/data/hasResidence http://tap.stanford.edu/data/PioneerCA
10 http://rhm.cdepot.net/data/junk.rdf#UnitedStatesCity http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2000/01/rdf-schema#Class
11 http://rhm.cdepot.net/data/junk.rdf#Class http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2000/01/rdf-schema#Class
12 http://tap.stanford.edu/data/PioneerCA http://www.w3.org/1999/02/22-rdf-syntax-ns#type "UnitedStatesCity"
13 http://tap.stanford.edu/data/PioneerCA http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://tap.stanford.edu/data/UnitedStatesCity
14 http://tap.stanford.edu/data/PioneerCA http://tap.stanford.edu/data/hasZipCode "95666"
15 http://tap.stanford.edu/data/PioneerCA http://tap.stanford.edu/data/hasZipCode http://tap.stanford.edu/data/95666
16 http://tap.stanford.edu/data/PioneerCA http://tap.stanford.edu/data/locatedIn "CaliforniaState"
17 http://tap.stanford.edu/data/PioneerCA http://tap.stanford.edu/data/locatedIn http://tap.stanford.edu/data/CaliforniaState

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