qvas: The Quality Value Assignment Ontology
Metadata
- IRI
-
https://purl.org/s2c2/qvas - Title
qvas: The Quality Value Assignment Ontology
- Creator
-
- https://orcid.org/0000-0002-0240-4506
- https://orcid.org/0000-0002-1153-3879
- https://orcid.org/0000-0003-4965-9941
- Date Created
2024-06-07
- Version Info
"1.0.0"@en
- Description
The Quality Value Assignment ontology (qvas) aims to provide an operational ontology that allows value assignment over time for qualities defined by the UFO foundational ontology. An assigning event can be further specialized as a measurement or a configuration, while a value assignment can be specialized as a measurement result or configuration setting.
Classes
AAsgnEvent c
| IRI |
https://purl.org/s2c2/qvas#AAsgnEvent
|
|---|---|
| Description | is a specialization of AsgnEvent, representing atomic events of value assignment, which may result in value assignments |
| Sub Class Of | AsgnEvent c |
AValueAsgmt c
| IRI |
https://purl.org/s2c2/qvas#AValueAsgmt
|
|---|---|
| Description | is a specialization of ValueAsgmt, representing atomic value assignments holding a value for MQuality at a specific time. |
| Sub Class Of | ValueAsgmt c |
AsgnEvent c
| IRI |
https://purl.org/s2c2/qvas#AsgnEvent
|
|---|---|
| Description | is the category of events that assigns values to MQuality in which an MQBearer and a ValueAssigner participate and possibly lead to a value assignment. |
| Sub Class Of | gufo:Event |
| Equivalentclass | AAsgnEvent c or CAsgnEvent c |
| In Domain Of | |
| In Range Of |
|
| Super Class Of |
|
CAsgnEvent c
| IRI |
https://purl.org/s2c2/qvas#CAsgnEvent
|
|---|---|
| Description | is a specialization of AsgnEvent, representing complex events of value assignment as AsgnEvent aggregations |
| Sub Class Of | AsgnEvent c |
| In Domain Of | hasAEvent op |
CValueAsgmt c
| IRI |
https://purl.org/s2c2/qvas#CValueAsgmt
|
|---|---|
| Description | is a specialization of ValueAsgmt, representing complex value assignments as aggregations of ValueAsgmt. |
| Sub Class Of | ValueAsgmt c |
| In Domain Of |
|
Cfg Set c
| IRI |
https://purl.org/s2c2/qvas#CfgSet
|
|---|---|
| Sub Class Of | ValueAsgmt c |
Configuration c
| IRI |
https://purl.org/s2c2/qvas#Configuration
|
|---|---|
| Sub Class Of | AsgnEvent c |
DomainEntity c
| IRI |
https://purl.org/s2c2/qvas#DomainEntity
|
|---|---|
| Description | an entity in a domain that can be identified as a UFO Object. |
| Sub Class Of | gufo:FunctionalComplex |
| Super Class Of |
DomainQuality c
| IRI |
https://purl.org/s2c2/qvas#DomainQuality
|
|---|---|
| Description | an entity representing an aspect of the domain that can be defined as a UFO Quality. |
| Sub Class Of | gufo:Quality |
| Super Class Of | MQuality c |
MQBearer c
| IRI |
https://purl.org/s2c2/qvas#MQBearer
|
|---|---|
| Description | is the role an endurant plays whenever it bears an MQuality while participating in a value assignment event (AsgEvent) |
| Sub Class Of | DomainEntity c |
| In Domain Of | participateAsMQB op |
| In Range Of | describes op |
MQuality c
| IRI |
https://purl.org/s2c2/qvas#MQuality
|
|---|---|
| Description | is the role a quality plays whenever its value changes over time, and it is necessary to keep track of it. |
| Sub Class Of | DomainQuality c |
| In Domain Of | describes op |
| In Range Of | holdsValueFor op |
Measurement c
| IRI |
https://purl.org/s2c2/qvas#Measurement
|
|---|---|
| Sub Class Of | AsgnEvent c |
Msr Result c
| IRI |
https://purl.org/s2c2/qvas#MsrResult
|
|---|---|
| Sub Class Of | ValueAsgmt c |
ValueAsgmt c
| IRI |
https://purl.org/s2c2/qvas#ValueAsgmt
|
|---|---|
| Description | is the truthmaker of the material relationship between MQuality and ValueAssigner. It is a category of external dependent modes responsible for holding the assigned value for an MQuality, which a ValueAssigner assigns, and it is the result of a value assignment event in a certain period. |
| Sub Class Of | gufo:ExtrinsicMode |
| Equivalentclass | CValueAsgmt c or AValueAsgmt c |
| In Domain Of |
|
| In Range Of | hasVAsgmt op |
| Super Class Of |
|
ValueAssigner c
| IRI |
https://purl.org/s2c2/qvas#ValueAssigner
|
|---|---|
| Description | is the role an endurant plays whenever it is responsible for assigning a value to an MQuality while participating in a value assignment event (AsgEvent) |
| Sub Class Of | DomainEntity c |
| In Domain Of | participateAsVA op |
| In Range Of | isAssignedBy op |
Object Properties
describes op
| IRI |
https://purl.org/s2c2/qvas#describes
|
|---|---|
| Description | identifies a MQuality which inheres in a MQBearer |
| Sub Property Of | gufo:inheresIn |
| Domain | MQuality c |
| Range | MQBearer c |
hasAEvent op
| IRI |
https://purl.org/s2c2/qvas#hasAEvent
|
|---|---|
| Sub Property Of | gufo:isEventProperPartOf |
| Domain | CAsgnEvent c |
| Range | AsgnEvent c |
hasVAsgmt op
| IRI |
https://purl.org/s2c2/qvas#hasVAsgmt
|
|---|---|
| Sub Property Of | gufo:isAspectProperPartOf |
| Domain | CValueAsgmt c |
| Range | ValueAsgmt c |
holdsValueFor op
| IRI |
https://purl.org/s2c2/qvas#holdsValueFor
|
|---|---|
| Description | identifies a ValueAsgmt which inheres in a MQuality |
| Sub Property Of | gufo:inheresIn |
| Domain | ValueAsgmt c |
| Range | MQuality c |
isAssignedBy op
| IRI |
https://purl.org/s2c2/qvas#isAssignedBy
|
|---|---|
| Description | identifies a ValueAsgmt which is externally dependent on a ValueAssigner |
| Sub Property Of | gufo:externallyDependsOn |
| Domain | ValueAsgmt c |
| Range | ValueAssigner c |
isResultOf op
| IRI |
https://purl.org/s2c2/qvas#isResultOf
|
|---|---|
| Description | identifies a ValueAsgmt that is the result of a value-assigning event |
| Sub Property Of | gufo:wasCreatedIn |
| Domain | ValueAsgmt c |
| Range | AsgnEvent c |
participateAsMQB op
| IRI |
https://purl.org/s2c2/qvas#participateAsMQB
|
|---|---|
| Description | identifies a MQBearer participating on a value-assigning event |
| Sub Property Of | gufo:participatedIn |
| Domain | MQBearer c |
| Range | AsgnEvent c |
participateAsVA op
| IRI |
https://purl.org/s2c2/qvas#participateAsVA
|
|---|---|
| Description | identifies a ValuseAssigner participating on a value-assigning event |
| Sub Property Of | gufo:participatedIn |
| Domain | ValueAssigner c |
| Range | AsgnEvent c |
Datatype Properties
assignedValue dp
| IRI |
https://purl.org/s2c2/qvas#assignedValue
|
|---|---|
| Description | maps a ValueAsgmt to MQuality's domain (quality structure) |
| Sub Property Of | gufo:hasQualityValue |
| Domain | ValueAsgmt c |
endTime dp
| IRI |
https://purl.org/s2c2/qvas#endTime
|
|---|---|
| Description | maps a AsgnEvent to the ending time of a value-assigning event |
| Sub Property Of | gufo:hasQualityValue |
| Domain | AsgnEvent c |
resultTime dp
| IRI |
https://purl.org/s2c2/qvas#resultTime
|
|---|---|
| Description | maps a ValueAsgmt to the instant of time when a value was assigned to a MQuality |
| Sub Property Of | gufo:hasQualityValue |
| Domain | ValueAsgmt c |
sresultTime dp
| IRI |
https://purl.org/s2c2/qvas#sresultTime
|
|---|---|
| Description | maps a CValueAsgmt to the starting instant of the ValueAsgmt aggregation |
| Sub Property Of | gufo:hasQualityValue |
| Domain | CValueAsgmt c |
startTime dp
| IRI |
https://purl.org/s2c2/qvas#startTime
|
|---|---|
| Description | maps a AsgnEvent to the starting time of a value-assigning event |
| Sub Property Of | gufo:hasQualityValue |
| Domain | AsgnEvent c |
Annotation Properties
is rule enabled ap
| IRI |
http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled
|
|---|
Namespaces
- :
-
https://purl.org/s2c2/qvas# - gufo
-
http://purl.org/nemo/gufo# - owl
-
http://www.w3.org/2002/07/owl# - rdf
-
http://www.w3.org/1999/02/22-rdf-syntax-ns# - rdfs
-
http://www.w3.org/2000/01/rdf-schema#
Legend
| c | Classes |
| op | Object Properties |
| dp | Datatype Properties |
| ap | Annotation Properties |