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="Class"/> 13: <Person rdf:ID="http://tap.stanford.edu/data/DickMcCullough"> 14: <rdfs:label xml:lang="en">Richard H. McCullough</rdfs:label> 15: <tap:hasGender>male</tap:hasGender> 16: <tap:hasResidence>PioneerCA</tap:hasResidence> 17: </Person> 18: <UnitedStatesCity rdf:ID="http://tap.stanford.edu/data/PioneerCA"> 19: <tap:hasZipCode>95666</tap:hasZipCode> 20: <tap:locatedIn>CaliforniaState</tap:locatedIn> 21: </UnitedStatesCity> 22: <rdfs:Class rdf:ID="Person"/> 23: <rdfs:Class rdf:ID="UnitedStatesCity"/> 24: </rdf:RDF> 25:
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