Last modified: 2013-02-20 16:23:44 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T46579, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 44579 - Low-level RDF serialization library
Low-level RDF serialization library
Status: VERIFIED FIXED
Product: MediaWiki extensions
Classification: Unclassified
WikidataRepo (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Wikidata bugs
:
Depends on:
Blocks: 44578
  Show dependency treegraph
 
Reported: 2013-02-01 11:30 UTC by Daniel Kinzler
Modified: 2013-02-20 16:23 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Daniel Kinzler 2013-02-01 11:30:19 UTC
In order to implement RDF output for Wikibase, we need a low level RDF serialization library that supports at least RDF/XML and n-triples (and hopefully also N3 and/or Turtle). This can be a 3rd party library, or something we write ourselves.

The serialization interface shall be oriented towards streaming operation, that is, it should have methods for outputting a header (with namespace declarations, etc) and a footer as well as RDF statements. For convenient coding, the serialization should support a Turtle-style interface, something like this:

  writeStatements( $subject, array(
          $predicate1 => $value1,
          $predicate2 => array( $x, $y, $z ), 
      ) 
  );

It should also support typed literals and localized string literals.
Comment 1 Anja Jentzsch 2013-02-14 15:15:28 UTC
We decided on EasyRDF (http://www.easyrdf.org) for modeling and exporting RDF after discussions on semantic-web@w3.org.
Comment 2 abraham.taherivand 2013-02-20 16:23:44 UTC
Verified in Wikidata demo sprint 33

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links