Source | Triples | Messages | Graph | Feedback | Back to Validator Input
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:
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