Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/release_notes/1015-gist-description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Patch Updates
- Updated scopeNote for `gist:description`. Issue [#1015](https://github.com/semanticarts/gist/issues/1015).
2 changes: 1 addition & 1 deletion gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,7 @@ gist:description
skos:definition "A statement about someone or something's attributes or characteristics."^^xsd:string ;
skos:example "The Empire State Building is a 102-story Art Deco skyscraper in Midtown Manhattan in New York City, United States. It was designed by Shreve, Lamb & Harmon and built from 1930 to 1931."^^xsd:string ;
skos:prefLabel "description"^^xsd:string ;
skos:scopeNote "This property is used to provide a description of an instance entity in greater detail than a label."^^xsd:string ;
skos:scopeNote "This property is used to provide a description of an individual in greater detail than a label."^^xsd:string ;
.

gist:directs
Expand Down