Re: Form Post from Firefox - RDF Validator failed

On 02/22/2013 05:06 AM, Hans Teijgeler wrote:
> Hi,
> I think that the reason for not being able to generate a graph is that
> we use UUIDs, which are very long.
> Consequently the ovals will become too long and leave no room for the graph.

The error message is
[[
The resources necessary to create this graph exceed size, cpu or
memory restraints imposed for graphics generation on this server.
]]

You may want to run the validator locally [1] and tweak the script
that renders the graph.

Alexandre.

[1] https://github.com/w3c/rdfvalidator-ng

> Regards,
> Hans
> Hans Teijgeler,
> Laanweg 28,
> 1871 BJ Schoorl,
> Netherlands
> www.mnei.nl <http://www.mnei.nl/>
>
> ------------------------------------------------------------------------
> *From:* Hans Teijgeler [mailto:hans.teijgeler@quicknet.nl]
> *Sent:* donderdag 21 februari 2013 22:35
> *To:* 'Hans Teijgeler'; 'www-rdf-validator@w3.org'
> *Subject:* RE: Form Post from Firefox - RDF Validator failed
>
> I attach the entire file
> Hans
> Hans Teijgeler,
> Laanweg 28,
> 1871 BJ Schoorl,
> Netherlands
> www.mnei.nl <http://www.mnei.nl/>
>
> ------------------------------------------------------------------------
> *From:* Hans Teijgeler [mailto:hans.teijgeler@quicknet.nl]
> *Sent:* donderdag 21 februari 2013 22:33
> *To:* 'www-rdf-validator@w3.org'
> *Subject:* Form Post from Firefox - RDF Validator failed
>
> report=Graph of the data model
> An attempt to create a graph failed.
> RDF=<?xml version="1.0">
> <!DOCTYPE rdf:RDF [
> <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
> <!ENTITY owl "http://www.w3.org/2002/07/owl#">
> <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#">
> <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
> <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
> <!ENTITY dm "http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#">
> <!ENTITY meta
> "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/metadata#">
>
> <!ENTITY p7tm
> "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/template-model#">
> <!ENTITY p7tpl "http://15926.org/templates-test/templates#">
> <!ENTITY rdl "http://rdl.rdlfacade.org/data#">
> <!ENTITY pqrrdl "http://www.rdl.pqr-inc.com/refdata#">
> <!ENTITY xyzrdl "http://www.rdl.xyz-corp.com/refdata#">
> <!ENTITY xyz "http://www.xyz-corp.com/lifecycledata#">
> ]>
>
> <rdf:RDF
> xmlns="http://www.xyz-corp.com/lifecycledata#"
> xml:base="http://www.xyz-corp.com/lifecycledata"
> xmlns:owl="&owl;"
> xmlns:xsd="&xsd;"
> xmlns:rdf="&rdf;"
> xmlns:rdfs="&rdfs;"
> xmlns:dm="&dm;"
> xmlns:p7tm="&p7tm;"
> xmlns:p7tpl="&p7tpl;"
> xmlns:meta="&meta;"
> xmlns:rdl="&rdl;"
> xmlns:xyz="&xyz;"
> xmlns:xyzrdl="%
> (Note - The triples were generated properly)
> Hans Teijgeler,
> Laanweg 28,
> 1871 BJ Schoorl,
> Netherlands
> www.mnei.nl <http://www.mnei.nl/>

Received on Wednesday, 27 February 2013 21:20:10 UTC