From 1661182964659c51425b9655e1244fa775e37dff Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Thu, 18 Feb 2016 12:09:53 +0000 Subject: Add missing period to owl grammar Change-Id: I5679b7657dcc370feeae552bd1476504f7c4cf3f --- schemas/baserock.owl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -- cgit v1.2.1