-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add relevant information for different types of organization #34
Comments
See https://opendata.stackexchange.com/questions/15780/does-wikidata-offer-inferencing-reasoning One workaround is to use, property paths. For example, entering the below query, even without inferencing, will return all subclasses of author in any level. Try it: SELECT ?author ?authorLabel |
So like
|
need to find similar classes to serch for for other types of or, do I mapped set ofwikidata subclasees of wikidata Organization. Here is the result: https://www.w3.org/DesignIssues/diagrams/solid/wikidata-classes.svg The colored ones are the different cases the user picks first, then searches for the name. I have only done the yellow case so far. Basically, you should find anything in research or education. There is overlap - better to add more things into the list the user is looking for to make the choice of list less critical. so MIT would come up under non-profit or educational as it is both. |
Then we have wikifata CORS problems tying to actually get the data
|
Template queries eg for location info |
VCARD allows contact cards to be about two types of thing: Individual, and Organization. Organization there covers all kinds of things -- for profit and non-profit, on what sort of organization, and parts of them, like and unofficial things like sports teams and rock bands. https://schema.org/Oraganization mentions some subclasses.
Some classes of large "important' organization have data about them in public data bases, and so it is wise to link to that to be able to query for eg people who went to the same school, etc. Where that exists, some data can be pulled from those databases.
Interesting cases are organizations which re part of the developer workflow, like github and gitlab organization.
As we build up the capacity in Solid to do things around project management and software management, then increasingly the creation of a new Organization could be an easy way to start using ever more powerful tools for running that organization.
The text was updated successfully, but these errors were encountered: