Skip to content

KnowledgeLinks/rdfframework

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

knowledgelinks.io RDF Framework for web applications

Build Status

Development Documentation is available on the Knowledgelinks.io's
website.

This application reads an RDF data file that describes a web application using the knowledgelinks.io data-structures RDF Vocabulary.

###RDF Namespaces PREFIX kds: http://knowledgelinks.io/ns/data-structures/

PREFIX kdr: http://knowledgelinks.io/ns/data-resources/

Introduction

The versitility of RDF allows a simple means for describing anything. Using our developed vocabulary for describing a web application we are building a framework for a highly customizable, secure and a fully RDF/bigdata integrated web application framework. Since RDF databases do not have an inherent forced data structures like SQL Databases (i.e. table defs, primary keys, etc) they have great flexibility, however they are left open to having a lot of junk data. To solve this problem the kds vocabulary completely integrates with the any other RDF vocabulary (i.e. schema, FOAF, etc.) by augmenting those vocabularies with how they are to be used in the specific application.

Installation

This is set to run as a python package but does not need to be installed as a package. Add this repository as a git submodule Then add sys.path.append(os.path.realpath('./....path-to..../rdfframework')) to your root init or application start-up

From source

Configuration

Usage

About

RdfFramework Python Package

Resources

License

Stars

Watchers

Forks

Packages

No packages published