Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

semantic-web-dog-food data file parse issue #60

Open
timrdf opened this issue Feb 15, 2014 · 3 comments
Open

semantic-web-dog-food data file parse issue #60

timrdf opened this issue Feb 15, 2014 · 3 comments

Comments

@timrdf
Copy link
Owner

timrdf commented Feb 15, 2014

dumps/conferences/iswc-aswc-2007-complete.rdf has an invalid dateTime format value:

<ical:dtend rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2007-11-15</ical:dtend>

Sesame 2.7.9 reports:

org.openrdf.rio.RDFParseException: '2007-11-15' is not a valid value for datatype http://www.w3.org/2001/XMLSchema#dateTime

ALSO org.openrdf.rio.RDFParseException: IRI included an unencoded space: '32' on:

<http://data.semanticweb.org/person/florence-amardeilh>
    <http://xmlns.com/foaf/0.1/workplaceHomepage> 
        <http://www.mondeca.com ~ http://www.lalic.paris4.sorbonne.fr/> .
@zacharywhitley
Copy link

It's typed as xsd:dateTime but given an xsd:date. Either change the type to xsd:date or include a time '2006-11-15T00:00:00'

@timrdf
Copy link
Owner Author

timrdf commented Feb 16, 2014

Agreed. But I don't have write access to that file, and am interested in getting it fixed at the source.
I contacted http://data.semanticweb.org/documentation/user/contact to see if they can fix it.
Thanks.
Tim

@timrdf
Copy link
Owner Author

timrdf commented Feb 16, 2014

Bugger.

Delivery has failed to these recipients or groups:

admin@data.semanticweb.org
The e-mail address you entered couldn't be found. 
Please check the recipient's e-mail address and try to resend the message. 
If the problem continues, please contact your helpdesk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants