Skip to content

Issue 820 is characterized as #951

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 16, 2023
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
3 changes: 3 additions & 0 deletions docs/release_notes/820-isCharacterizedAs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Minor Updates

- Deprecated `gist:isCharacterizedAs`. Issue [#820](https://github.com/semanticarts/gist/issues/820).
2 changes: 2 additions & 0 deletions gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ gist:Event
owl:someValuesFrom gist:Behavior ;
] ;
skos:definition "Something that occurs over a period of time, often characterized as an activity being carried out by some person, organization, or software application or brought about by natural forces."^^xsd:string ;
skos:editorialNote "See guidance on removing the term in the next major release at https://github.com/semanticarts/gist/issues/947#issuecomment-1679565100."^^xsd:string ;
skos:example "A transaction, conference, baseball game, earthquake."^^xsd:string ;
skos:prefLabel "Event"^^xsd:string ;
skos:scopeNote "An event does not necessarily have either planned or actual start or end datetimes. For example, a conference can be in the planning phase without any dates selected, but is nevertheless an (unscheduled) event. The subclasses of Event state particular restrictions on planned and actual start and end dates."^^xsd:string ;
Expand Down Expand Up @@ -3350,6 +3351,7 @@ gist:isCharacterizedAs
a owl:ObjectProperty ;
rdfs:domain gist:Event ;
rdfs:range gist:Behavior ;
owl:deprecated "true"^^xsd:boolean ;
skos:definition "A way to categorize a behavior."^^xsd:string ;
skos:prefLabel "is characterized as"^^xsd:string ;
.
Expand Down