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

Problem with maven compilation #19

Open
mereolog opened this issue Sep 18, 2023 · 1 comment
Open

Problem with maven compilation #19

mereolog opened this issue Sep 18, 2023 · 1 comment

Comments

@mereolog
Copy link

mereolog commented Sep 18, 2023

Following https://github.com/oeg-upm/astrea#2---quick-start I wrote this test:

package astrea;

import astrea.generators.OwlGenerator;
import astrea.model.ShaclFromOwl;
import org.apache.jena.rdf.model.Model;

public class Startup {
    public static void main(String[] args) {
        ShaclFromOwl sharper = new OwlGenerator();
        Model shapes = sharper.fromURL("https://spec.pistoiaalliance.org/idmp/ontology/master/latest/QuickIDMPDev.ttl");
    }
}

But running this I get this error:

Sept 18, 2023 3:28:28 PM astrea.generators.OwlGenerator fetchQueries
WARNING: Likely provided endpoint is not available, endpoint=https://astrea.helio.linkeddata.es/sparql
Sept 18, 2023 3:28:28 PM astrea.generators.OwlGenerator fetchQueries
SEVERE: HttpException: 503 Service Unavailable

I run this on macOS 13.3.1 and using Java(TM) SE Runtime Environment (build 16.0.1+9-24)

@AndreaCimminoArriaga
Copy link
Member

Hello, the issue is due to the fact that some internal services where down at the university and Astrea could not use them (that's why the 503 Service Unavailable). Now the are up and running so everything should work fine

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