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

Support for restrictions over Classes and Object Properties. #114

Merged
merged 4 commits into from
Jul 12, 2020

Conversation

paoespinozarias
Copy link
Contributor

  • It includes the Restriction Visitor Class to inspect each restriction over both Classes and Object Properties. The supported restrictions are: ObjectSomeValuesFrom, ObjectAllValuesFrom, ObjectUnionOf, ObjectIntersectionOf, ObjectComplementOf, ObjectHasValue, ObjectMinCardinality, ObjectMaxCardinality, and ObjectExactCardinality.

  • Included support for DATETIME_TYPE values.

  • Updated example ontology to include some complex restrictions to test with OBA.

  • Updated saref4city example to get the ontology from the Web.

- It includes the Restriction Visitor Class to inspect each restriction over both Classes and Object Properties. The supported restrictions are: ObjectSomeValuesFrom, ObjectAllValuesFrom, ObjectUnionOf, ObjectIntersectionOf, ObjectComplementOf, ObjectHasValue, ObjectMinCardinality, ObjectMaxCardinality, and ObjectExactCardinality.
- Included support for DATETIME_TYPE values
- Updated example ontology to include some complex restrictions to test with OBA.
- Updated saref4city example to get the ontology from the Web.
- Included tests for all the restrictions supported by the mapping.
- Included support for ObjectOneOf restriction.
- Updated the example ontology to include some restrictions to test OBA.
- It includes the Restriction Visitor Class to inspect each restriction over Data Properties. The supported restrictions are: DataSomeValuesFrom, DataAllValuesFrom, DataUnionOf, DataIntersectionOf, DataComplementOf, DataHasValue, DataMinCardinality, DataMaxCardinality, DataExactCardinality, and DataOneOf
- Included tests for all the data restrictions supported by the mapping.
- Included Literal values type.
- Deleted not used object property from example ontology.
@mosoriob mosoriob merged commit dd1e6a6 into KnowledgeCaptureAndDiscovery:master Jul 12, 2020
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.

None yet

2 participants