ダウンロードリスト

プロジェクト概要

!EasyRdf は容易に使用および RDF を生成する PHP ライブラリです。それは混合の経験豊富な経験の浅い RDF 開発者のチームで使用するために設計されました。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-07-21 06:55
0.6.2

このリリースでは、共通のデータ型のEasyRdf_Literalの新しいサブクラスを追加します。また、パフォーマンスとパーサーとシリアライザの拡張が含まれています。
This release adds new subclasses of EasyRdf_Literal for common data types. It also includes performance and enhancements to the parsers and serializers.

2011-06-25 08:03
0.6.0

このリリースでは、解析時間と信頼性を向上させる必要のあるデータがEasyRdf_Graphで内部に格納される方法の主要なリファクタリングを、含まれています。 EasyRdf_SparqlClientとEasyRdf_GraphStoreクラスを介してSPARQL HTTPプロトコルとSPARQL 1.1グラフストアHTTPプロトコルのためのサポートがあります。
This release contains a major refactor of the way data is stored internally in EasyRdf_Graph, which should improve parse times and reliability. There is support for the SPARQL HTTP Protocol and the SPARQL 1.1 Graph Store HTTP Protocol through the EasyRdf_SparqlClient and EasyRdf_GraphStore classes.

2010-09-30 07:03
0.5.1

このリリースでは、PHP 5.2でEasyRdfを使用するためのバグ修正が含まれています。
This release only includes bugfixes for using EasyRdf under PHP 5.2.

2010-09-27 13:21
0.5.0

このリリースでは、主要な新機能は、逆のプロパティのサポートです。内部の変更とバグ修正の数もあります。
The main new feature in this release is support for inverse properties. There are also a number of internal changes and bugfixes.

2010-07-26 05:44
0.4

ソースコードはGitHubに移動されています。新しいEasyRdf_Literalクラスはデータ型と言語の適切なサポートと、追加されています。二つの新しいインシリアライザの1つは、RDF / XMLを生成するために、もう1つはタートルを生成するために、書かれている内蔵。 EasyRdf_FormatクラスがありますそのMIMEタイプマッピング、フォーマット検出、およびシリアライザ/パーサの登録を扱っています。 EasyRdf_Graphクラスに座って使用される解析コードの一部は、新しいEasyRdf_Parser_RdfPhpクラスに移動されています。
The source code has been moved to Github. A new EasyRdf_Literal class has been added, with proper support for Datatypes and Languages. Two new built-in serializers have been written, one to generate RDF/XML and one to generate Turtle. There is now an EasyRdf_Format class that deals with MIME type mapping, format detection, and serializer/parser registration. Some of the parsing code that used to sit in the EasyRdf_Graph class has been moved into a new EasyRdf_Parser_RdfPhp class.

プロジェクトリソース