You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

See #ontology in vivo-slack for link.  To join vivo-slack, go to http://bit.ly/vivo-slack 

Resources

Ontology Interest Group Google Folder https://drive.google.com/drive/u/0/folders/1RGBh4fDZdzpJdwyiUMO8OPWwkcmVYrI0

Google Doc for meeting notes: https://bit.ly/3vuN5cC

VIVO Ontologies on Github:  https://github/vivo-ontolgy 

OBO Slack https://join.slack.com/t/obo-communitygroup/shared_invite/zt-kpkvg7x3-kz7DeGoYKiY~VGWKO0voQg

Attendees

Agenda & Notes

  1. Introductions: Jose Salm and Rolf Guescini
  2. CERIF2VIVO - Updates and next steps
    1. Melanie Wacker - intro to vocabulary mapping
  3. Question from Georgy Litvinov:
    1. This is a list of data properties that were found when fixing the form generators to store strings. I changed the form generators to store langString instead. Should this also be fixed in tbox?

      Have string rdfs:range in 
      vivo.owl:
      http://www.w3.org/2006/vcard/ns#givenName
      http://www.w3.org/2006/vcard/ns#familyName
      http://www.w3.org/2006/vcard/ns#honorificSuffix
      http://www.w3.org/2006/vcard/ns#honorificPrefix
      http://www.w3.org/2006/vcard/ns#locality
      http://www.w3.org/2006/vcard/ns#streetAddress
      http://www.w3.org/2006/vcard/ns#country
      http://www.w3.org/2006/vcard/ns#region
      http://www.w3.org/2006/vcard/ns#telephone

      Untyped:

      http://purl.org/ontology/bibo/volume
      http://purl.org/ontology/bibo/number
      http://purl.org/ontology/bibo/issue
      http://purl.org/ontology/bibo/chapter
      http://purl.org/ontology/bibo/pageStart
      http://purl.org/ontology/bibo/pageEnd
      http://vivoweb.org/ontology/core#middleName
      http://vivoweb.org/ontology/core#majorField
      http://vivoweb.org/ontology/core#departmentOrSchool
      http://vivoweb.org/ontology/core#supplementalInformation (has restriction to String )
      http://vivoweb.org/ontology/core#description
    2. Discussion:
      1. Example description: https://www.w3.org/2006/vcard/ns-2006.html#email  
      2. Language tags do not say that something is only relevant to this locale.
      3. There has to be a better solution for person's names to enable persons to choose as many as someone wants
      4. xsd:string should not be used
      5. No range axioms on data properties, just rdfs literals, so data types can be freely chosen. 
      6. The bibo:properties are working untyped as desired
      7. Removal of restrictions seems to be the best, the restrictions seem not to be helpful for any of those ontologies. 
  • No labels