- From: Alexandre Bertails <bertails@w3.org>
- Date: Wed, 27 Feb 2013 15:59:31 -0500
- To: Joe Hilson <jh528@kent.ac.uk>
- CC: www-rdf-validator@w3.org
Hi Joe, On 02/26/2013 06:30 AM, Joe Hilson wrote: > report=An attempt to create a graph failed.?? > RDF=<?xml version="1.0"> > <?xml version="1.0" encoding="UTF-8"?> > <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > xmlns:uni="https://www.eg.org/#"> > > <rdf:Description rdf:about="http://www.kent.ac.uk"> > > <uni:Campus_Name>University of Kent Medway</uni:Campus_Name> > <uni:Department>School Of Computing</uni:Department> > <uni:moduleName>Semantic Web</uni:moduleName> > > > <uni:moduleCode>CO644</uni:moduleCode> > <uni:Location>G4-04</uni:Location> > > <uni:Lecturer rdf:parseType="Literal"> You're telling the parser that this guy is a Literal, so it's correctly parsed as an rdf:XMLLiteral. The resulting node label is then too big to be rendered as a graph. Maybe you wanted to make it a Resource [1] instead? Alexandre. [1] http://www.w3.org/TR/REC-rdf-syntax/#section-Syntax-parsetype-resource > <uni:Name>Muna</uni:Name> > <uni:Phone>12345678909</uni:Phone> > <uni:Email>m.aljepoori.kent.ac.uk</uni:Email> > </uni:Lecturer> > > </rdf:Description> > > </rdf:RDF> > > > > >
Received on Wednesday, 27 February 2013 20:59:41 UTC