Sveino / Inst4CIM-KG

Instance of CIM Knowledge Graph
Apache License 2.0
5 stars 1 forks source link

Add vann:preferredNamespacePrefix #121

Open Sveino opened 3 weeks ago

Sveino commented 3 weeks ago

Inspired by https://www.[w3.org/ns/solid/terms#Patch](https://www.w3.org/ns/solid/terms#Patch) should we add:

prefix vann: <http://purl.org/vocab/vann/>

    vann:preferredNamespacePrefix "cim" ;
    vann:preferredNamespaceUri "https://cim.ucaiug.io/ns#"^^xsd:anyURI .

to the vocabulary?

VladimirAlexiev commented 3 weeks ago

Good idea! There's some doubt whether preferredNamespaceUri should be a string or URL, but I think it's ok the way you put it