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

Investigate a MOF2RDF-aware variant of the driver #15

Open
agarciadom opened this issue Nov 28, 2024 · 0 comments
Open

Investigate a MOF2RDF-aware variant of the driver #15

agarciadom opened this issue Nov 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@agarciadom
Copy link
Member

The OMG has published a specification providing a standardised mapping from MOF metamodels and models to RDF (including use RDFS and OWL), with some conventions on how to map some MOF-specific features, such as the relative order of the elements of an OrderedSequence:

https://www.omg.org/spec/MOF2RDF/1.0/PDF

We could investigate creating a subclass of the current RDFModel with specialised property getters that are aware of the MOF2RDF transformation (could be called something like MOFAwareRDFModel?), e.g. sorting the resources linked through a property using the linkSequence annotation.

@agarciadom agarciadom added the enhancement New feature or request label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant