Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

climate - Prepare data source #62

Open
Tracked by #61
mosoriob opened this issue Jul 27, 2022 · 3 comments
Open
Tracked by #61

climate - Prepare data source #62

mosoriob opened this issue Jul 27, 2022 · 3 comments
Assignees
Milestone

Comments

@mosoriob
Copy link
Contributor

No description provided.

@hvarg
Copy link
Contributor

hvarg commented Jul 27, 2022

The data source is: https://linkedearth.graphdb.mint.isi.edu/sparql

@mosoriob mosoriob added this to the 4.0.0 milestone Jul 28, 2022
@mosoriob mosoriob changed the title Prepare data source climate - Prepare data source Jul 28, 2022
@mosoriob
Copy link
Contributor Author

mosoriob commented Jul 28, 2022

kind: ConfigMap 
apiVersion: v1 
metadata:
  name: climate-server-properties
data:
  server.properties: | 
    {
        server = http://localhost:8080/disk-server;
        storage = 
        {
            local = /root/disk/storage;
            tdb = /root/disk/storage/TDB;
            db = /root/disk/storage/DB;
        }
        keycloak =
        {
            url = https://auth.mint.isi.edu;
            realm = production;
        }
        data-adapters = 
        {
            Linked_Earth = 
            {
                type = sparql;
                endpoint = https://linkedearth.graphdb.mint.isi.edu/sparql;
                username = admin;
                password = 4dm1n!23;
                prefix = wiki;
                description = '<a href="https://wiki.linked.earth/Main_Page">The LinkedEarth platform </a> contains observational paleoclimate data stored in the LiPD format <a href="https://lipd.net">LiPD format</a>. These datasets consist of paleoclimate measurements (such as tree ring width, the isotopic composition of ice, bulk composition of marine and lake sediments) as a proxy for past environmental variables such as temperature and precipitation. <a href="http://linked.earth">Click here</a> for more information about LinkedEarth.';
            }
        }
        method-adapters =
        {
            wings =
            {
                type = wings;
                endpoint = https://wings.disk.isi.edu/wings-portal;
                username = admin;
                password = 4dm1n!23;
                internal_server = https://wings.disk.isi.edu/wings-portal;
                domain = test;
                description = "This should be auto-ts";
            }
        }
        question-templates =
        {
            climate = https://raw.githubusercontent.com/KnowledgeCaptureAndDiscovery/QuestionOntology/main/examples/hypothesisQuestions.xml;
        }
        vocabularies =
        {
            disk-hypothesis =
            {
                url = https://knowledgecaptureanddiscovery.github.io/DISK-Ontologies/hypothesis/release/0.0.2/ontology.owl;
                prefix = hyp;
                namespace = http://disk-project.org/ontology/hypothesis#;
                description = "The DISK Hypothesis Ontology. Defines properties to be used on Hypothesis creation.";
                title = "DISK Hypothesis";
            }
        }
    }

@mosoriob
Copy link
Contributor Author

Please validate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants