Skip to content

Commit

Permalink
Fix linebreak error that crept in in acc3714
Browse files Browse the repository at this point in the history
  • Loading branch information
StroemPhi committed Jan 24, 2025
1 parent f6d4332 commit 2a95e83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ Requirements:
* To build the docs locally run:
` poetry run gen-doc -d docs "src/dcat_4C_ap/schema/dcat-ap.yaml" --template-directory "src/docgen/" && poetry run mkdocs serve`
* Use another LinkML YAML in `src` if you want to build the docs of a profile.
* To validate the test dataset against the model you can use: `poetry run linkml-convert -t ttl
src/data/examples/Dataset-001.yaml -s src/dcat_4C_ap/schema/dcat-ap.yaml -P "_base=https://search.nfdi4chem.
de/dataset/" -C NFDIDataset`
* To validate the test dataset against the model you can use: `poetry run inkml-convert -t ttl src/data/examples/Dataset-001.yaml -s src/dcat_4c_ap/schema/dcat-ap.yaml -P "_base=https://search.nfdi4chem.de/dataset/" -C NFDIDataset`

<details>
Use the `make` command to generate project artefacts:
Expand Down

0 comments on commit 2a95e83

Please sign in to comment.