There are lots of existed schemas in https://lov.linkeddata.es/dataset/lov that I can search for.
(and https://whattheontology.herokuapp.com/ by @tuelsch)
But If I have some concept that needs new schema, for example, IPFS multihash, how can I publish a new schema and let this schema searchable to other developers?
I think one way is write schema defination in RDF, and put that RDF document on the POD, to get permanent URLs point to words. And I share the URL to RDF in this forum so others know there is a schema about IPFS.
Another way maybe publish schema’s literals (fake or real URI) as npm package, so developers can search this package and import those URI literals. Then they get Interoperability.
Two questions:
- any better way to publish new schema so other developers can search for it?
- any template or generator that can boost the process to build the schema?