From b082365398bb6865f8a32a14826e8462a0633b72 Mon Sep 17 00:00:00 2001 From: uscholdm Date: Sun, 26 Jun 2022 22:08:57 -0400 Subject: [PATCH] Add: uniqueText domainIncludes gist:Text --- gistCore.ttl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gistCore.ttl b/gistCore.ttl index 3828f8c4..b2ddd1bb 100644 --- a/gistCore.ttl +++ b/gistCore.ttl @@ -3986,7 +3986,10 @@ gist:uniqueText skos:definition "The unique string value of some content object; i.e., there is no possibility of having more than one value."^^xsd:string ; skos:example "The unique string for a vehicle identification number."^^xsd:string ; skos:prefLabel "unique text"^^xsd:string ; - gist:domainIncludes gist:ID ; + gist:domainIncludes + gist:ID , + gist:Text + ; . gist:unitSymbol