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: <!-- KEHOME/data/rhm.rdf
5:      Aug/18/2003 -->
6: <rdf:RDF
7:     xmlns:dc="http://purl.org/dc/elements/1.1/"
8:     xmlns:a="http://tap.stanford.edu/2002/05/GetDataSchema#"
9:     xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
10:     xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
11:     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
12:     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
13:     xmlns:tap="http://tap.stanford.edu/data/">
14:   <tap:Person rdf:about="http://tap.stanford.edu/data/DickMcCullough">
15:     <rdfs:label xml:lang="en">Dr. Richard H. McCullough</rdfs:label>
16:     <tap:hasGender>male</tap:hasGender>
17:     <tap:hasResidence rdf:resource="http://tap.stanford.edu/data/PioneerCA"/>
18:   </tap:Person>
19:   <tap:UnitedStatesCity rdf:about="http://tap.stanford.edu/data/PioneerCA">
20:     <tap:hasZipCode>95666</tap:hasZipCode>
21:     <tap:locatedIn rdf:resource="http://tap.stanford.edu/data/CaliforniaState"/>
22:   </tap:UnitedStatesCity>
23: </rdf:RDF>
24: 

Triples of the Data Model

NumberSubjectPredicateObject
1 http://tap.stanford.edu/data/DickMcCullough http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://tap.stanford.edu/data/Person
2 http://tap.stanford.edu/data/DickMcCullough http://www.w3.org/2000/01/rdf-schema#label "Dr. Richard H. McCullough"@en
3 http://tap.stanford.edu/data/DickMcCullough http://tap.stanford.edu/data/hasGender "male"
4 http://tap.stanford.edu/data/DickMcCullough http://tap.stanford.edu/data/hasResidence http://tap.stanford.edu/data/PioneerCA
5 http://tap.stanford.edu/data/PioneerCA http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://tap.stanford.edu/data/UnitedStatesCity
6 http://tap.stanford.edu/data/PioneerCA http://tap.stanford.edu/data/hasZipCode "95666"
7 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