Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

khwilo/pat_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PATENT SEMANTIC SEARCH

This is a trivial use case of the capabilities of the semantic Web. This web application parses RDF data in n-triples format and asserts various relationships between the graph of data. It tries to potray the effectiveness of using SPARQL queries to retrieve content information.

Development

  1. Clone the repository
$ git clone https://github.com/khwilo/pat_search.git
  1. Run bundle install
$ bundle install
  1. Perform the database migration
$ rails db:migrate
  1. Start the Rails server
$ rails server 

NOTE: Preview the Gemfile to check the required gems for the application to function properly.

Created with love by Khwilo W. Kabaka. Find me on Twitter. Open issues are welcomed.