Inflection Point

Class
http://ontextract.org/sco#InflectionPoint
Class Hierarchy
Definition

Rapid semantic transition marking shift between distinct meanings. Characterized by abrupt change in term usage patterns.

Property Structure
Object and Data Properties rdfs:domain on this class or ancestor
PropertyRangeDescription
affectsConcept inherited Concept Links a semantic change event to the term/concept undergoing change.
controlledForArtifacts inherited boolean Boolean: whether detection method controlled for frequency/polysemy artifacts.
evidencedBy inherited disposition Links semantic change event to documentary evidence supporting its identification.
hasCause inherited Links semantic change to its driving cause (external or internal).
hasConfidence inherited float Researcher's confidence in the semantic change annotation (0.0-1.0).
hasControlCondition inherited Reference to control/null condition for validating genuine vs. artifact change.
hasDescription inherited string Human-readable description of the semantic change event.
hasEndYear inherited integer Calendar year when semantic change completed or stabilized (for query convenience).
hasExecutionTrace inherited Activity Retrospective provenance: WHAT was actually detected.
hasFromMeaning inherited Concept The original or source meaning before the semantic change.
hasProcessSpecification inherited Plan Prospective provenance: HOW change should be detected.
hasSentimentDirection inherited string Direction of sentiment change: pejoration, amelioration, or neutral.
hasStartYear inherited integer Calendar year when semantic change began (for query convenience).
hasTemporalScale inherited string Scale of temporal span: centuries, decades, years, months.
hasTextualEvidence inherited Links to specific text segment providing evidence for semantic change.
hasToMeaning inherited Concept The new or target meaning after the semantic change.
hasURIStability inherited float Measure of identifier consistency (0.0-1.0); 1.0 = no URI changes.
hasWorkflowStructure inherited Plan Links semantic change detection to process design (prospective provenance).
isSynthetic inherited boolean Boolean: whether this is synthetic (simulated) or authentic (real) semantic change.
occursDuringInterval inherited Interval Links semantic change event to the temporal interval when it occurred.
occursInDomain inherited Concept The disciplinary or discourse domain where semantic change occurs.
passesControlTest inherited boolean Boolean: whether change observed in genuine but not control condition.
usesDetectionMethod inherited DetectionMethod The computational method used to detect/measure this semantic change.
usesExternalKnowledgeBase inherited External knowledge source consulted for semantic correspondence.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sco: <http://ontextract.org/sco#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . sco:InflectionPoint a owl:Class ; rdfs:label "Inflection Point" ; rdfs:comment "Rapid semantic transition marking shift between distinct meanings. Characterized by abrupt change in term usage patterns." ; rdfs:subClassOf sco:SemanticChangeEvent ; skos:definition "A semantic change event characterized by an abrupt, concentrated shift in meaning occurring within a relatively short temporal window." ; skos:example "The term 'agent' in 1995: transition from primarily human actor to computational system in AI discourse.", "The term 'ontology' in 1993: shift from philosophical metaphysics to information science knowledge representation." ; skos:note "May be operationalized as sudden increase in semantic displacement rate (Hamilton et al. 2016)." .
Metadata
Type
Class
Last Updated
2026-03-08 16:29