-
Notifications
You must be signed in to change notification settings - Fork 12
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
export bald as schema.org #80
Comments
I've started pulling a mapping table between bald and schema.org in the wiki: https://github.com/binary-array-ld/bald/wiki/Schema.org-mappings Schema.org only has 2 required fields: title and name. However, there are a range of other 'recommended' properties. From a first pass, it seems a lot of the predicates may be able to be reused from ACDD, one or two from CF. See https://github.com/binary-array-ld/bald/wiki/Schema.org-mappings |
Thanks Jonathan.
I'm at the International Marine Data and Information Systems conference
this week, but will try and fill some of this out in any down time.
That also means I'm unlikely to be on the call later.
…On Mon 5 Nov 2018, 03:26 Jonathan Yu ***@***.*** wrote:
I've started pulling a mapping table between bald and schema.org in the
wiki: https://github.com/binary-array-ld/bald/wiki/Schema.org-mappings
Schema.org only has 2 required fields: title and name. However, there are
a range of other 'recommended' properties.
From a first pass, it seems a lot of the predicates may be able to be
reused from ACDD, one or two from CF. See
https://github.com/binary-array-ld/bald/wiki/Schema.org-mappings
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADNjW1zvhWWFZlbyUSl0CeeItipmW2S_ks5ur6G6gaJpZM4YNqq4>
.
|
@adamml @marqh - i've had a go at writing some code to output schema.org JSON-LD (first cut) as a extension to nc2rdf.py. This uses the mapping file A user could run this to get a schema.org description from netCDF file or CDL: See #82 Table this to discuss at the next telecon... |
The output of that example:
|
I left a comment on #82... |
revised example - now with split up keywords and added 'url' if coming from http/https url...
|
Been experimenting with landing pages generated from these schema.org descriptions from a thredds harvest process. using nc files listed in any thredds/opendap catalog... e.g. See the deployed flask app: http://waterinformatics-ext1-cdc.it.csiro.au/bald-server/ So in a view page, the schema.org is rendered, but also the json-ld is embedded in the . This provides a pathway for thredds/opendap hosted nc files to have landing pages for discovery by say, Google Dataset search... prototype bald-server here: https://github.com/jyucsiro/bald-server |
Very nice. The Sructured Data Testing Tool from Google happily parses the JSON-LD...
|
Hi, I'm wondering if this feature might still be pending? I get the following using the attached file:
|
BALD lib provides the ability to take nc files and obtain an RDF graph in BALD syntax/formalisms.
This provides a pathway to a schema.org profile. It would be good to have an export bald to schema.org function.
The text was updated successfully, but these errors were encountered: