Skip to content

Organize ontology and documentation files in release package into subdirectories by file type #1347

@rjyounes

Description

@rjyounes

The suggestions is for the release package to look like this:

ontologies/
    turtle/
        gistCore.ttl
        gistSubClassAssertions.ttl
        etc.
    json-ld/
        gistCore.jsonld
        gistSubClassAssertions.jsonld
        etc.
    rdf-xml/
        gistCore.rdf
        gistSubClassAssertions.rdf
        etc.

This reduces clutter in the ontologies directory, and makes it easier for someone to get what they want (generally someone wants only files of a particular serialization).

Do the same for HTML and Markdown files in the docs directory.

Metadata

Metadata

Assignees

Labels

area: release managementRelease-related tasks and toolsimpact: patchNo new functionality or changes in human-readable semantics (e.g,. fixing a typo in an annotation)status: fast trackA low impact change for which a PR can be submitted without group discussion

Type

No type

Projects

Status

In Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions