-
Notifications
You must be signed in to change notification settings - Fork 7
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
E5 Mapping 'gcis:Image' and 'gcis:Figure' to external ontologies #77
Comments
I forgot to add "assuming this is feasible from an ontological engineering perspective." |
How exactly would we want to relate gcis:Image and gcis:Figure to the doco ontology? What's the purpose of it? |
To increase robustness of searches. e.g. someone searching for gcis:Figure in an extended SPARQL query |
|
Thanks. Other ontologies then? Dbpedia? Fabio? Mainly, I'd just like to see further robustness for gcis:Image and gcis:Figure if at all possible to account for the fact that many users may not be searching under "gcis:Image" and "gcis:Figure" in order to locate these items. |
foaf has an image class, but no"figure". |
It might just be best to just look at figures, then, assuming that our definition for figure matches others. Please feel free to suggest specific examples of potential compatibility for future discussion, given our immediate interest in additional SPARQL queries: gcis:Figure a owl:Class ; gcis:hasImage a owl:ObjectProperty ; Image = panel of figure |
@lic10 could you please inform as to the status of this effort? Thanks! |
Here is a summary:
|
Thanks, @lic10. Let's either relate gcis:Figure to doco:Figure within the ontology or just conclude the turtle templates for figures with "a gcis:Figure, doco:Figure ." Which do you recommend? @rewolfe I think that doco:Figure would work with our definition of figure. Do you agree? Would every gcis:Figure be a doco:Figure?
gcis:Figure a owl:Class ; With regard to image, I am not a big fan of integrating with foaf:Image as that class uses "Image" in the definition. Is a gcis:Image compatible with a fabio:Image or would fabio:Image include a caption, title, etc.?
gcis:Image a owl:Class ; |
+1 - Yes, these definitions are compatible with the GCIS definitions of On Tue, Aug 25, 2015 at 9:47 PM, justgo129 [email protected] wrote:
Robert Wolfe, NASA GSFC @ USGCRP, o: 202-419-3470, m: 301-257-6966 |
Excellent. @lic10 please advise as to whether we should 1) integrate gcis:Figure with doco:Figure and gcis:Image with fabio:Image within the owl file, or 2) we should leave the owl file as is and conclude the templates with: I will then prepare the pull request. |
@justgo129 I prefer option 2) in your comment. To add the assertions at the instance level. |
Excellent. Please feel free to prepare the pull request. |
Once inferencing is enabled, it would be consistent with our handling of prov:Entity to instead put these into the ontology. |
The pull request for option 2 is available at: USGCRP/gcis#237. |
Addressed with USGCRP/gcis#237 but will keep open for review after inferencing is enabled. |
Make gcis:Image and gcis:Figure subclasses of fabio:Image and fabio:Figure, respectively. Also relate to the doco ontology if at all possible (http://www.essepuntato.it/lode/http://purl.org/spar/doco).
The text was updated successfully, but these errors were encountered: