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

Develop #684

Merged
merged 32 commits into from
Apr 1, 2024
Merged

Develop #684

merged 32 commits into from
Apr 1, 2024

Conversation

dgarijo
Copy link
Owner

@dgarijo dgarijo commented Apr 1, 2024

No description provided.

Victor Chavez and others added 30 commits January 2, 2024 02:04
Named individuals with assertions not belonging to the URI
of the ontology were not parsed. This commit allows
to parse object/data/annotation properties which are
not in the URI of the ontology and marks them with
superscript "ep" (external property)
The xslt parser cannot extract metadata from imported ontologies when
`-includeImportedOntologies` is not enabled. This is important because
sometimes you do not want to document the imported ontologies but you
still want to include metadata from the imported ontologies.

This change allows to tag owl entities that are not part of the
main ontology (i.e. direct/indirect imports) as an external property.
With the owlapi an ExternalPropertyParser class is added which looks for the
external property superscripts in the html generated by LODE and tries to find
the owl entity based on the IRI.

The xslt extraction sheet was modified to add the `external property` superscript
and html class `type-ep`.
The SWRL xslt extraction was missing function input parameters
to set correctly the SWRL ToC which made only the "back to Toc"
to appear.
Added an option to have a darkmode in the documentation.
The option is based on the implementation from GoogleChromeLabs
https://github.com/GoogleChromeLabs/dark-mode-toggle.

At the moment this option is only available if using the
W3CStyle.
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…p/docker/metadata-action-5.5.0

Bump docker/metadata-action from 5.4.0 to 5.5.0
Parsing external owl entities (direct/indirect imports) + individual facts with external owl entites
This change allows to use local imports with the
AutoIRIMapper from the owl api. The main use case
is to load imports locally for optimization of
loading time.

To enable this option use "-import" with a directory path.
The option can be used multiple times in the same command line.
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5.5.0...v5.5.1)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…p/docker/metadata-action-5.5.1

Bump docker/metadata-action from 5.5.0 to 5.5.1
feat: Considering owl:unionOf for rdfs:domain and rdfs:range
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…p/docker/build-push-action-5.2.0

Bump docker/build-push-action from 5.1.0 to 5.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…p/docker/build-push-action-5.3.0

Bump docker/build-push-action from 5.2.0 to 5.3.0
Allow loading local ontologies for imports
@dgarijo dgarijo merged commit 5e524f6 into master Apr 1, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

3 participants