linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

initial prefixmap seems to be wrong format #22

Open balhoff opened 1 year ago

balhoff commented 1 year ago

In the linkml workshop, I ran make setup after creating the project. The file it made at prefixmap/linkml_tutorial.yaml is not YAML, it’s JSON. And doesn’t seem like it came from the prefixmap command because it has a nested object like:

 "NamedThing": {
      "@id": "schema:Thing"
   }