Giter Club home page Giter Club logo

shacled-turtle-evaluation's Introduction

Shacled Turtle Evaluation Website

This is the code used and the results collected to evaluate Shacled Turtle with volunteers.

Volunteers were asked to translate two documents into Turtle. One document had to be translated by using an editor that uses a naive approach to suggest terms (i.e displays all the terms of the ontology), the other one by using an editor that tries to be smart on the terms that are showed to the user (if a resource is a person, only display the predicates related to the person type).

Demo

You can see:

How to

Run the frontend

  • npm install
  • cd front
  • npm run start

You can also npm run build to build the frontend into ../back/dist/parcel

Run the backend

  • cd back
  • npm run start

You can also npm run build to build the backend into dist.

If you npm run build both the frontend and the backend, you can just upload the dist folder.

See the results

  • cd results
  • npm run start

License

Code is licensed under the MIT license by Julian Bruyat / INSA Lyon, but it is not like the code is worthy to be copied.

  • Files related to Schema.org are from schema.org repository, are released under the Apache Licence. Slight modifications have been made: in one instance, transform the schema:domainIncludes / schema:rangeIncludes with only one target class (or two but the other one is schema:Text) into rdfs:range / rdfs:domain to be more Shacled Turtle friendly. In the other instance, all terms have been declared as domain / range of every classes to simulate the naive approach

  • Files related to foaf are from the contributors of the ontology : https://xmlns.com/foaf/spec/ and have been slightly altered similarly as the files of schema.org.

shacled-turtle-evaluation's People

Contributors

bruju avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.