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

GeologicFeatureRelation in OWL #16

Open
smrgeoinfo opened this issue Jun 13, 2018 · 0 comments
Open

GeologicFeatureRelation in OWL #16

smrgeoinfo opened this issue Jun 13, 2018 · 0 comments

Comments

@smrgeoinfo
Copy link
Contributor

v4 uses the abstract class pattern to decouple the basic and extended namespace in XML.
For OWL implementation, looking at v3.2 it looks to me like implementation by shapeChange from the UML is tricky. relationshipType is essentially a soft type, but GeologicRelation subclass tree has several hard types in the model with constraints on the source and target classes, but those association ends are not named in the UML. The geologicRelation base class has a sourceRoleTerm and targetRoleTerm, but I don't think that's what we want. The draft OWL implementation (2_after_manual_edit/gsmlb.ttl), defines relatedFeatureSource and relatedFeatureTarget object properties; this is what we need but its not in the UML. The range of these would be restricted to the appropriate classes for the hard type subtypes, and other relationshipTypes would be subclasses of the appropriate UML hard type

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

No branches or pull requests

1 participant