-
Notifications
You must be signed in to change notification settings - Fork 3
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
Qualified Relation subclasses? #6
Comments
Another way to do it is to have actions or activities with types (or subclasses) and the result could be many things - new relationship formed (e.g. follows), new item created, tag added, etc. Alex Passant and PM Champin did some work on mapping Activity Streams to SIOC Actions five years ago, see http://www.slideshare.net/mobile/pchampin/s-5112062 and http://rdfs.org/sioc/actions John
|
@elf-pavlik also mentioned about schema:Role in #1 |
Do these subclasses have additional properties? If not I would suggest to consider using a SKOS property of the superclass instead. |
@akuckartz I like your point about keeping in mind if potential subtypes of QualifiedRelation/N-aryRelation class have any custom properties, even sub properties which specialize other properties. e.g. http://schema.org/participant |
@akuckartz Thanks! These subclasses can be grouped broadly based on properties (which we haven't nailed down yet), but beyond that they do not have additional properties. Will see if I can figure out how to use SKOS properties. If you have a quick example and time, could you post it? @parklize Yes, thanks. I think schema:Role has the same issue of proliferating subclasses, correct me if I'm wrong. And I don't know which existing structure is best, didn't mean to emphasize QualifiedRelation. Just trying to see how to deal with user defined roles or types. And happy that we have something that can have properties, is not just the relation. @elf-pavlik Interesting example (participant). I can see we may need to distinguish between actions that don't really imply an ongoing relationship between agents, and explicit definitions of ongoing relationships. I think this is part of where you were going with your follows examples, which I now can't quickly find, but liked. :( In our case, we are giving people a way to record the shape of their network(s) in agent relationships. |
It looks like in the vocab, the preferred method of defining types of (in this case) relations is to create a subclass which then becomes part of the vocabulary. @elf-pavlik has examples: Membership (elf Pavlik member of Social WG), Following (elf Pavlik following Amy Guy).
My question is what to do with the proliferation of subclasses which can occur, and which in our case are user defined. Some examples:
Our software could spit out the vocabulary that is defined by users, maybe as a vocab specific to the installation (to handle conflicts), but that is far short of a carefully documented vocabulary. So, if we do that, should we spit out the new user-defined relationships as subclasses of Qualified Relation? Or is some other alternative acceptable that would just have a different qualification without being a new subclass?
P.S. I like the option to use Qualified Relation or a simple object property to express a relationship/role, seems like a very positive direction.
The text was updated successfully, but these errors were encountered: