Skip to content

Commit

Permalink
Moved the description bundle to the
Browse files Browse the repository at this point in the history
src/oml/opencaesar.io/examples/firesat folder
  • Loading branch information
melaasar committed Nov 29, 2020
1 parent 1a8f9dc commit ba30692
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 494 deletions.
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
description='The FireSat example project'
group = 'io.opencaesar.ontologies'
version = '2.1.0'
version = '2.2.0'

/*
* The Gradle task dependencies
Expand Down Expand Up @@ -80,7 +80,7 @@ task omlToBikeshed(type: io.opencaesar.oml.bikeshed.Oml2BikeshedTask, dependsOn:
// OWL folder
outputFolderPath = file('build/bikeshed')
// Input Ontology Iri
rootOntologyIri = 'http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/bundle'
rootOntologyIri = 'http://opencaesar.io/examples/firesat/bundle'
// Publish URL
publishUrl = 'https://opencaesar.github.io/firesat-example'
}
Expand Down Expand Up @@ -117,12 +117,12 @@ task owlReason(type:io.opencaesar.owl.reason.OwlReasonTask, dependsOn: omlToOwl)
// OWL catalog
catalogPath = file('build/owl/catalog.xml')
// Input ontology IRI to reason on
inputOntologyIri = 'http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/bundle'
inputOntologyIri = 'http://opencaesar.io/examples/firesat/bundle'
// Entailment statements to generate and the ontologies to persist them in
specs = [
'http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/bundle/classes = ALL_SUBCLASS',
'http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/bundle/properties = INVERSE_PROPERTY | ALL_SUBPROPERTY',
'http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/bundle/individuals = ALL_INSTANCE | DATA_PROPERTY_VALUE | OBJECT_PROPERTY_VALUE | SAME_AS'
'http://opencaesar.io/examples/firesat/bundle/classes = ALL_SUBCLASS',
'http://opencaesar.io/examples/firesat/bundle/properties = INVERSE_PROPERTY | ALL_SUBPROPERTY',
'http://opencaesar.io/examples/firesat/bundle/individuals = ALL_INSTANCE | DATA_PROPERTY_VALUE | OBJECT_PROPERTY_VALUE | SAME_AS'
]
// Junit error report
reportPath = file('build/reports/reasoning.xml')
Expand All @@ -148,9 +148,9 @@ task owlLoad(type:io.opencaesar.owl.load.OwlLoadTask, dependsOn: owlReason) {
endpointURL = 'http://localhost:3030/firesat'
fileExtensions = ['owl', 'ttl']
iris = [
'http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/bundle/classes',
'http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/bundle/properties',
'http://opencaesar.io/examples/firesat/programs/earth-science/projects/firesat/bundle/individuals'
'http://opencaesar.io/examples/firesat/bundle/classes',
'http://opencaesar.io/examples/firesat/bundle/properties',
'http://opencaesar.io/examples/firesat/bundle/individuals'
]
}

Expand Down
Loading

0 comments on commit ba30692

Please sign in to comment.