Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The OpenLink Structured Data Editor enables editing of RDF documents (in TURTLE notation) stored in a variety of HTTP accessible documents. Actual document access requires the target document is served from a system that supports at least one of the following open standards: Linked Data Platform (LDP), WebDAV, SPARQL 1.1 Update, or the SPARQL Gr…

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
NotificationsYou must be signed in to change notification settings

openlink/rdf-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The OpenLink Structured Data Editor enables editing ofRDF documents (inTURTLE notation) stored in avariety ofHTTP accessible documents. Actual document access requires the target document isserved from a system that supports at least one of the following open standards:

  • Linked Data Platform (LDP)
  • WebDAV
  • SPARQL 1.1 Update
  • SPARQL Graph Protocol

License

Copyright 2014-2025OpenLink Software

This software is licensed under the GNU General Public License (seeCOPYING).

Note: that the only valid version of the GPL license as far as this project is concerned is theoriginal GNU General Public License Version 2, dated June 1991.

Dependencies

This package uses a number of third party tools including:

PackageVersionFrom
autoconf2.57http://www.gnu.org/software/autoconf/
automake1.9http://www.gnu.org/software/automake/
make3.79.1http://www.gnu.org/software/make/
python2.7http://www.python.org/
npm1.3.10http://nodejs.org/

The above version are the minimum recommended versions of these packages. Older version of thesepackages can sometimes be used, but could cause build problems.

The autogen.sh and configure scripts check for the presence and right version of some of therequired components.

To check the version number of the tools installed on your system, use one of the following commands:

  • autoconf --version
  • automake --version
  • make --version
  • npm --version

A disclosure of all the third party libraries this in this project uses can be found in theCREDITS file.

Quick Build Guide

If the npm tool has already been installed on your system, the following commands

Install the grunt command-line interface:

npm install -g grunt-cli

Install the bower command-line interface:

$npm install -g bower

Generate the configure script:

$ ./autogen.sh

Run the configure command:

$ ./configure

Build the package:

$ make

The project contains several README* files that show in more detail how to build the OpenLink Structured DataEditor in various operating system environments.

Deployment

The build system creates both ardf_editor_dav.vad file that can be used with theOpenLink Virtuoso Universal Server orOpenLink Virtuoso Open Source Editionprojects and ardf_editor_pkg.tar.gz andrdf_editor_pkg.zip file that can be used to build anddeploy the application on many http servers such as:

  • Apache

    • Download and install Apache (v2.x).

    • Extract Structured Data Editor:

      unzip rdf_editor_pkg.zip -d [PATH]

    • Add new drectory (/rdf-edtor) with Structured Data Editor to the server configuration:

    • Start Apache Server.

      [APACHE HOME]/bin/httpd

    • Usage:

      [Default Browser] localhost:[port]/rdf-editor/index.html

  • IIS (Windows Only)

    • Start IIS.

    • Extract Structured Data Editor:

      unzip rdf_editor_pkg.zip -d [IIS Root Path]

    • Usage:

      [Default Browser] localhost:[port]/rdf-editor/index.html

  • Tomcat

    • Download and install Tomcat (v8.x).

    • Start Tomcat.

      [TOMCAT HOME]/bin/startup

    • Extract Structured Data Editor:

      unzip rdf_editor_pkg.zip -d [TOMCAT HOME]/webapps/Root

    • Usage:

      [Default Browser] localhost:[port]/rdf-editor/index.html

  • Node.js http-server

    • Download and install Node.js.

    • Download and install NPM manager.

    • Extract Structured Data Editor:

      unzip rdf_editor_pkg.zip -d [Structured Data Editor Path]

      The http-server is a simple, zero-configuration command-line http server.

    • Installation:

      npm install http-server -g

      This will install http-server globally so that it may be run from the command line.

    • Start HTTP Server:

      http-server [Structured Data Editor Path]/rdf-editor [options]

    • Usage:

      [Default Browser] localhost:[port]/index.html

The project contains several README* files that show how to deploy the OpenLink Structured Data Editor invarious operating system environments.

Contributions

OpenLink Software publishes the rdf-editor source tree to GitHub and encourages everyone who isinterested in tracking the project to make an account there.

Users who mainly just want to track the code can use the following command to get a copy of thetree:

$ git clone git://github.com/openlink/rdf-editor.git

At this point you can create your own work branch based on any of the branches available, createbugfixes and commit them to your own branch and then use the 'git format-patch' command to generatethe appropriate diffs to send toOpenLink Software:

mailto:opensource@openlinksw.com

Bugs and enhancement requests can be reported using theGithub Issues interface:

http://github.com/openlink/rdf-editor/issues/

Developers are encouraged to fork the project using GitHub, createtheir own feature branches from the development branch to makeenhancements/bugfixes and then send pull requests using the excellentGitHub interface for the OpenLink team to examine and incorporatethe fixes into the develop tree for an upcoming release.

Github has excellentdocumentation on how to fork a project, send pullrequests, track the project etc. on:

    http://help.github.com/

See Also

About

The OpenLink Structured Data Editor enables editing of RDF documents (in TURTLE notation) stored in a variety of HTTP accessible documents. Actual document access requires the target document is served from a system that supports at least one of the following open standards: Linked Data Platform (LDP), WebDAV, SPARQL 1.1 Update, or the SPARQL Gr…

Topics

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp