Ivan Mičetić
Ivan Mičetić
Two approaches to getting site-level dumps were explored and described in the BioHackathon2022 project #23 [repo](https://github.com/elixir-europe/biohackathon-projects-2022/tree/main/23): - one based on `DataFeed` type: https://github.com/elixir-europe/biohackathon-projects-2022/tree/main/23/datafeeds - one based on `DataDownload` type: https://github.com/elixir-europe/biohackathon-projects-2022/tree/main/23/datadownload...
Update on `hasBioPolymerSequence` property: the [BioChemEntity v0.8-DRAFT](https://bioschemas.org/types/BioChemEntity/0.8-DRAFT) type has `hasBioPolymerSequence` as a new property, not yet integrated in schema.org. This implies that all profiles and types inheriting from `BioChemEntity` class...
Expanding on the format of `DefinedTerm` and `DefinedTermSet`, I would suggest a few modifications to the above example: - add `@id` to `DefinedTermSet` that points to an ontology (usually an...
@sneumann > If we'd stick with "termCode should not have the prefix of the ontology", I'd love to have a pointer to a resource that recommends this. Maybe that could...
@sneumann, I agree that the term code without prefix is quite useless and would favour the use of CURIEs. I made a quick look at the curies package and I...
List of **profiles** that should have `includedInDataset` property: | name | latest_release | latest_publication | notes | |--------------------------|------------------------|----------------------|---------------------------------| | `BioSample` | | 0.1-DRAFT-2019_11_12 | should have `includedInDataset` | | `ChemicalSubstance`...
@bedroesb I get your point, I also thought that way but Egon Willighagen pointed out that some of these resources are links to data dumps so they don't have a...
I like your solution in [#739](https://github.com/BioSchemas/bioschemas.github.io/pull/739) and yes, we could use the datadump URL for exampleURL. Then those if checks should exclude SMV and BMUSE buttons and leave only the...
> Hi, cool, that was quick! just one brief comment: why Boolean ? One could have active, alumni,dontshow, somethingelse Controlling where/if a person is shown. Yours, Steffen You're right, we...