-
Notifications
You must be signed in to change notification settings - Fork 2
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
create INCOIS dataset template #14
base: master
Are you sure you want to change the base?
Conversation
@jmckenna this was helpful: http://blog.schema.org/2014/06/introducing-role.html It's a little unusual to me, but Role is an intervening Type between a relationship and other entities, and the repetition of the original relation (in this case "creator": [
{
"@type": "Role",
"roleName": "PrincipalInvestigator",
"creator": {
"@type": "Person",
"name": "Mr. Hashim Manjebrayakath",
"email": "anil [ at ] ncaor.gov.in",
"telephone": "+91-832-2525513",
"affiliation": {
"@type": "Organization",
"name": "National Centre for Polar and Ocean Research (NCPOR)"
},
"address": {
"@type": "PostalAddress",
"addressLocality": "Vasco-da-Gama",
"addressRegion": "Goa",
"postalCode": "403804",
"addressCountry": "IND"
}
}
}
] |
@pbuttigieg my earlier question here to you about Keywords with "keywords": [
{
"@type": "DefinedTerm",
"name": "Aerosol Forward Scatter",
"inDefinedTermSet": "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords"
},
{
"@type": "DefinedTerm",
"name": "Aerosol Extinction",
"inDefinedTermSet": "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords"
},
{
"@type": "DefinedTerm",
"name": "Aerosol Particle Properties",
"inDefinedTermSet": "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords"
},
"Mahabaleshwar(1792N",
"High Altitude Cloud Physics Laboratory"
], INCOIS team is VERY fast to adapt to our recommended changes. So do we: 1) adapt all of our code to handle DefinedTerms in Keywords, or 2) ask INCOIS to change to ______ ? Need your feedback here @pbuttigieg (related to iodepo/odis-arch#396 ) |
PostalAddress
(with that change, the template validates)DefinedTerm
creator
property (with sub-creator property)related to iodepo/odis-arch#396
cc @pbuttigieg