@@ -80,7 +80,7 @@ task omlToBikeshed(type: io.opencaesar.oml.bikeshed.Oml2BikeshedTask, dependsOn:
8080 // OWL folder
8181 outputFolderPath = file(' build/bikeshed' )
8282 // Input Ontology Iri
83- rootOntologyIri = ' http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/ bundle'
83+ rootOntologyIri = ' http://opencaesar.io/examples/firesat/bundle'
8484 // Publish URL
8585 publishUrl = ' https://opencaesar.github.io/firesat-example'
8686}
@@ -117,12 +117,12 @@ task owlReason(type:io.opencaesar.owl.reason.OwlReasonTask, dependsOn: omlToOwl)
117117 // OWL catalog
118118 catalogPath = file(' build/owl/catalog.xml' )
119119 // Input ontology IRI to reason on
120- inputOntologyIri = ' http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/ bundle'
120+ inputOntologyIri = ' http://opencaesar.io/examples/firesat/bundle'
121121 // Entailment statements to generate and the ontologies to persist them in
122122 specs = [
123- ' http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/ bundle/classes = ALL_SUBCLASS' ,
124- ' http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/ bundle/properties = INVERSE_PROPERTY | ALL_SUBPROPERTY' ,
125- ' http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/ bundle/individuals = ALL_INSTANCE | DATA_PROPERTY_VALUE | OBJECT_PROPERTY_VALUE | SAME_AS'
123+ ' http://opencaesar.io/examples/firesat/bundle/classes = ALL_SUBCLASS' ,
124+ ' http://opencaesar.io/examples/firesat/bundle/properties = INVERSE_PROPERTY | ALL_SUBPROPERTY' ,
125+ ' http://opencaesar.io/examples/firesat/bundle/individuals = ALL_INSTANCE | DATA_PROPERTY_VALUE | OBJECT_PROPERTY_VALUE | SAME_AS'
126126 ]
127127 // Junit error report
128128 reportPath = file(' build/reports/reasoning.xml' )
@@ -148,9 +148,9 @@ task owlLoad(type:io.opencaesar.owl.load.OwlLoadTask, dependsOn: owlReason) {
148148 endpointURL = ' http://localhost:3030/firesat'
149149 fileExtensions = [' owl' , ' ttl' ]
150150 iris = [
151- ' http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/ bundle/classes' ,
152- ' http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/ bundle/properties' ,
153- ' http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/ bundle/individuals'
151+ ' http://opencaesar.io/examples/firesat/bundle/classes' ,
152+ ' http://opencaesar.io/examples/firesat/bundle/properties' ,
153+ ' http://opencaesar.io/examples/firesat/bundle/individuals'
154154 ]
155155}
156156
0 commit comments