framester / working-group

1 stars 0 forks source link

URI style refactoring #3

Open luigi-asprino opened 1 year ago

luigi-asprino commented 1 year ago

https://github.com/polifonia-project/rulebook/blob/main/ontology-KG-development-documentation-guidelines.md

Suggested schemas

 For ontology (schema) entities

https://w3id.org/framester/schema/<resource_id>[/<resource_sub_module_id>]/<class_local_id|property_local_id>

For example

https://w3id.org/framester/schema/framenet/Frame

or

https://w3id.org/framester/schema/wordnet/core/Synset

 For data entities

https://w3id.org/framester/data/<resource_id_including_version_id>/<local_type>/<local_id>

For example

https://w3id.org/framester/data/framenet-1.7/Frame/Cure
https://w3id.org/framester/data/wordnet-3.0/Synset/apple-1

Note: version id must be specified

StenDoipanni commented 1 year ago

Refactoring necessary both at schema level and data level. A possible standard is given by Polifonia rulebook: https://github.com/polifonia-project/rulebook/blob/main/ontology-KG-development-documentation-guidelines.md