Giter Club home page Giter Club logo

rdf's People

Contributors

boweidema avatar cmutel avatar kuzeko avatar monzyy avatar tgmorais avatar tngtudor avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rdf's Issues

New URI prefix for contents in the `rdf` data

The RDF files in the following

activitytype/ 
flowobject/ 
location/ 

foaf/ 
time/ 
unit/

are using the # scheme instead of the / scheme
This, per HTTP protocol implies that the entire content of the graph is downloade when we ask for somthing like

https://rdf.bonsai.uno/time#1802

While this is ok there because those contents are small, the data file are very large.

So, everything that will be deployed in the

http://rdf.bonsai.uno/data/

e.g.,

http://rdf.bonsai.uno/data/exiobase3_3_17/hsup

space needs to use the / scheme instead

This means that

 <http://rdf.bonsai.uno/data/exiobase3_3_17/huse#F_1111694>

needs to become

 <http://rdf.bonsai.uno/data/exiobase3_3_17/huse/F_1111694>

instead

`foaf` files need reorganizing

The exiobase foaf file and the ystafdb foaf files have duplicate information, they both define bfoaf:bonsai a prov:Agent,

Also the exiobase foaf file defines the <http://rdf.bonsai.uno/foaf> a dtype:Dataset ; instead of the <http://rdf.bonsai.uno/foaf/exiobase> a dtype:Dataset ; (or something similar)

A bonsai global foaf file is probably missing, while the two dataset specific should only contain information that is, indeed, dataset-specific

Missing Dataset declarations

Missing declarations of type <http://purl.org/dc/dcmitype/Dataset> in the following:

./rdf/unit/unit.ttl
./rdf/foaf/foaf.ttl
./rdf/time/time.ttl
./rdf/location/exiobase3_3_17/exiobase3_3_17.ttl
./rdf/activitytype/exiobase3_3_17/exiobase3_3_17.ttl
./rdf/flowobject/exiobase3_3_17/exiobase3_3_17.ttl

Missing full Compliance to the Linked Data Cloud principles

To have the bonsai dataset added to the Linked Data Cloud
We need to satisfy the Linked Data Principles

In particular, we need to satisfy the following (quoting from the website):

  • There must be resolvable http:// (or https://) URIs.
  • They must resolve, with or without content negotiation, to RDF data in one of the popular RDF formats (RDFa, RDF/XML, Turtle, N-Triples).
  • The dataset must contain at least 1000 triples.
  • The dataset must be connected via RDF links to a dataset that is already in the diagram. This means, either your dataset must use URIs from the other dataset, or vice versa. We arbitrarily require at least 50 links.
  • Access of the entire dataset must be possible via RDF crawling, via an RDF dump, or via a SPARQL endpoint.

The missing issue is then the "resolving" of URIs, I think we need something like an .htaccess file or a script that does the correct redirect to our rdf server or to the correct query at our sparql endpoint.

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.