FAIR-IMPACT / MOD

Metadata for Ontology Description and Publication Ontology
Creative Commons Attribution 4.0 International
20 stars 8 forks source link

Use owl:equivalentProperty to define ALL properties in mod namespace #4

Closed jonquet closed 1 month ago

jonquet commented 7 years ago

If we want someone to concretely use OntoLOD (the Linked Data of Ontologies) for instance thru SPARQL query, he/she will shall not have to know all the namespaces and selected propery in MOD. Therefore, I would suggest to use owl:equivalentPropery to define ALL properties of MOD within the mod namespace. Then in a SPARQL query, someone can either use for instance dc:creator or omv:creator. This will be the same property within MOD.

biswanathdutta commented 7 years ago
Sure, we can look into this possibility.

However, we need to look into the other consequences of this. For instance, in terms of verboseness, and semantic implications.

jonquet commented 7 years ago

Indeed there will be a bit more statements (verbose) but at usage it shall be more convenient for someone to just declare one ns and only use the name of properties.

Semantic implication of owl:equivalentPtoperty is quite simple. Locally the 2 properties are considered the same and can be called independently.

jonquet commented 1 month ago

This is still doable. But I think that after all this time if it was not necessary, we can close and avoid to do it.