You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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 likeMOFAwareRDFModel
?), e.g. sorting the resources linked through a property using thelinkSequence
annotation.The text was updated successfully, but these errors were encountered: