tetherless-world / dco-ontology

Deep Carbon Observatory Ontology
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Dco data #70

Closed mrpatrickwest closed 8 years ago

mrpatrickwest commented 8 years ago

dataset, distribution and data repository

mrpatrickwest commented 8 years ago

still a few problems that need to be worked out. And still not sure how to represent the creator and contributor properties so that they are easier to enter in VIVO.

mrpatrickwest commented 8 years ago

problems

  1. wasQuotedFrom not seeing documents, even though I added a restriction for bibo:Document
  2. dct:temporal is not allowing me to create a new period of time, not showing up as an option
  3. dct:accrualPeriodicity is not allowing me to create a new frequency, not showing up as an option
mrpatrickwest commented 8 years ago

wasQuotedFrom, landingPage, accesURL and downloadURL are currently the only problems remaining. It's in the ontology, just need code changes in VIVO to get it to work. Same with the creator and collaborator properties. Changes need to be made in VIVO code to get this to work properly.

mrpatrickwest commented 8 years ago

@zednis @olyerickson @xgmachina @am-e @zhonghao1014 Please review the ttl files. I've gotten it all loaded into test and migrated the current datasets to the new schema. Still coding to do, but that'll be in dco-vivo branch dco-data.

It all looks good, the ttl files all validate and load. All the classes and properties are there.

Next steps are to 1) get the properties showing up properly, 2) custom forms for the simpler properties like accessURL and downloadURL and landingPage, 3) custom form for dataset and distribution using one form, 4) custom form for distribution using one form, 5) update elasticsearch for datasets, 6) update drupal page queries and xslt to display properly.

Once we get it all working in test then we can push it all to production. Can't push the ontology changes then the VIVO changes then the elasticsearch changes then the drupal page changes.