Code Monkey home page Code Monkey logo

knowledge-graph's Issues

Update philologic URLs

With the update of philologic, URLs such as

https://artflsrv03.uchicago.edu/philologic4/newberryfrc1217/navigate/28921/1/

should be changed into

https://artflsrv04.uchicago.edu/philologic4.7/newberryfrc1217/navigate/28921/1/

Add position for documents fragments

On the Explorer, the list of excerpts is randomly ordered and isn't sorted by the position of the excerpt in the full document, which can be confusing.

This is because the KG doesn't have a notion of position for each fragment.

Proposal: adding a numeric property which tells us at which position in the document the excerpt was taken from.

Related to Odeuropa/explorer#44

Inferred time

When there is not clear parsed time for a smell event, use the document (image or text) time, marking it as "inferred" using RDF-star

Integrate somehow some parts of Europeana in the EOKG

We need to work on the relationship between Europeana content and EOKG in both ways:

  1. Importing Europeana content in the EOKG with useful metadata. The first stop shop is the APIs that Europeana is providing, https://pro.europeana.eu/page/apis ... but we need guidance from the Historians to know what content is interesting to pull from / cc @Ileemans @williamtullett
  2. Share the EOKG data in Europeana. The guide is available at https://pro.europeana.eu/share-your-data/process. Ideally, we would try to get funding to become and develop a Europeana aggregator

Add the query used to initialize the Lucene connector

The following query should be executed after creating the GraphDB repository. It is used to initialize the Lucene connector for full-text search queries.

PREFIX :<http://www.ontotext.com/connectors/lucene#>
PREFIX inst:<http://www.ontotext.com/connectors/lucene/instance#>
INSERT DATA {
	inst:search :createConnector '''
{
  "fields": [
    {
      "fieldName": "source_value",
      "propertyChain": [
        "http://erlangen-crm.org/current/P67i_is_referred_to_by",
        "http://www.w3.org/1999/02/22-rdf-syntax-ns#value"
      ],
      "indexed": true,
      "stored": true,
      "analyzed": true,
      "multivalued": true,
      "ignoreInvalidValues": false,
      "facet": false
    },
    {
      "fieldName": "source_label",
      "propertyChain": [
        "http://erlangen-crm.org/current/P67i_is_referred_to_by",
        "http://www.w3.org/2000/01/rdf-schema#label"
      ],
      "indexed": true,
      "stored": true,
      "analyzed": true,
      "multivalued": true,
      "ignoreInvalidValues": false,
      "facet": false
    }
  ],
  "languages": [],
  "types": [
    "http://data.odeuropa.eu/ontology/L11_Smell"
  ],
  "readonly": false,
  "detectFields": false,
  "importGraph": false,
  "skipInitialIndexing": false,
  "boostProperties": [],
  "stripMarkup": false
}
''' .
}
  1. First solution: creating a script which automates the insertion of the query (maybe in scripts/create_repo.py?)
  2. Second solution: updating the README with steps to manually execute the query

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.