datacequia / go-dogg3rz

Decentralized Knowledge Orchestration Tool
Apache License 2.0
8 stars 1 forks source link

Devise character set / format restrictions for resource names #28

Open adpadilla opened 3 years ago

adpadilla commented 3 years ago

The dogg3rz command line allows a user to create their own resource names/labels when interacting with various resource types. Users create resource names for repositories, datasets, nodes, named graphs, types etc. Some of these resource are based on RDF/JSON-LD standards that may say what types of characters are allowed to be used when naming resources (like those names that represent an IRI etc...).

Need to create a comprehensive list of resource types and their restrictions based on the current dogg3rz command set .

Subsequent issues will apply the restrictions through validation upon creation/modification