From a72cc3efc5a6a16503472ba2c0a72b0ec10513ac Mon Sep 17 00:00:00 2001 From: Stian Soiland-Reyes Date: Mon, 9 Jul 2018 17:20:39 +0100 Subject: [PATCH] Markdown typos --- prov.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/prov.md b/prov.md index 367a7cf..67d1112 100644 --- a/prov.md +++ b/prov.md @@ -8,12 +8,12 @@ The underlying model and information of the ` files under `metadata/provenance` is the same, but is made available in multiple serialization formats: -* primary.cwlprov.provn -- [PROV-N](https://www.w3.org/TR/prov-n/] Textual Provenance Notation -* primary.cwlprov.xml -- [PROV-XML](https://www.w3.org/TR/prov-xml/] -* primary.cwlprov.json -- [PROV-JSON](https://www.w3.org/Submission/prov-json/] -* primary.cwlprov.jsonld -- [PROV-O](https://www.w3.org/TR/prov-o/] as [JSON-LD](https://json-ld.org) (`@context` subject to change) -* primary.cwlprov.ttl -- [PROV-O](https://www.w3.org/TR/prov-o/] as [RDF Turtle](https://www.w3.org/TR/turtle/) -* primary.cwlprov.nt -- [PROV-O](https://www.w3.org/TR/prov-o/] as [RDF N-Triples](https://www.w3.org/TR/n-triples/) +* primary.cwlprov.provn -- [PROV-N](https://www.w3.org/TR/prov-n/) Textual Provenance Notation +* primary.cwlprov.xml -- [PROV-XML](https://www.w3.org/TR/prov-xml/) +* primary.cwlprov.json -- [PROV-JSON](https://www.w3.org/Submission/prov-json/) +* primary.cwlprov.jsonld -- [PROV-O](https://www.w3.org/TR/prov-o/) as [JSON-LD](https://json-ld.org) (`@context` subject to change) +* primary.cwlprov.ttl -- [PROV-O](https://www.w3.org/TR/prov-o/) as [RDF Turtle](https://www.w3.org/TR/turtle/) +* primary.cwlprov.nt -- [PROV-O](https://www.w3.org/TR/prov-o/) as [RDF N-Triples](https://www.w3.org/TR/n-triples/) See the [BagIt profile](bagit.md) for details on the CWLProv folder structure, and the [Research Object profile](ro.md) on how to declare the typing of the PROV files.