From 83b667b3a89a4c608d953c5fde1fe62572b1799d Mon Sep 17 00:00:00 2001 From: Cheryl Dunn Date: Mon, 27 Jul 2026 10:32:44 -0400 Subject: [PATCH] Fix typo in skos:example for isProducedBy --- ontologies/gistCore.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontologies/gistCore.ttl b/ontologies/gistCore.ttl index 194b55a0..41b029ee 100644 --- a/ontologies/gistCore.ttl +++ b/ontologies/gistCore.ttl @@ -3004,7 +3004,7 @@ gist:isProducedBy a owl:ObjectProperty ; skos:definition "Relates something to the thing that created, composed, or brought it into existence."^^xsd:string ; skos:example - "A deliverable is produces by a task."^^xsd:string , + "A deliverable is produced by a task."^^xsd:string , "A measurement is produced by a sensor."^^xsd:string , "A painting is produced by a person."^^xsd:string ;