You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by gn...@apache.org on 2016/01/06 18:09:32 UTC

svn commit: r1723379 - /incubator/taverna/site/trunk/content/documentation/scufl2/bundle.md

Author: gnaylor
Date: Wed Jan  6 17:09:32 2016
New Revision: 1723379

URL: http://svn.apache.org/viewvc?rev=1723379&view=rev
Log:
[Parsing/writing] remove extra close paren (rdf:about), fix spacing (workflow/profile)

Modified:
    incubator/taverna/site/trunk/content/documentation/scufl2/bundle.md

Modified: incubator/taverna/site/trunk/content/documentation/scufl2/bundle.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/documentation/scufl2/bundle.md?rev=1723379&r1=1723378&r2=1723379&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/documentation/scufl2/bundle.md (original)
+++ incubator/taverna/site/trunk/content/documentation/scufl2/bundle.md Wed Jan  6 17:09:32 2016
@@ -290,10 +290,10 @@ SCUFL2 compliant writers, when producing
      and includes the properties deemed required by this specification. 
    Conforming to the XML schema should ensure this.
  - **Should** set the `xml:base` property to `"./"`
- - **Should** set **rdf:about** to `""` (or `"./"` if `xml:base` is not set))
+ - **Should** set **rdf:about** to `""` (or `"./"` if `xml:base` is not set)
  - **Should** declare a **mainWorkflow** and **mainProfile**
- - **Must**ensure that any **workflow**/**profile** has a relative **rdfs:seeAlso** link to a bundle resource in 
-     `application/rdf+xml` which defines   
+ - **Must** ensure that any **workflow**/**profile** has a relative **rdfs:seeAlso** link to a bundle resource in 
+     `application/rdf+xml` which defines 
     that [workflow](/documentation/scufl2/workflow) / [profile](/documentation/scufl2/profile).
 
 SCUFL2 compliant readers, when parsing a workflow bundle document: