I was looking through the latest September short_abstracts_en dump file and
noticed the short summary for "500px" is missing information. "500px"
gets replaced with "" (eg nothing). This causes an error when trying
to parse with redland:

import RDF
parser = RDF.NTriplesParser()
for triple in parser.parse_as_stream("file:short_abstracts_en.ttl"):
    print triple.subject, '==>', triple.predicate, '==>', triple.object

I'm not sure if others are missing info because the parser stops at
the entry for 500px.
Sorry if this has been addressed before. I'm new ;)

<http://dbpedia.org/resource/ >
<http://www.w3.org/2000/01/rdf-schema#comment> " , pronounced five
hundred pixels, is an online photography community that was co-founded
by Oleg Gutsol and Evgeny Tchebotarev (artistically also known as “Ian
Sobolev”). The Toronto based startup launched its Web 2.0 version in
2009 and is aimed at aspiring and professional photographers;
encouraging members to upload their best work. is seen as a place to
gain exposure, find inspiration and connect photographers with one
another."@en .

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Dbpedia-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-developers

Reply via email to