/*
    TITLE:       upload_object_property_annotations.sql
    DESCRIPTION: upload DBFOntoMaestro data
                 INSERT IAO_ANNOTATIONS
 */

USE   DBFOntoMaestro ;

SET   TRANSACTION READ WRITE ;
START TRANSACTION ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('analyzesIssue'         ,'obo:IAO_0000115', 'en',
        'The object property \'analyzesIssue\' encodes which Actor (the subject) analyses which issue type. Analyzing means toidentify root causes of repeated issues.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('usesDocument'          ,'obo:IAO_0000115', 'en',
        'The object property \'usesDocument\' encodes which Stage created/uses which Dosument.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('contributesInDocument' ,'obo:IAO_0000115', 'en',
        'The object property \'contributesInDocument\' encodes which Actor contributes in which Document.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('createsReport'         ,'obo:IAO_0000115', 'en',
        'The object property \'createsReport\' encodes which Actor creates which Report.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('documentApprovedBy'    ,'obo:IAO_0000115', 'en',
        'The object property \'documentApprovedBy\' encodes which document is approved by which Actor.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('documentCreatedBy'     ,'obo:IAO_0000115', 'en',
        'The object property \'documentCreatedBy\' encodes which Document is created by whom.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('isMemberOfActor'       ,'obo:IAO_0000115', 'en',
        'The object property \'isMemberOfActor\' encodes predicates of triplets: which Stakeholder is member of whichActor.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('stageFulfillmentBy'    ,'obo:IAO_0000115', 'en',
        'The object property \'stageFulfillmentBy\' encodes which project stage is fulfilled by one or more PRINCE2 standard processes.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('assignsIssue'          ,'obo:IAO_0000115', 'en',
        'The object property \'assignsIssue\' encodes which Actor (the subject) assigns which issue type. Assigning means to allocate responsibility for the issue to a specific individual or team.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('closesIssue'           ,'obo:IAO_0000115', 'en',
        'The object property \'closesIssue\' encodes which Actor (the subject) closes which issue type. Closing means officially concludes the issue management process.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('detectsIssue'          ,'obo:IAO_0000115', 'en',
        'The object property \'detectsIssue\' encodes which Actor (the subject) detects which issue type. Detecting means to identify potential issues through regular reviews and reporting.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('escalatesIssue'        ,'obo:IAO_0000115', 'en',
        'The object property \'escalatesIssue\' encodes which Actor (the subject) escalates which issue type. Escalating means to move the issue to a higher level of management or attention.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('logsIssue'             ,'obo:IAO_0000115', 'en',
        'The object property \'logsIssue\' encodes an Actor (the subject) who logs an issue type. Logging means to record details about the issue for future reference.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('mitigatesIssue'        ,'obo:IAO_0000115', 'en',
        'The object property \'mitigatesIssue\' encodes an Actor (the subject) who mitigates an issue type. Mitigating means to reduce the impact or likelihood of the issue.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('monitorsIssue'         ,'obo:IAO_0000115', 'en',
        'The object property \'monitorsIssue\' encodes an Actor (the subject) who monitors an issue type. Monitoring means to track issue progress and its impact on program objectives.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('preventsIssue'         ,'obo:IAO_0000115', 'en',
        'The object property \'preventsIssue\' encodes an Actor (the subject) who prevents an issue type. Preenting means to implement proactive measures to avoid potential issues.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('resolvesIssue'         ,'obo:IAO_0000115', 'en',
        'The object property \'resolvesIssue\' encodes an Actor (the subject) who resolves an issue type. Resolving means to eliminate the root cause of the issue.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('issueAnalysedBy'       ,'obo:IAO_0000115', 'en',
        'The object property \'issueAnalysedBy\' encodes an issue type is analysed by whom. Analyzing means to identify root causes of repeated issues.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('documentUsedAt'        ,'obo:IAO_0000115', 'en',
        'The object property \'documentUsedAt\' encodes which Document is created/used at which Stage.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('approvesDocument'      ,'obo:IAO_0000115', 'en',
        'The object property \'approvesDocument\' encodes which Actor approves which Document.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('createsDocument'       ,'obo:IAO_0000115', 'en',
        'The object property \'createsDocument\' encodes which Actor creates which Document.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('documentContributedBy' ,'obo:IAO_0000115', 'en',
        'The object property \'documentContributedBy\' encodes which Document is contributed by which Actor.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('isStakeholderOf'       ,'obo:IAO_0000115', 'en',
        'The object property \'isStakeholderOf\' encodes which Actor belongs to which Stakeholder.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('reportCreatedBy'       ,'obo:IAO_0000115', 'en',
        'The object property \'reportCreatedBy\' encodes which report is created by which Actor.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('issueAssignedBy'       ,'obo:IAO_0000115', 'en',
        'The object property \'issueAssignedBy\' encodes an issue type is assigned by whom. Assigning means to allocate responsibility for the issue to a specific individual or team.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('issueClosedBy'         ,'obo:IAO_0000115', 'en',
        'The object property \'issueClosedBy\' encodes an issue type is closed by whom. Closing means officially concludes the issue management process.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('issueDetectedBy'       ,'obo:IAO_0000115', 'en',
        'The object property \'issueDetectedBy\' encodes an issue type is detected by whom. Detecting means to identify potential issues through regular reviews and reporting.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('issueEscalatedBy'      ,'obo:IAO_0000115', 'en',
        'The object property \'issueEscalatedBy\' encodes an issue type is escalated by whom. Escalating means to move the issue to a higher level of management or attention.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('issueLoggedBy'         ,'obo:IAO_0000115', 'en',
        'The object property \'issueLoggedBy\' encodes an issue type is escalated by an Actor. Logging means to record details about the issue for future reference.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('issueMitigatedBy'      ,'obo:IAO_0000115', 'en',
        'The object property \'issueMitigatedBy\' encodes an issue type is escalated by an Actor. Mitigating means to reduce the impact or likelihood of the issue.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('issueMonitoredBy'      ,'obo:IAO_0000115', 'en',
        'The object property \'issueMonitoredBy\' encodes an issue type which is escalated by an Actor. Monitoring means to track issue progress and its impact on program objectives.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('issuePreventedBy'      ,'obo:IAO_0000115', 'en',
        'The object property \'issuePreventedBy\' encodes an issue type which is prevented by an Actor. Preenting means to implement proactive measures to avoid potential issues.'
       ) ;

INSERT INTO OBJECT_PROPERTY_ANNOTATIONS (object_property_IRI, annotation_type_IRI, language, annotation)
VALUES ('issueResolvedBy'       ,'obo:IAO_0000115', 'en',
        'The object property \'issueResolvedBy\' encodes an issue type which is resolved by an Actor. Resolving means to eliminate the root cause of the issue.'
       ) ;

COMMIT ;

/*
    end of upload_object_property_annotations.sql
 */
