mapping-master icon indicating copy to clipboard operation
mapping-master copied to clipboard

Library that supports the Mapping Master DSL for mapping spreadsheets to OWL ontologies

Results 19 mapping-master issues
Sort by recently updated
recently updated
newest added

See user request on the mailing list: http://protege-project.136.n4.nabble.com/Cellfie-Functions-td4665308.html#a4665359 See also: https://www.w3.org/TR/owl2-manchester-syntax/#Quick_Reference https://www.w3.org/TR/owl2-manchester-syntax/#dataPropertyFrame https://www.w3.org/TR/owl2-manchester-syntax/#objectPropertyFrame https://www.w3.org/TR/owl2-manchester-syntax/#annotationPropertyFrame

0 - v3.0.0

Fix cve vulnerabilities

Bumps poi from 3.13 to 4.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.poi:poi&package-manager=maven&previous-version=3.13&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.3.1 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

It would be really helpful if one would be able to specify the value of the xml:lang directive as coming from the spreadsheet. For example, if we want to create...

Hi, This pull request extends the syntax in order to define annotations on object properties declarations. For instance: ``` ObjectProperty: hasParent Annotations: skos:prefLabel 'HasParentLabel' ``` The latter syntax creates an...

How it is possible to use mapping-master from java application (I didn't find any tutorial or examples)? I'm interested in case: spreadsheet file + mapping rules file are given as...

Having this transformation rule, for example ``` Class: @A* Annotations: foaf:depiction @B*(IRI) ``` will throw an error if there are empty cells in column B

This transformation rule, for example, ``` Class: @A*(IRI) ``` should prevent the default prefix from appearing in front of the value obtained from column A. But instead MM creates an...

Hi, I am recently loading data to my ontologies using Cellfie. However, I only need values of cells who are positive and I fail to find reference to guide me....