summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2016-02-18 12:09:53 +0000
committerRichard Dale <richard.dale@codethink.co.uk>2016-02-18 12:09:53 +0000
commit1661182964659c51425b9655e1244fa775e37dff (patch)
tree1693a88c73eeb1fa6f06cd34566d5b9e64842ee1
parent09fd08be9bc001b4af2a03a6c0f1ada64835fd72 (diff)
downloaddefinitions-1661182964659c51425b9655e1244fa775e37dff.tar.gz
Add missing period to owl grammar
Change-Id: I5679b7657dcc370feeae552bd1476504f7c4cf3f
-rw-r--r--schemas/baserock.owl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/baserock.owl b/schemas/baserock.owl
index d699940c..33113d84 100644
--- a/schemas/baserock.owl
+++ b/schemas/baserock.owl
@@ -244,7 +244,7 @@
:maxJobs a owl:FunctionalProperty ;
rdfs:domain :Chunk ;
rdfs:range xsd:integer ;
- rdfs:comment "Number of parallel jobs that can be run for this chunk. Only useful if set to 1, to mark components which have Makefiles that do not work with `make -j N`."
+ rdfs:comment "Number of parallel jobs that can be run for this chunk. Only useful if set to 1, to mark components which have Makefiles that do not work with `make -j N`.".
:CommandSequence a owl:Class ;
rdfs:subClassOf rdf:Seq ;