From 569485975598e62617bba03fdc15aac4003d6a03 Mon Sep 17 00:00:00 2001 From: Rebecca Younes Date: Thu, 12 Jun 2025 14:02:34 -0400 Subject: [PATCH 1/3] Update definition and scope note of gist:Organization --- ontologies/gistCore.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ontologies/gistCore.ttl b/ontologies/gistCore.ttl index a215883a..cfc54ea2 100644 --- a/ontologies/gistCore.ttl +++ b/ontologies/gistCore.ttl @@ -1418,10 +1418,10 @@ gist:Organization gist:SchemaMetaData , gist:UnitOfMeasure ; - skos:definition "A generic organization that can be formal or informal, legal or non-legal. It can have members, or not."^^xsd:string ; + skos:definition "An organized body of individuals with a particular purpose, often with a structured approach and defined roles."^^xsd:string ; skos:example "Legal entities like companies; non-legal entities like clubs, committees, or departments."^^xsd:string ; skos:prefLabel "Organization"^^xsd:string ; - skos:scopeNote "There are a plethora of different kinds of organizations that differ along many facets, including members, structure, purpose, legal vs. non-legal, etc."^^xsd:string ; + skos:scopeNote "While typically the members of organizations are people, in some cases they are other organizations; e.g., the members of the United Nations are country governments."^^xsd:string ; . gist:Permission From 6e47f4be880371e199ad65177baee36300f06995 Mon Sep 17 00:00:00 2001 From: Rebecca Younes Date: Thu, 12 Jun 2025 14:22:58 -0400 Subject: [PATCH 2/3] Add release note --- docs/release_notes/issue1172-organization-definition.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/release_notes/issue1172-organization-definition.md diff --git a/docs/release_notes/issue1172-organization-definition.md b/docs/release_notes/issue1172-organization-definition.md new file mode 100644 index 00000000..e8bd97d7 --- /dev/null +++ b/docs/release_notes/issue1172-organization-definition.md @@ -0,0 +1,3 @@ +### Patch Updates + +- Updated the definition of `gist:Organization` to eliminate circularity. Issue [#1172](https://github.com/semanticarts/gist/issues/1172). From 50ad12418f832f3b972b2ad4b3fead14e48cc6e1 Mon Sep 17 00:00:00 2001 From: Rebecca Younes Date: Thu, 12 Jun 2025 18:06:58 -0400 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Michael Uschold --- ontologies/gistCore.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ontologies/gistCore.ttl b/ontologies/gistCore.ttl index cfc54ea2..634407b8 100644 --- a/ontologies/gistCore.ttl +++ b/ontologies/gistCore.ttl @@ -1418,7 +1418,8 @@ gist:Organization gist:SchemaMetaData , gist:UnitOfMeasure ; - skos:definition "An organized body of individuals with a particular purpose, often with a structured approach and defined roles."^^xsd:string ; +skos:definition "A structured entity formed to achieve specific goals, typically involving members with defined roles."^^xsd:string ; +skos:scopeNote "Not all organizations have members, e.g. shell companies."^^xsd:string ; skos:example "Legal entities like companies; non-legal entities like clubs, committees, or departments."^^xsd:string ; skos:prefLabel "Organization"^^xsd:string ; skos:scopeNote "While typically the members of organizations are people, in some cases they are other organizations; e.g., the members of the United Nations are country governments."^^xsd:string ;