@prefix : <http://onto.biomedima.org/res/biz-val/v5#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://onto.biomedima.org/res/biz-val/v5#> .

<http://onto.biomedima.org/res/biz-val/v5> rdf:type owl:Ontology ;
                                            owl:imports <https://purl.org/archimate/owl> ;
                                            <http://purl.org/dc/terms/created> "2026-06-26"^^xsd:date ;
                                            <http://purl.org/dc/terms/description> "Adds ProblemStatement, SuccessDefinition, SpecificNeed, Risk, Project, Responsibility classes, plus SuccessContract-related classes and properties that operationalize success criteria, outcomes, constraints, evidence, beneficiaries, review rhythm, and metric-gaming risk." ;
                                            <http://purl.org/dc/terms/title> "BIZ-VAL-O v5.1 extension" ;
                                            owl:versionInfo "BIZ-VAL-O v5.1 — success contract enrichment" ;
                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "BIZ-VAL-O v5.1 — success contract enriched ontology"@en .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/source
<http://purl.org/dc/terms/source> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#broader
<http://www.w3.org/2004/02/skos/core#broader> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#inScheme
<http://www.w3.org/2004/02/skos/core#inScheme> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  http://onto.biomedima.org/res/biz-val/commitsToKpi
<http://onto.biomedima.org/res/biz-val/commitsToKpi> rdf:type owl:ObjectProperty ;
                                                     rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                     rdfs:domain <https://purl.org/archimate#Stakeholder> ;
                                                     rdfs:range <http://onto.biomedima.org/res/biz-val/KeyPerformanceIndicator> ;
                                                     rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "commits to KPI"@en .


###  http://onto.biomedima.org/res/biz-val/contractDefinesCriterion
<http://onto.biomedima.org/res/biz-val/contractDefinesCriterion> rdf:type owl:ObjectProperty ;
                                                                 rdfs:subPropertyOf <https://purl.org/archimate#composition> ;
                                                                 rdfs:domain <http://onto.biomedima.org/res/biz-val/SuccessContract> ;
                                                                 rdfs:range <http://onto.biomedima.org/res/biz-val/SuccessCriterion> ;
                                                                 rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                                 <http://www.w3.org/2004/02/skos/core#definition> "Links a success contract to a success criterion included in that contract."@en ;
                                                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "contract defines criterion"@en .


###  http://onto.biomedima.org/res/biz-val/contractHasConstraint
<http://onto.biomedima.org/res/biz-val/contractHasConstraint> rdf:type owl:ObjectProperty ;
                                                              rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                              rdfs:domain <http://onto.biomedima.org/res/biz-val/SuccessContract> ;
                                                              rdfs:range <http://onto.biomedima.org/res/biz-val/Constraint> ;
                                                              rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                              <http://www.w3.org/2004/02/skos/core#definition> "Links a success contract to a constraint that must not be violated while pursuing the outcome."@en ;
                                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "contract has constraint"@en .


###  http://onto.biomedima.org/res/biz-val/contractHasNonNegotiable
<http://onto.biomedima.org/res/biz-val/contractHasNonNegotiable> rdf:type owl:ObjectProperty ;
                                                                 rdfs:subPropertyOf <http://onto.biomedima.org/res/biz-val/contractHasConstraint> ;
                                                                 rdfs:domain <http://onto.biomedima.org/res/biz-val/SuccessContract> ;
                                                                 rdfs:range <http://onto.biomedima.org/res/biz-val/NonNegotiable> ;
                                                                 rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                                 <http://www.w3.org/2004/02/skos/core#definition> "Links a success contract to a non-negotiable boundary that cannot be traded off."@en ;
                                                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "contract has non-negotiable"@en .


###  http://onto.biomedima.org/res/biz-val/contractHasReviewRhythm
<http://onto.biomedima.org/res/biz-val/contractHasReviewRhythm> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                                rdfs:domain <http://onto.biomedima.org/res/biz-val/SuccessContract> ;
                                                                rdfs:range <http://onto.biomedima.org/res/biz-val/ReviewRhythm> ;
                                                                rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                                <http://www.w3.org/2004/02/skos/core#definition> "Links a success contract to the cadence used to revisit and update the definition of success."@en ;
                                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "contract has review rhythm"@en .


###  http://onto.biomedima.org/res/biz-val/contractHasTradeOffRule
<http://onto.biomedima.org/res/biz-val/contractHasTradeOffRule> rdf:type owl:ObjectProperty ;
                                                                rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                                rdfs:domain <http://onto.biomedima.org/res/biz-val/SuccessContract> ;
                                                                rdfs:range <http://onto.biomedima.org/res/biz-val/TradeOffRule> ;
                                                                rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                                <http://www.w3.org/2004/02/skos/core#definition> "Links a success contract to a rule that decides which priority prevails when objectives or constraints conflict."@en ;
                                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "contract has trade-off rule"@en .


###  http://onto.biomedima.org/res/biz-val/contractNamesBeneficiary
<http://onto.biomedima.org/res/biz-val/contractNamesBeneficiary> rdf:type owl:ObjectProperty ;
                                                                 rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                                 rdfs:domain <http://onto.biomedima.org/res/biz-val/SuccessContract> ;
                                                                 rdfs:range <http://onto.biomedima.org/res/biz-val/NamedBeneficiary> ;
                                                                 rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                                 <http://www.w3.org/2004/02/skos/core#definition> "Links a success contract to the specific beneficiary expected to be better off."@en ;
                                                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "contract names beneficiary"@en .


###  http://onto.biomedima.org/res/biz-val/contractTargetsOutcome
<http://onto.biomedima.org/res/biz-val/contractTargetsOutcome> rdf:type owl:ObjectProperty ;
                                                               rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                               rdfs:domain <http://onto.biomedima.org/res/biz-val/SuccessContract> ;
                                                               rdfs:range <http://onto.biomedima.org/res/biz-val/Outcome> ;
                                                               rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                               <http://www.w3.org/2004/02/skos/core#definition> "Links a success contract to an intended outcome it is meant to govern or evaluate."@en ;
                                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "contract targets outcome"@en .


###  http://onto.biomedima.org/res/biz-val/criterionEvidencedBy
<http://onto.biomedima.org/res/biz-val/criterionEvidencedBy> rdf:type owl:ObjectProperty ;
                                                             rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                             rdfs:domain <http://onto.biomedima.org/res/biz-val/SuccessCriterion> ;
                                                             rdfs:range <http://onto.biomedima.org/res/biz-val/SuccessEvidence> ;
                                                             rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                             <http://www.w3.org/2004/02/skos/core#definition> "Links a success criterion to the evidence expected to prove that it has been satisfied."@en ;
                                                             <http://www.w3.org/2004/02/skos/core#prefLabel> "criterion evidenced by"@en .


###  http://onto.biomedima.org/res/biz-val/definesSuccessAs
<http://onto.biomedima.org/res/biz-val/definesSuccessAs> rdf:type owl:ObjectProperty ;
                                                         rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                         rdfs:domain <https://purl.org/archimate#Stakeholder> ;
                                                         rdfs:range <http://onto.biomedima.org/res/biz-val/SuccessDefinition> ;
                                                         rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "defines success as"@en .


###  http://onto.biomedima.org/res/biz-val/evidenceUsesMeasure
<http://onto.biomedima.org/res/biz-val/evidenceUsesMeasure> rdf:type owl:ObjectProperty ;
                                                            rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                            rdfs:domain <http://onto.biomedima.org/res/biz-val/SuccessEvidence> ;
                                                            rdfs:range <http://onto.biomedima.org/res/biz-val/Measure> ;
                                                            rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                            <http://www.w3.org/2004/02/skos/core#definition> "Links success evidence to a quantitative or qualitative measure used to assess it."@en ;
                                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "evidence uses measure"@en .


###  http://onto.biomedima.org/res/biz-val/hasResponsibility
<http://onto.biomedima.org/res/biz-val/hasResponsibility> rdf:type owl:ObjectProperty ;
                                                          rdfs:subPropertyOf <https://purl.org/archimate#assignment> ;
                                                          rdfs:domain <https://purl.org/archimate#Stakeholder> ;
                                                          rdfs:range <http://onto.biomedima.org/res/biz-val/Responsibility> ;
                                                          rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "has responsibility"@en .


###  http://onto.biomedima.org/res/biz-val/hasRisk
<http://onto.biomedima.org/res/biz-val/hasRisk> rdf:type owl:ObjectProperty ;
                                                rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                rdfs:domain <http://onto.biomedima.org/res/biz-val/UseCase> ;
                                                rdfs:range <http://onto.biomedima.org/res/biz-val/Risk> ;
                                                rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "has risk"@en .


###  http://onto.biomedima.org/res/biz-val/hasSuccessContract
<http://onto.biomedima.org/res/biz-val/hasSuccessContract> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                           rdfs:range <http://onto.biomedima.org/res/biz-val/SuccessContract> ;
                                                           rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                           <http://www.w3.org/2004/02/skos/core#definition> "Links a project, use case, initiative, solution, or work package to the shared success contract that governs its definition of success."@en ;
                                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "has success contract"@en .


###  http://onto.biomedima.org/res/biz-val/isSourceOfTruthFor
<http://onto.biomedima.org/res/biz-val/isSourceOfTruthFor> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://purl.org/archimate#realization> ;
                                                           rdfs:domain <https://purl.org/archimate#ApplicationComponent> ;
                                                           rdfs:range <https://purl.org/archimate#DataObject> ;
                                                           rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "is source of truth for"@en .


###  http://onto.biomedima.org/res/biz-val/measureHasGamingRisk
<http://onto.biomedima.org/res/biz-val/measureHasGamingRisk> rdf:type owl:ObjectProperty ;
                                                             rdfs:subPropertyOf <http://onto.biomedima.org/res/biz-val/hasRisk> ;
                                                             rdfs:domain <http://onto.biomedima.org/res/biz-val/Measure> ;
                                                             rdfs:range <http://onto.biomedima.org/res/biz-val/MetricGaming> ;
                                                             rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                             <http://www.w3.org/2004/02/skos/core#definition> "Links a measure to the risk that it may be optimized in a way that undermines the intent it was meant to represent."@en ;
                                                             <http://www.w3.org/2004/02/skos/core#prefLabel> "measure has gaming risk"@en .


###  http://onto.biomedima.org/res/biz-val/outcomeBenefitsBeneficiary
<http://onto.biomedima.org/res/biz-val/outcomeBenefitsBeneficiary> rdf:type owl:ObjectProperty ;
                                                                   rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                                   rdfs:domain <http://onto.biomedima.org/res/biz-val/Outcome> ;
                                                                   rdfs:range <http://onto.biomedima.org/res/biz-val/NamedBeneficiary> ;
                                                                   rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links an outcome to the named beneficiary that should experience the improvement."@en ;
                                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "outcome benefits beneficiary"@en .


###  http://onto.biomedima.org/res/biz-val/producesBeneficiaryImpact
<http://onto.biomedima.org/res/biz-val/producesBeneficiaryImpact> rdf:type owl:ObjectProperty ;
                                                                  rdfs:subPropertyOf <https://purl.org/archimate#association> ;
                                                                  rdfs:range <http://onto.biomedima.org/res/biz-val/BeneficiaryImpact> ;
                                                                  rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                                  <http://www.w3.org/2004/02/skos/core#definition> "Links a project, use case, initiative, solution, or outcome to the concrete improvement experienced by a beneficiary."@en ;
                                                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "produces beneficiary impact"@en .


###  http://onto.biomedima.org/res/biz-val/useCaseUsesDataset
<http://onto.biomedima.org/res/biz-val/useCaseUsesDataset> rdf:type owl:ObjectProperty ;
                                                           rdfs:subPropertyOf <https://purl.org/archimate#access> ;
                                                           rdfs:domain <http://onto.biomedima.org/res/biz-val/UseCase> ;
                                                           rdfs:range <https://purl.org/archimate#DataObject> ;
                                                           rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "use case uses dataset"@en .


#################################################################
#    Classes
#################################################################

###  http://onto.biomedima.org/res/biz-val/BeneficiaryImpact
<http://onto.biomedima.org/res/biz-val/BeneficiaryImpact> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://onto.biomedima.org/res/biz-val/Outcome> .


###  http://onto.biomedima.org/res/biz-val/Constraint
<http://onto.biomedima.org/res/biz-val/Constraint> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://purl.org/archimate#Constraint> .


###  http://onto.biomedima.org/res/biz-val/KeyPerformanceIndicator
<http://onto.biomedima.org/res/biz-val/KeyPerformanceIndicator> rdf:type owl:Class .


###  http://onto.biomedima.org/res/biz-val/Measure
<http://onto.biomedima.org/res/biz-val/Measure> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://purl.org/archimate#Assessment> .


###  http://onto.biomedima.org/res/biz-val/MetricGaming
<http://onto.biomedima.org/res/biz-val/MetricGaming> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://onto.biomedima.org/res/biz-val/Risk> .


###  http://onto.biomedima.org/res/biz-val/NamedBeneficiary
<http://onto.biomedima.org/res/biz-val/NamedBeneficiary> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://purl.org/archimate#Stakeholder> .


###  http://onto.biomedima.org/res/biz-val/NonNegotiable
<http://onto.biomedima.org/res/biz-val/NonNegotiable> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://onto.biomedima.org/res/biz-val/Constraint> .


###  http://onto.biomedima.org/res/biz-val/Outcome
<http://onto.biomedima.org/res/biz-val/Outcome> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://purl.org/archimate#Outcome> .


###  http://onto.biomedima.org/res/biz-val/ProblemStatement
<http://onto.biomedima.org/res/biz-val/ProblemStatement> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://purl.org/archimate#Driver> .


###  http://onto.biomedima.org/res/biz-val/Project
<http://onto.biomedima.org/res/biz-val/Project> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://purl.org/archimate#WorkPackage> .


###  http://onto.biomedima.org/res/biz-val/Responsibility
<http://onto.biomedima.org/res/biz-val/Responsibility> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://purl.org/archimate#Assessment> .


###  http://onto.biomedima.org/res/biz-val/ReviewRhythm
<http://onto.biomedima.org/res/biz-val/ReviewRhythm> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://purl.org/archimate#Assessment> .


###  http://onto.biomedima.org/res/biz-val/Risk
<http://onto.biomedima.org/res/biz-val/Risk> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://purl.org/archimate#Assessment> .


###  http://onto.biomedima.org/res/biz-val/SpecificNeed
<http://onto.biomedima.org/res/biz-val/SpecificNeed> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://purl.org/archimate#Driver> .


###  http://onto.biomedima.org/res/biz-val/SuccessContract
<http://onto.biomedima.org/res/biz-val/SuccessContract> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://onto.biomedima.org/res/biz-val/SuccessDefinition> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://onto.biomedima.org/res/biz-val/contractDefinesCriterion> ;
                                                                          owl:someValuesFrom <http://onto.biomedima.org/res/biz-val/SuccessCriterion>
                                                                        ] ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty <http://onto.biomedima.org/res/biz-val/contractTargetsOutcome> ;
                                                                          owl:someValuesFrom <http://onto.biomedima.org/res/biz-val/Outcome>
                                                                        ] .


###  http://onto.biomedima.org/res/biz-val/SuccessCriterion
<http://onto.biomedima.org/res/biz-val/SuccessCriterion> rdf:type owl:Class ;
                                                         rdfs:subClassOf <http://onto.biomedima.org/res/biz-val/SuccessDefinition> ,
                                                                         [ rdf:type owl:Restriction ;
                                                                           owl:onProperty <http://onto.biomedima.org/res/biz-val/criterionEvidencedBy> ;
                                                                           owl:someValuesFrom <http://onto.biomedima.org/res/biz-val/SuccessEvidence>
                                                                         ] .


###  http://onto.biomedima.org/res/biz-val/SuccessDefinition
<http://onto.biomedima.org/res/biz-val/SuccessDefinition> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://purl.org/archimate#Goal> .


###  http://onto.biomedima.org/res/biz-val/SuccessEvidence
<http://onto.biomedima.org/res/biz-val/SuccessEvidence> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://purl.org/archimate#Assessment> .


###  http://onto.biomedima.org/res/biz-val/TradeOffRule
<http://onto.biomedima.org/res/biz-val/TradeOffRule> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://purl.org/archimate#Principle> .


###  http://onto.biomedima.org/res/biz-val/UseCase
<http://onto.biomedima.org/res/biz-val/UseCase> rdf:type owl:Class .


###  http://www.w3.org/2004/02/skos/core#Concept
<http://www.w3.org/2004/02/skos/core#Concept> rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  http://onto.biomedima.org/res/biz-val/BeneficiaryImpact
<http://onto.biomedima.org/res/biz-val/BeneficiaryImpact> rdf:type owl:NamedIndividual ,
                                                                   <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/Constraint
<http://onto.biomedima.org/res/biz-val/Constraint> rdf:type owl:NamedIndividual ,
                                                            <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/Measure
<http://onto.biomedima.org/res/biz-val/Measure> rdf:type owl:NamedIndividual ,
                                                         <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/MetricGaming
<http://onto.biomedima.org/res/biz-val/MetricGaming> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/NamedBeneficiary
<http://onto.biomedima.org/res/biz-val/NamedBeneficiary> rdf:type owl:NamedIndividual ,
                                                                  <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/NonNegotiable
<http://onto.biomedima.org/res/biz-val/NonNegotiable> rdf:type owl:NamedIndividual ,
                                                               <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/Outcome
<http://onto.biomedima.org/res/biz-val/Outcome> rdf:type owl:NamedIndividual ,
                                                         <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/ProblemStatement
<http://onto.biomedima.org/res/biz-val/ProblemStatement> rdf:type owl:NamedIndividual ,
                                                                  <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/Project
<http://onto.biomedima.org/res/biz-val/Project> rdf:type owl:NamedIndividual ,
                                                         <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/Responsibility
<http://onto.biomedima.org/res/biz-val/Responsibility> rdf:type owl:NamedIndividual ,
                                                                <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/ReviewRhythm
<http://onto.biomedima.org/res/biz-val/ReviewRhythm> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/Risk
<http://onto.biomedima.org/res/biz-val/Risk> rdf:type owl:NamedIndividual ,
                                                      <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/SpecificNeed
<http://onto.biomedima.org/res/biz-val/SpecificNeed> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/SuccessContract
<http://onto.biomedima.org/res/biz-val/SuccessContract> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/SuccessCriterion
<http://onto.biomedima.org/res/biz-val/SuccessCriterion> rdf:type owl:NamedIndividual ,
                                                                  <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/SuccessDefinition
<http://onto.biomedima.org/res/biz-val/SuccessDefinition> rdf:type owl:NamedIndividual ,
                                                                   <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/SuccessEvidence
<http://onto.biomedima.org/res/biz-val/SuccessEvidence> rdf:type owl:NamedIndividual ,
                                                                 <http://www.w3.org/2004/02/skos/core#Concept> .


###  http://onto.biomedima.org/res/biz-val/TradeOffRule
<http://onto.biomedima.org/res/biz-val/TradeOffRule> rdf:type owl:NamedIndividual ,
                                                              <http://www.w3.org/2004/02/skos/core#Concept> .


#################################################################
#    Annotations
#################################################################

<http://onto.biomedima.org/res/biz-val/BeneficiaryImpact> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                          rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <http://onto.biomedima.org/res/biz-val/Outcome> ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "The concrete improvement, benefit, or change experienced by a named beneficiary as a result of an initiative or solution."@en ;
                                                          <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Beneficiary Impact"@en .


<http://onto.biomedima.org/res/biz-val/Constraint> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                   rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                   <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Constraint> ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A condition, rule, boundary, or limitation that must not be violated while pursuing an outcome."@en ;
                                                   <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Constraint"@en .


<http://onto.biomedima.org/res/biz-val/Measure> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Assessment> ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A quantitative or qualitative way of assessing whether a criterion, outcome, constraint, or impact has been achieved or respected."@en ;
                                                <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Measure"@en .


<http://onto.biomedima.org/res/biz-val/MetricGaming> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                     rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <http://onto.biomedima.org/res/biz-val/Risk> ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "The behavior of optimizing a reported measure while undermining the intent, outcome, or value that the measure was meant to represent."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Metric Gaming"@en .


<http://onto.biomedima.org/res/biz-val/NamedBeneficiary> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                         rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Stakeholder> ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "A specific person, role, group, organization, or community expected to be better off because of a project, use case, initiative, or solution."@en ;
                                                         <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Named Beneficiary"@en .


<http://onto.biomedima.org/res/biz-val/NonNegotiable> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                      rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <http://onto.biomedima.org/res/biz-val/Constraint> ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "A constraint, principle, or boundary that cannot be traded off, even when delivery pressure, cost pressure, or stakeholder conflict increases."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Non-Negotiable"@en .


<http://onto.biomedima.org/res/biz-val/Outcome> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Goal> ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A result, state change, or practical improvement that an initiative is intended to produce for a stakeholder, beneficiary, process, system, or organization."@en ;
                                                <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Outcome"@en .


<http://onto.biomedima.org/res/biz-val/ProblemStatement> rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Driver> ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "An articulated problem a stakeholder wants resolved. Narrower than archimate:Driver: treated as a linkable resource rather than a free-text literal so the same problem can be referenced by several use-cases, solutions, and success definitions."@en ;
                                                         <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Problem Statement"@en .


<http://onto.biomedima.org/res/biz-val/Project> rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#WorkPackage> ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A bounded, funded effort delivering a set of outcomes. Narrower than archimate:WorkPackage: adds the connotation of a time-boxed effort with a named owner and budget — distinct from a use-case (which is scoped to a specific need) and a plateau (which is a target architecture state)."@en ;
                                                <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Project"@en .


<http://onto.biomedima.org/res/biz-val/Responsibility> rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                       <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Assessment> ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "A bounded duty or accountability that a stakeholder carries with respect to a role, project or use-case. Narrower than archimate:Assessment: treated as a resource so duties can be reassigned, versioned, and traced across reorganisations."@en ;
                                                       <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Responsibility"@en .


<http://onto.biomedima.org/res/biz-val/ReviewRhythm> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                     rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Assessment> ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "The agreed cadence for revisiting and updating success definitions, criteria, evidence, constraints, trade-off rules, and ownership."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Review Rhythm"@en .


<http://onto.biomedima.org/res/biz-val/Risk> rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                             <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Assessment> ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A negatively-oriented assessment: a condition or event that could impair the outcomes of a use-case, project, or solution. Narrower than archimate:Assessment; conventionally paired with a probability and impact qualifier (captured via datatype properties in future revisions)."@en ;
                                             <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                             <http://www.w3.org/2004/02/skos/core#prefLabel> "Risk"@en .


<http://onto.biomedima.org/res/biz-val/SpecificNeed> rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Driver> ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "A concrete, often verbalised, need a stakeholder expresses — typically a refinement of a broader ProblemStatement. Narrower than archimate:Driver."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Specific Need"@en .


<http://onto.biomedima.org/res/biz-val/SuccessContract> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                        rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <http://onto.biomedima.org/res/biz-val/SuccessDefinition> ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "A shared, explicit agreement defining what success means for a project, use case, initiative, or solution, including success criteria, evidence, constraints, owners, trade-off rules, and review rhythm."@en ;
                                                        <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Success Contract"@en .


<http://onto.biomedima.org/res/biz-val/SuccessCriterion> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                         rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                         <http://www.w3.org/2004/02/skos/core#broader> <http://onto.biomedima.org/res/biz-val/SuccessDefinition> ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "A specific condition that must be satisfied for a project, use case, initiative, or solution to count as successful."@en ;
                                                         <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Success Criterion"@en .


<http://onto.biomedima.org/res/biz-val/SuccessDefinition> rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                          <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Goal> ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "A stakeholder's operational definition of what counts as success for a use-case, solution or project. Narrower than archimate:Goal: scoped to a single stakeholder's viewpoint so different stakeholders can hold divergent success definitions for the same artefact."@en ;
                                                          <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Success Definition"@en .


<http://onto.biomedima.org/res/biz-val/SuccessEvidence> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                        rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                        <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Assessment> ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Observable proof, qualitative or quantitative, showing that a success criterion has been satisfied or that a beneficiary is better off."@en ;
                                                        <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Success Evidence"@en .


<http://onto.biomedima.org/res/biz-val/TradeOffRule> <http://purl.org/dc/terms/source> <https://purl.org/archimate/skos/biz-val> ;
                                                     rdfs:isDefinedBy <http://onto.biomedima.org/res/biz-val/> ;
                                                     <http://www.w3.org/2004/02/skos/core#broader> <https://purl.org/archimate#Principle> ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "A predefined decision rule specifying which priority, outcome, or constraint prevails when objectives conflict during execution."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#inScheme> <https://purl.org/archimate/skos/biz-val#BizValTaxonomy> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Trade-off Rule"@en .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
