Coder Social home page Coder Social logo

sparna-git / sparnatural Goto Github PK

View Code? Open in Web Editor NEW
207.0 13.0 34.0 69.43 MB

Sparnatural : Typescript visual SPARQL query builder for knowledge graphs, configurable with SHACL

Home Page: http://sparnatural.eu

License: GNU Lesser General Public License v3.0

CSS 11.04% HTML 0.51% JavaScript 64.64% SCSS 2.29% TypeScript 21.47% Shell 0.05%
sparql rdf linked-data owl typescript yasgui knowledge-graph shacl

sparnatural's People

Contributors

antoine37120 avatar bouviermullerp avatar dependabot[bot] avatar epoz avatar ethieblin avatar jas2701 avatar kerphi avatar kinow avatar marie-sparna avatar semanticfire avatar steinerpascal avatar tfrancart avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sparnatural's Issues

Implémenter la fonction de callback pour récupérer le SPARQL

Et supprimer ces lignes qui seront mises dans la fonction de callback :

		$('#sparql code').html(generatedQuery.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;"));
		var jsons = JSON.stringify(Json, null, '\t');
		$('#json code').html(jsons) ;

Améliorer les callbacks UrlAutocomplete, UrlList, UrlDates, UpdateQuery

  1. renommer avec des noms commençant par des minuscules :

    • autocompleteUrl
    • listUrl
    • datesUrl
    • onQueryUpdated
  2. Ne pas fournir d'implémentation par défaut de ces callbacks : ils sont obligatoires pour que le composant fonctionne, donc il faut obligatoirement les passer en paramètre, il ne doit pas y avoir d'implémentation par défaut;

Implémenter le Remove

(ça éviterait de devoir recharger la page à chaque fois qu'on veut faire un nouveau test)

Gérer l'utilisation des icônes font-awesome

On veut pouvoir utiliser des icônes de font-awesome à la place des images.
Est-ce qu'on pourrait faire un test spécial lors de l'insertion de l'icône, si ce qui est écrit dans le fichier de spec commence par "fa-....", alors on ne l'insère par comme une image mais comme un icône font-awesome <i class="fal fa-person-carry"></i> ?

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.