From 779ca7005f14d84a70d2dcd66ba99a5863d10481 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 2 Feb 2024 15:11:35 -0500 Subject: [PATCH] Update shapes guidance No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- shapes/sh-example.ttl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shapes/sh-example.ttl b/shapes/sh-example.ttl index 609af39..786be13 100644 --- a/shapes/sh-example.ttl +++ b/shapes/sh-example.ttl @@ -1,16 +1,17 @@ # imports: http://example.org/ontology/uco-example +@prefix drafting: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sh: . -@prefix sh-example: . +@prefix sh-example: . @prefix sh-owl-abox: . @prefix xsd: . - + a owl:Ontology ; - rdfs:comment "This shapes file should be filled in for at least mapped classes and properties when the upstream ontology does not provide SHACL shapes."@en ; + rdfs:comment "This shapes file should be filled in for at least mapped classes and properties when the upstream ontology does not provide SHACL shapes, or when draft concepts are added to the profile ontology."@en ; owl:imports ; .