Git Product home page Git Product logo

mmm-fuseki's People

Contributors

esikkala avatar razz0 avatar yoge1 avatar

Watchers

 avatar  avatar  avatar  avatar

mmm-fuseki's Issues

Missing schema data in Zenodo bundle?

The Docker recipe references files that don't appear to be included in the Zenodo "mmm_data" bundle at https://doi.org/10.5281/zenodo.3632944:

 && $TDBLOADER --graph=http://ldf.fi/schema/mmm/ /tmp/mmm-schema.ttl \
 && $TDBLOADER --graph=http://ldf.fi/schema/mmm/ /tmp/cidoc-crm.rdf \
 && $TDBLOADER --graph=http://ldf.fi/schema/mmm/ /tmp/frbroo.rdf \

For now, I'm planning to use files that appear in this repo, but that requires changes to the Dockerfile.

Problems with date values?

(I'm probably posting this in the wrong place, but I hope you'll be able to reclocate the issue to the right place.)

Background: I'm attempting to load the MMM data into a Blazegraph store using the BlazeGraph equivalent to TDB loader, using this Dockerfile recipe as a guide.

I'm getting most of the data to load, but the Blazegraph loader appears to be complaining about dates with single-digit day values; e.g.

Will load from: /mmm_data/mmm_bodley.ttl
Journal file: ./runtime-data/blazegraph.jnl
ERROR: LexiconConfiguration.java:707: -0029-01-0: value=-0029-01-0
ERROR: LexiconConfiguration.java:707: -0029-12-3: value=-0029-12-3
 :
(etc.)

The messages here aren't helpful, but as the values being loaded are datatyped as xsd:date, as in:

<http://ldf.fi/mmm/time/bodley_person_100172872_birth_timespan>
    ecrm:P82a_begin_of_the_begin "-0029-01-0"^^xsd:date ;
    ecrm:P82b_end_of_the_end "-0029-12-3"^^xsd:date ;
    mmms:decade -30 ;
    dct:source mmms:Bodley ;
    a ecrm:E52_Time-Span ;
    skos:prefLabel "-002 - -002" .

then the messages appear to be correctly identifying errors in the data.

Cf. "dd is a two-digit numeral that represents the day"

(I'm seeing similar errors in some of the other source files.)

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.