Giter Site home page Giter Site logo

msalvadores / 4sr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 4store/4store

20.0 20.0 0.0 7.67 MB

4sr

Home Page: https://github.com/msalvadores/4sr/wiki

License: GNU General Public License v3.0

C 95.57% Shell 1.65% Perl 2.46% Python 0.32%

4sr's People

Contributors

dajobe avatar davechallis avatar galpin avatar mischat avatar msalvadores avatar presbrey avatar rafl avatar swh avatar tialaramex avatar wwaites avatar

Stargazers

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

Watchers

 avatar  avatar

4sr's Issues

Test with rdfs:range, error ?

Hi

I tested this example :

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix ex:   <http://example.org/> .
 @prefix zoo:   <http://example.org/zoo/> .
 ex:dog1    rdf:type         ex:animal .
 ex:cat1    rdf:type         ex:cat .
 ex:cat     rdfs:subClassOf  ex:animal .
 ex:host    rdfs:range       ex:animal .
 ex:zoo1    zoo:host         ex:cat2 .

After I use :

4s-httpd -R N -p 8080 demo
curl -T zoo.ttl -H 'Content-Type: application/x-turtle'  http://localhost:8080/data/http://example.org/

But with this request

 PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
 PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

 prefix ex:   <http://example.org/> 
 select * where {  
      ?animal a ex:animal . 
 } 

I had this result :
http://example.org/cat1
http://example.org/dog1

4SR forgot this triple. No ?
http://example.org/cat2

Thanks
Karima

Insert Data and Delete Data ?

Hi

There is a strange behaviour with the query Insert Data and Delete Data.

I suppose, you have not finished ?

Thanks
Bye

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.