bridgedb / vocabularies

Source files for the BridgeDb ontology
0 stars 2 forks source link

Sync JSON-LD context with JSON-LD output from vocab #10

Open ariutta opened 6 years ago

ariutta commented 6 years ago

I had been using a JSON-LD context, but it appears we can generate JSON-LD from our RDFa? Maybe these should be synced.

AlasdairGray commented 6 years ago

It would definitely be good to have these synced, otherwise we are prone to them diverging.

There is a recently published working draft on Microdata that has a section on converting between Microdata, RDFa, and JSON-LD.

ariutta commented 6 years ago

I started trying to sync the BridgeDb vocab with these three items:

Action Items:

AlasdairGray commented 6 years ago

It might be worth using some Schema terms in the JSON-LD, e.g. schema:identifier. You could look at the Bioschemas specifications [fixed link - AR] for suggestions for marking up various types resources.

ariutta commented 6 years ago

@AlasdairGray, I support using terms from Schema/Bioschemas.

Action Items

AlasdairGray commented 6 years ago

bdb:DataSource and schema:Dataset are not exactly the same thing. The bdb:DataSource includes notions of the schema:DataCatalog, which would be the issuer of the identifiers.

The question is then whether they are operationally equivalent for most circumstances?

ariutta commented 6 years ago

Once @egonw finishes up some other deadlines, maybe he can weigh in on bdb:DataSource vs. schema:Dataset vs. schema:DataCatalog. I'm happy to use whatever the rest of the BridgeDb community prefers.