RDF Presentation - core

Core classes for RDF Presentation

Лицензия

Лицензия

Группа

Группа

com.github.thesmartenergy
Идентификатор

Идентификатор

rdfp-core
Последняя версия

Последняя версия

1.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

RDF Presentation - core
Core classes for RDF Presentation
Организация-разработчик

Организация-разработчик

ITEA 12004 SEAS Project

Скачать rdfp-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.thesmartenergy/rdfp-core/ -->
<dependency>
    <groupId>com.github.thesmartenergy</groupId>
    <artifactId>rdfp-core</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thesmartenergy/rdfp-core/
implementation 'com.github.thesmartenergy:rdfp-core:1.2.2'
// https://jarcasting.com/artifacts/com.github.thesmartenergy/rdfp-core/
implementation ("com.github.thesmartenergy:rdfp-core:1.2.2")
'com.github.thesmartenergy:rdfp-core:jar:1.2.2'
<dependency org="com.github.thesmartenergy" name="rdfp-core" rev="1.2.2">
  <artifact name="rdfp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thesmartenergy', module='rdfp-core', version='1.2.2')
)
libraryDependencies += "com.github.thesmartenergy" % "rdfp-core" % "1.2.2"
[com.github.thesmartenergy/rdfp-core "1.2.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.jena : jena-arq jar 3.0.1

provided (1)

Идентификатор библиотеки Тип Версия
javax : javaee-web-api jar 7.0

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3

Модули Проекта

Данный проект не имеет модулей.

RDF Presentation and RDF Presentation Negotiation

An RDF graph can be presented in several ways, using different media types. Examples of RDF media types include application/rdf+xml, text/turtle, application/json+ld.

Today, most of the content consumed/produced/published, on the Web is not presented in RDF.

In the Web of Things, HTTP servers and clients would rather exchange lightweight documents, potentially binary. Currently, most existing RDF Presentations generically apply to any RDF graph, at the cost of being heavy text-based documents. Yet, lightweight HTTP servers/clients could be better satisfied with consuming/producing/publishing lightweight documents, may its structure be application-specific.

On the other hand, various formalisms have been developed:

For a given range of RDF graphs and a specific media types, an RDF Presentation is a combination of lifting, lowering, and validation rules. With these rules, one can coherently interpret a representation as RDF (lift), validate the RDF graph, and generate back the representation from the RDF graph (lower).

While sending any kind of document, potentially lightweight, an HTTP server/client may refer to the specific RDF Presentation that is used. Then, the HTTP client/server can lift the document to RDF, and validate it.

Similarly, while requesting for an RDF graph, an HTTP server/client may inform the client/server what representation it prefers. Then, the client/server can validate the RDF graph, then lower it into a document.

What this project contains

This project contains the sources for the RDF Presentation project:

  • rdfp-website contains the sources of the project website at https://w3id.org/rdfp
  • rdfp-jersey-server is an extension of Jersey that eases the development of RESTful services that produce and consume RDF. It hides the RDF Presentation description and RDF Presentation Negotiation parts, and lets the end developer focus on manipulating RDF Graphs as Apache Jena models.

Binaries, sources and documentation for rdfp-jersey-server are available for download at Maven Central. To use it in your Maven project, add the following dependency declaration to your Maven project file ( *.pom file):

<dependency>
    <groupId>com.github.thesmartenergy</groupId>
    <artifactId>rdfp-jersey-server</artifactId>
    <version>${rdfp-jersey.version}</version>
</dependency>

Contact

maxime.lefrancois.86@gmail.com

http://maxime-lefrancois.info/

com.github.thesmartenergy

The Smart Energy

The ITEA2 12004 Smart Energy Aware Systems Project - open source code projects

Версии библиотеки

Версия
1.2.2