generated from readthedocs/tutorial-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
docuImprovements or additions to documentationImprovements or additions to documentation
Description
Things to check:
- namespace convention for type, atid, props
- instance located in wrong subfolder (e.g. ProgrammingLanguage instance in AnalysisTechnique folder)
- mismatch between attype and atid (e.g. type:...ProgrammingLanguage, atid:...instances/analysisTechnique/xxx.jsonld)
- alphabetically ordering of properties (convention check, maybe should just be done for you)
- convention check for name vs atid vs filename (for terminologies, licenses, contentType)
- atid_basename == lower camelCase of name (no spaces, / replaced with _; proper names and abbreviations are to be kept)
- filename == atid_basename with .jsonld extension (no spaces, / replaced with _)
- general validation against schema
Metadata
Metadata
Assignees
Labels
docuImprovements or additions to documentationImprovements or additions to documentation