diff --git a/404.html b/404.html index c433b529..a6b3e080 100644 --- a/404.html +++ b/404.html @@ -8,11 +8,8 @@ - - - - + @@ -20,14 +17,15 @@ - + + + + + - - - @@ -49,9 +47,15 @@ - + + + + + + + @@ -65,9 +69,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: Activity

a provence-generating activity

URI: kgcl:Activity

classDiagram class Activity + click Activity href "../Activity" ProvElement <|-- Activity + click ProvElement href "../ProvElement" Activity : description @@ -249,11 +230,21 @@

Class: Activity

Activity : was_associated_with - Activity --> Agent : was_associated_with + + + + Activity --> "0..1" Agent : was_associated_with + click Agent href "../Agent" + Activity : was_informed_by - Activity --> Activity : was_informed_by + + + + Activity --> "0..1" Activity : was_informed_by + click Activity href "../Activity" +
@@ -277,7 +268,7 @@

Slots

id -1..1
String +1
String direct @@ -827,7 +818,6 @@

Induced

-
@@ -848,8 +838,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/AddNodeToSubset/index.html b/AddNodeToSubset/index.html index 1b169e36..725de9bb 100644 --- a/AddNodeToSubset/index.html +++ b/AddNodeToSubset/index.html @@ -7,15 +7,16 @@ - + Class: AddNodeToSubset - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: AddNodeToSubset

Places a node inside a subset, by annotating that node

URI: kgcl:AddNodeToSubset

classDiagram class AddNodeToSubset + click AddNodeToSubset href "../AddNodeToSubset" AddToSubset <|-- AddNodeToSubset + click AddToSubset href "../AddToSubset" NodeChange <|-- AddNodeToSubset + click NodeChange href "../NodeChange" AddNodeToSubset : about_node - AddNodeToSubset --> Node : about_node + + + + AddNodeToSubset --> "0..1" Node : about_node + click Node href "../Node" + AddNodeToSubset : about_node_representation @@ -259,13 +244,23 @@

Class: AddNodeToSubset

AddNodeToSubset : has_undo - AddNodeToSubset --> Change : has_undo + + + + AddNodeToSubset --> "0..1" Change : has_undo + click Change href "../Change" + AddNodeToSubset : id AddNodeToSubset : in_subset - AddNodeToSubset --> OntologySubset : in_subset + + + + AddNodeToSubset --> "0..1" OntologySubset : in_subset + click OntologySubset href "../OntologySubset" + AddNodeToSubset : language @@ -293,7 +288,12 @@

Class: AddNodeToSubset

AddNodeToSubset : was_generated_by - AddNodeToSubset --> Activity : was_generated_by + + + + AddNodeToSubset --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -392,7 +392,7 @@

Slots

id -1..1
String +1
String Change @@ -519,12 +519,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: AddNodeToSubset domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -756,12 +756,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: AddNodeToSubset domain_of: - Change range: Change + multivalued: false in_subset: name: in_subset description: subset that the element is being placed inside. @@ -778,7 +778,6 @@

Induced

-
@@ -799,8 +798,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/AddToSubset/index.html b/AddToSubset/index.html index 29264212..1075671a 100644 --- a/AddToSubset/index.html +++ b/AddToSubset/index.html @@ -7,15 +7,16 @@ - + Class: AddToSubset - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: AddToSubset

placing an element inside a subset

URI: kgcl:AddToSubset

classDiagram class AddToSubset + click AddToSubset href "../AddToSubset" SubsetMembershipChange <|-- AddToSubset + click SubsetMembershipChange href "../SubsetMembershipChange" AddToSubset <|-- AddNodeToSubset + click AddNodeToSubset href "../AddNodeToSubset" AddToSubset : in_subset - AddToSubset --> OntologySubset : in_subset + + + + AddToSubset --> "0..1" OntologySubset : in_subset + click OntologySubset href "../OntologySubset" +
@@ -354,8 +339,6 @@

Direct

in_subset: name: in_subset description: subset that the element is being placed inside. - domain_of: - - SubsetMembershipChange @@ -370,8 +353,6 @@

Induced

in_subset: name: in_subset description: subset that the element is being placed inside. - domain_of: - - SubsetMembershipChange attributes: in_subset: name: in_subset @@ -389,7 +370,6 @@

Induced

-
@@ -410,8 +390,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Agent/index.html b/Agent/index.html index 7d6ca2d6..4e0f5ea1 100644 --- a/Agent/index.html +++ b/Agent/index.html @@ -7,15 +7,16 @@ - + Class: Agent - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: Agent

a provence-generating agent

URI: prov:Agent

classDiagram class Agent + click Agent href "../Agent" ProvElement <|-- Agent + click ProvElement href "../ProvElement" Agent : acted_on_behalf_of - Agent --> Agent : acted_on_behalf_of + + + + Agent --> "0..1" Agent : acted_on_behalf_of + click Agent href "../Agent" + Agent : id Agent : was_informed_by - Agent --> Activity : was_informed_by + + + + Agent --> "0..1" Activity : was_informed_by + click Activity href "../Activity" +
@@ -269,7 +260,7 @@

Slots

id -1..1
String +1
String direct @@ -401,7 +392,6 @@

Induced

-
@@ -422,8 +412,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/AllowsAutomaticReplacementOfEdges/index.html b/AllowsAutomaticReplacementOfEdges/index.html index 1b86d0c8..32654b92 100644 --- a/AllowsAutomaticReplacementOfEdges/index.html +++ b/AllowsAutomaticReplacementOfEdges/index.html @@ -7,15 +7,16 @@ - + Class: AllowsAutomaticReplacementOfEdges - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: AllowsAutomaticReplacementOfEdges

Applies to an obsoletion in which annotations or edges pointing at the obsoleted node can be automatically rewired to point to a target

URI: kgcl:AllowsAutomaticReplacementOfEdges

classDiagram class AllowsAutomaticReplacementOfEdges + click AllowsAutomaticReplacementOfEdges href "../AllowsAutomaticReplacementOfEdges" Obsoletion <|-- AllowsAutomaticReplacementOfEdges + click Obsoletion href "../Obsoletion" AllowsAutomaticReplacementOfEdges <|-- NodeDirectMerge + click NodeDirectMerge href "../NodeDirectMerge" AllowsAutomaticReplacementOfEdges <|-- NodeObsoletionWithDirectReplacement + click NodeObsoletionWithDirectReplacement href "../NodeObsoletionWithDirectReplacement" @@ -343,7 +326,6 @@

Induced

-
@@ -364,8 +346,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Annotation/index.html b/Annotation/index.html index ecffa0a2..83fc0be9 100644 --- a/Annotation/index.html +++ b/Annotation/index.html @@ -7,15 +7,16 @@ - + Class: Annotation - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: Annotation

owl annotations. Not to be confused with annotations sensu GO

URI: kgcl:Annotation

classDiagram class Annotation + click Annotation href "../Annotation" PropertyValue <|-- Annotation + click PropertyValue href "../PropertyValue" Annotation : annotation_set - Annotation --> Annotation : annotation_set + + + + Annotation --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + Annotation : filler @@ -247,7 +233,12 @@

Class: Annotation

Annotation : property - Annotation --> Node : property + + + + Annotation --> "0..1" Node : property + click Node href "../Node" + Annotation : property_type @@ -527,7 +518,6 @@

Induced

-
@@ -548,8 +538,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Boolean/index.html b/Boolean/index.html index f7bedc94..aa468e18 100644 --- a/Boolean/index.html +++ b/Boolean/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,14 +19,15 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: Change

Any change perform on an ontology or knowledge graph

    @@ -238,12 +217,17 @@

    Class: Change

    URI: kgcl:Change

    classDiagram class Change + click Change href "../Change" ChangeLanguageElement <|-- Change + click ChangeLanguageElement href "../ChangeLanguageElement" Change <|-- SimpleChange + click SimpleChange href "../SimpleChange" Change <|-- ComplexChange + click ComplexChange href "../ComplexChange" Change <|-- Transaction + click Transaction href "../Transaction" Change : change_date @@ -254,7 +238,12 @@

    Class: Change

    Change : has_undo - Change --> Change : has_undo + + + + Change --> "0..1" Change : has_undo + click Change href "../Change" + Change : id @@ -266,7 +255,12 @@

    Class: Change

    Change : was_generated_by - Change --> Activity : was_generated_by + + + + Change --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
    @@ -295,7 +289,7 @@

    Slots

    id -1..1
    String +1
    String direct @@ -1034,21 +1028,15 @@

    Direct

    name: was_generated_by comments: - we use the PROV model to represent the agent making a change - domain_of: - - Change see_also: name: see_also comments: - If this change is in relationship to an issue on a system like github, include the URL here - domain_of: - - Change pull_request: name: pull_request comments: - If this change has a pull request on a system like github, include the URL here - domain_of: - - Change term_tracker_issue: name: term_tracker_issue comments: @@ -1058,14 +1046,10 @@

    Direct

    comments: - This should be the composition of 'was generated by' and 'was associated with' slot_uri: dcterms:creator - domain_of: - - Change change_date: name: change_date comments: - This should be the composition of 'was generated by' and 'ended at time' - domain_of: - - Change @@ -1081,21 +1065,15 @@

    Induced

    name: was_generated_by comments: - we use the PROV model to represent the agent making a change - domain_of: - - Change see_also: name: see_also comments: - If this change is in relationship to an issue on a system like github, include the URL here - domain_of: - - Change pull_request: name: pull_request comments: - If this change has a pull request on a system like github, include the URL here - domain_of: - - Change term_tracker_issue: name: term_tracker_issue comments: @@ -1105,14 +1083,10 @@

    Induced

    comments: - This should be the composition of 'was generated by' and 'was associated with' slot_uri: dcterms:creator - domain_of: - - Change change_date: name: change_date comments: - This should be the composition of 'was generated by' and 'ended at time' - domain_of: - - Change attributes: id: name: id @@ -1215,19 +1189,18 @@

    Induced

    from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: Change domain_of: - Change range: Change + multivalued: false
-
@@ -1248,8 +1221,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/ChangeClassType/index.html b/ChangeClassType/index.html index c5c5d9e8..7e16ee8b 100644 --- a/ChangeClassType/index.html +++ b/ChangeClassType/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,14 +19,15 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: ChangeLanguageElement

A broad grouping for all elements of the change language

    @@ -231,11 +212,17 @@

    Class: ChangeLanguageElement

    URI: kgcl:ChangeLanguageElement

    classDiagram class ChangeLanguageElement + click ChangeLanguageElement href "../ChangeLanguageElement" ChangeLanguageElement <|-- Change + click Change href "../Change" ChangeLanguageElement <|-- ChangeSetSummaryStatistic + click ChangeSetSummaryStatistic href "../ChangeSetSummaryStatistic" ChangeLanguageElement <|-- TextualDiff + click TextualDiff href "../TextualDiff" ChangeLanguageElement <|-- Configuration + click Configuration href "../Configuration" ChangeLanguageElement <|-- Session + click Session href "../Session"
    @@ -316,7 +303,6 @@

    Induced

-
@@ -337,8 +323,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/ChangeMixin/index.html b/ChangeMixin/index.html index 04b6a308..d6f85684 100644 --- a/ChangeMixin/index.html +++ b/ChangeMixin/index.html @@ -7,15 +7,16 @@ - + Class: ChangeMixin - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: ChangeMixin

root class for all change mixins

URI: kgcl:ChangeMixin

classDiagram class ChangeMixin + click ChangeMixin href "../ChangeMixin" ChangeMixin <|-- Obsoletion + click Obsoletion href "../Obsoletion" ChangeMixin <|-- DatatypeOrLanguageTagChange + click DatatypeOrLanguageTagChange href "../DatatypeOrLanguageTagChange" ChangeMixin <|-- Unobsoletion + click Unobsoletion href "../Unobsoletion" ChangeMixin <|-- Deletion + click Deletion href "../Deletion" ChangeMixin <|-- Creation + click Creation href "../Creation" ChangeMixin <|-- SubsetMembershipChange + click SubsetMembershipChange href "../SubsetMembershipChange"
@@ -337,7 +323,6 @@

Induced

-
@@ -358,8 +343,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/ChangeSetSummaryStatistic/index.html b/ChangeSetSummaryStatistic/index.html index 02689a29..b74bacea 100644 --- a/ChangeSetSummaryStatistic/index.html +++ b/ChangeSetSummaryStatistic/index.html @@ -7,15 +7,16 @@ - + Class: ChangeSetSummaryStatistic - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: ChangeSetSummaryStatistic

A summary statistic for a set of changes of the same type, grouped by zero or more node properties

URI: kgcl:ChangeSetSummaryStatistic

classDiagram class ChangeSetSummaryStatistic + click ChangeSetSummaryStatistic href "../ChangeSetSummaryStatistic" ChangeLanguageElement <|-- ChangeSetSummaryStatistic + click ChangeLanguageElement href "../ChangeLanguageElement"
@@ -327,7 +310,6 @@

Induced

-
@@ -348,8 +330,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/ClassCreation/index.html b/ClassCreation/index.html index e0ee4aaa..ec1dab02 100644 --- a/ClassCreation/index.html +++ b/ClassCreation/index.html @@ -7,15 +7,16 @@ - + Class: ClassCreation - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: ClassCreation

A node creation where the owl type is 'owl:Class'

URI: kgcl:ClassCreation

classDiagram class ClassCreation + click ClassCreation href "../ClassCreation" NodeCreation <|-- ClassCreation + click NodeCreation href "../NodeCreation" ClassCreation : about_node - ClassCreation --> Node : about_node + + + + ClassCreation --> "0..1" Node : about_node + click Node href "../Node" + ClassCreation : about_node_representation ClassCreation : annotation_set - ClassCreation --> Annotation : annotation_set + + + + ClassCreation --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + ClassCreation : change_date @@ -248,7 +241,12 @@

Class: ClassCreation

ClassCreation : has_undo - ClassCreation --> Deletion : has_undo + + + + ClassCreation --> "0..1" Deletion : has_undo + click Deletion href "../Deletion" + ClassCreation : id @@ -266,7 +264,12 @@

Class: ClassCreation

ClassCreation : node_id - ClassCreation --> Node : node_id + + + + ClassCreation --> "0..1" Node : node_id + click Node href "../Node" + ClassCreation : old_datatype @@ -278,7 +281,12 @@

Class: ClassCreation

ClassCreation : owl_type - ClassCreation --> OwlTypeEnum : owl_type + + + + ClassCreation --> "0..1" OwlTypeEnum : owl_type + click OwlTypeEnum href "../OwlTypeEnum" + ClassCreation : pull_request @@ -286,13 +294,23 @@

Class: ClassCreation

ClassCreation : superclass - ClassCreation --> Node : superclass + + + + ClassCreation --> "0..1" Node : superclass + click Node href "../Node" + ClassCreation : type ClassCreation : was_generated_by - ClassCreation --> Activity : was_generated_by + + + + ClassCreation --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -360,7 +378,7 @@

Slots

language 0..1
LanguageTag The language tag of a literal -NodeChange, NodeCreation +NodeCreation, NodeChange about_node @@ -424,7 +442,7 @@

Slots

id -1..1
String +1
String Change @@ -605,12 +623,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: ClassCreation domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -829,19 +847,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: ClassCreation domain_of: - Change range: Deletion + multivalued: false
-
@@ -862,8 +879,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/ClassNode/index.html b/ClassNode/index.html index b3c0e75e..1ef54353 100644 --- a/ClassNode/index.html +++ b/ClassNode/index.html @@ -7,15 +7,16 @@ - + Class: ClassNode - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: ClassNode

A node that is a class

URI: owl:Class

classDiagram class ClassNode + click ClassNode href "../ClassNode" Node <|-- ClassNode + click Node href "../Node" ClassNode : annotation_set - ClassNode --> Annotation : annotation_set + + + + ClassNode --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + ClassNode : id @@ -247,7 +233,12 @@

Class: ClassNode

ClassNode : owl_type - ClassNode --> OwlTypeEnum : owl_type + + + + ClassNode --> "0..1" OwlTypeEnum : owl_type + click OwlTypeEnum href "../OwlTypeEnum" +
@@ -274,7 +265,7 @@

Slots

id -1..1
String +1
String Node @@ -406,7 +397,6 @@

Induced

-
@@ -427,8 +417,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/ComplexChange/index.html b/ComplexChange/index.html index 3f465a08..adbd9a63 100644 --- a/ComplexChange/index.html +++ b/ComplexChange/index.html @@ -7,15 +7,16 @@ - + Class: ComplexChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: ComplexChange

A change that is is a composition of other changes

    @@ -231,17 +212,25 @@

    Class: ComplexChange

    URI: kgcl:ComplexChange

    classDiagram class ComplexChange + click ComplexChange href "../ComplexChange" Change <|-- ComplexChange + click Change href "../Change" ComplexChange <|-- MultiNodeObsoletion + click MultiNodeObsoletion href "../MultiNodeObsoletion" ComplexChange : change_date ComplexChange : change_set - ComplexChange --> Change : change_set + + + + ComplexChange --> "*" Change : change_set + click Change href "../Change" + ComplexChange : contributor @@ -249,7 +238,12 @@

    Class: ComplexChange

    ComplexChange : has_undo - ComplexChange --> Change : has_undo + + + + ComplexChange --> "0..1" Change : has_undo + click Change href "../Change" + ComplexChange : id @@ -261,7 +255,12 @@

    Class: ComplexChange

    ComplexChange : was_generated_by - ComplexChange --> Activity : was_generated_by + + + + ComplexChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
    @@ -291,13 +290,13 @@

    Slots

    change_set -0..*
    Change +*
    Change A collection of changes direct id -1..1
    String +1
    String Change @@ -402,7 +401,6 @@

    Induced

    description: A collection of changes from_schema: https://w3id.org/kgcl rank: 1000 - multivalued: true alias: change_set owner: ComplexChange domain_of: @@ -410,6 +408,7 @@

    Induced

    - Transaction - Session range: Change + multivalued: true inlined: true inlined_as_list: true id: @@ -513,19 +512,18 @@

    Induced

    from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: ComplexChange domain_of: - Change range: Change + multivalued: false
-
@@ -546,8 +544,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Configuration/index.html b/Configuration/index.html index 94f32bac..1e627230 100644 --- a/Configuration/index.html +++ b/Configuration/index.html @@ -7,15 +7,16 @@ - + Class: Configuration - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: Configuration

The meaning of operations can be configured

URI: kgcl:Configuration

classDiagram class Configuration + click Configuration href "../Configuration" ChangeLanguageElement <|-- Configuration + click ChangeLanguageElement href "../ChangeLanguageElement" Configuration : contributor_predicate @@ -246,7 +229,12 @@

Class: Configuration

Configuration : obsoletion_policies - Configuration --> ObsoletionPolicyEnum : obsoletion_policies + + + + Configuration --> "*" ObsoletionPolicyEnum : obsoletion_policies + click ObsoletionPolicyEnum href "../ObsoletionPolicyEnum" + Configuration : obsoletion_workflow @@ -322,7 +310,7 @@

Slots

obsoletion_policies -0..*
ObsoletionPolicyEnum +*
ObsoletionPolicyEnum direct @@ -422,10 +410,10 @@

Direct

name: obsoletion_policies from_schema: https://w3id.org/kgcl rank: 1000 - multivalued: true domain_of: - Configuration range: ObsoletionPolicyEnum + multivalued: true obsolete_subclass_of_shadow_property: name: obsolete_subclass_of_shadow_property description: specifies the annotation property to be used to create a shadow annotation @@ -523,12 +511,12 @@

Induced

name: obsoletion_policies from_schema: https://w3id.org/kgcl rank: 1000 - multivalued: true alias: obsoletion_policies owner: Configuration domain_of: - Configuration range: ObsoletionPolicyEnum + multivalued: true obsolete_subclass_of_shadow_property: name: obsolete_subclass_of_shadow_property description: specifies the annotation property to be used to create a shadow annotation @@ -546,7 +534,6 @@

Induced

-
@@ -567,8 +554,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Creation/index.html b/Creation/index.html index 7d23e9d3..62cb508c 100644 --- a/Creation/index.html +++ b/Creation/index.html @@ -7,15 +7,16 @@ - + Class: Creation - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: Creation

Creation of an element.

URI: kgcl:Creation

classDiagram class Creation + click Creation href "../Creation" ChangeMixin <|-- Creation + click ChangeMixin href "../ChangeMixin" Creation <|-- EdgeCreation + click EdgeCreation href "../EdgeCreation" Creation <|-- MappingCreation + click MappingCreation href "../MappingCreation" Creation <|-- NodeCreation + click NodeCreation href "../NodeCreation" @@ -330,8 +314,6 @@

Direct

slot_usage: has_undo: name: has_undo - domain_of: - - Change range: Deletion @@ -346,8 +328,6 @@

Induced

slot_usage: has_undo: name: has_undo - domain_of: - - Change range: Deletion @@ -355,7 +335,6 @@

Induced

-
@@ -376,8 +355,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Curie/index.html b/Curie/index.html index 123a17d6..0b233e28 100644 --- a/Curie/index.html +++ b/Curie/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,14 +19,15 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: DatatypeChange

URI: kgcl:DatatypeChange

classDiagram class DatatypeChange + click DatatypeChange href "../DatatypeChange" DatatypeOrLanguageTagChange <|-- DatatypeChange + click DatatypeOrLanguageTagChange href "../DatatypeOrLanguageTagChange"
@@ -305,7 +288,6 @@

Induced

-
@@ -326,8 +308,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/DatatypeOrLanguageTagChange/index.html b/DatatypeOrLanguageTagChange/index.html index cefe6dd2..97585cbf 100644 --- a/DatatypeOrLanguageTagChange/index.html +++ b/DatatypeOrLanguageTagChange/index.html @@ -7,15 +7,16 @@ - + Class: DatatypeOrLanguageTagChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: DatatypeOrLanguageTagChange

A change in a value assertion where the value remain unchanged but either the datatype or language changes

URI: kgcl:DatatypeOrLanguageTagChange

classDiagram class DatatypeOrLanguageTagChange + click DatatypeOrLanguageTagChange href "../DatatypeOrLanguageTagChange" ChangeMixin <|-- DatatypeOrLanguageTagChange + click ChangeMixin href "../ChangeMixin" DatatypeOrLanguageTagChange <|-- LanguageTagChange + click LanguageTagChange href "../LanguageTagChange" DatatypeOrLanguageTagChange <|-- DatatypeChange + click DatatypeChange href "../DatatypeChange" @@ -340,7 +323,6 @@

Induced

-
@@ -361,8 +343,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Date/index.html b/Date/index.html index a09c573e..cfed2dc5 100644 --- a/Date/index.html +++ b/Date/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,14 +19,15 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: Edge

A relationship between two nodes.

Currently the only kinds of edges supported in KGCL:

@@ -255,27 +232,49 @@

Class: Edge

URI: kgcl:Edge

classDiagram class Edge + click Edge href "../Edge" OntologyElement <|-- Edge + click OntologyElement href "../OntologyElement" Edge : annotation_set - Edge --> Annotation : annotation_set + + + + Edge --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + Edge : object - Edge --> Node : object + + + + Edge --> "0..1" Node : object + click Node href "../Node" + Edge : object_representation Edge : predicate - Edge --> Node : predicate + + + + Edge --> "0..1" Node : predicate + click Node href "../Node" + Edge : predicate_representation Edge : subject - Edge --> Node : subject + + + + Edge --> "0..1" Node : subject + click Node href "../Node" + Edge : subject_representation @@ -636,7 +635,6 @@

Induced

-
@@ -657,8 +655,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/EdgeChange/index.html b/EdgeChange/index.html index ecdb4756..80177541 100644 --- a/EdgeChange/index.html +++ b/EdgeChange/index.html @@ -7,15 +7,16 @@ - + Class: EdgeChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: EdgeChange

A change in which the element that is the focus of the change is an edge.

    @@ -245,21 +222,35 @@

    Class: EdgeChange

    URI: kgcl:EdgeChange

    classDiagram class EdgeChange + click EdgeChange href "../EdgeChange" SimpleChange <|-- EdgeChange + click SimpleChange href "../SimpleChange" EdgeChange <|-- EdgeCreation + click EdgeCreation href "../EdgeCreation" EdgeChange <|-- EdgeDeletion + click EdgeDeletion href "../EdgeDeletion" EdgeChange <|-- EdgeObsoletion + click EdgeObsoletion href "../EdgeObsoletion" EdgeChange <|-- EdgeRewiring + click EdgeRewiring href "../EdgeRewiring" EdgeChange <|-- NodeMove + click NodeMove href "../NodeMove" EdgeChange <|-- PredicateChange + click PredicateChange href "../PredicateChange" EdgeChange <|-- EdgeLogicalInterpretationChange + click EdgeLogicalInterpretationChange href "../EdgeLogicalInterpretationChange" EdgeChange : about_edge - EdgeChange --> Edge : about_edge + + + + EdgeChange --> "0..1" Edge : about_edge + click Edge href "../Edge" + EdgeChange : change_date @@ -271,7 +262,12 @@

    Class: EdgeChange

    EdgeChange : has_undo - EdgeChange --> Change : has_undo + + + + EdgeChange --> "0..1" Change : has_undo + click Change href "../Change" + EdgeChange : id @@ -303,7 +299,12 @@

    Class: EdgeChange

    EdgeChange : was_generated_by - EdgeChange --> Activity : was_generated_by + + + + EdgeChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
    @@ -414,7 +415,7 @@

    Slots

    id -1..1
    String +1
    String Change @@ -525,12 +526,6 @@

    Direct

    name: subject comments: - if subject is empty, use the about field of the last node change - domain_of: - - EdgeCreation - - EdgeDeletion - - EdgeObsoletion - - MappingCreation - - Edge @@ -551,24 +546,18 @@

    Induced

    name: subject comments: - if subject is empty, use the about field of the last node change - domain_of: - - EdgeCreation - - EdgeDeletion - - EdgeObsoletion - - MappingCreation - - Edge attributes: about_edge: name: about_edge from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: EdgeChange domain_of: - EdgeChange range: Edge + multivalued: false object_type: name: object_type description: The type (IRI or Literal) of an object @@ -812,19 +801,18 @@

    Induced

    from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: EdgeChange domain_of: - Change range: Change + multivalued: false
-
@@ -845,8 +833,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/EdgeCreation/index.html b/EdgeCreation/index.html index 3d6f6126..de8872b0 100644 --- a/EdgeCreation/index.html +++ b/EdgeCreation/index.html @@ -7,15 +7,16 @@ - + Class: EdgeCreation - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: EdgeCreation

An edge change in which a de-novo edge is created. The edge is potentially annotated in the same action.

URI: kgcl:EdgeCreation

classDiagram class EdgeCreation + click EdgeCreation href "../EdgeCreation" Creation <|-- EdgeCreation + click Creation href "../Creation" EdgeChange <|-- EdgeCreation + click EdgeChange href "../EdgeChange" EdgeCreation <|-- PlaceUnder + click PlaceUnder href "../PlaceUnder" EdgeCreation <|-- MappingCreation + click MappingCreation href "../MappingCreation" EdgeCreation : about_edge - EdgeCreation --> Edge : about_edge + + + + EdgeCreation --> "0..1" Edge : about_edge + click Edge href "../Edge" + EdgeCreation : annotation_set - EdgeCreation --> Annotation : annotation_set + + + + EdgeCreation --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + EdgeCreation : change_date @@ -268,7 +260,12 @@

Class: EdgeCreation

EdgeCreation : has_undo - EdgeCreation --> Deletion : has_undo + + + + EdgeCreation --> "0..1" Deletion : has_undo + click Deletion href "../Deletion" + EdgeCreation : id @@ -284,7 +281,12 @@

Class: EdgeCreation

EdgeCreation : object - EdgeCreation --> Node : object + + + + EdgeCreation --> "0..1" Node : object + click Node href "../Node" + EdgeCreation : object_type @@ -298,7 +300,12 @@

Class: EdgeCreation

EdgeCreation : predicate - EdgeCreation --> Node : predicate + + + + EdgeCreation --> "0..1" Node : predicate + click Node href "../Node" + EdgeCreation : predicate_type @@ -308,7 +315,12 @@

Class: EdgeCreation

EdgeCreation : subject - EdgeCreation --> Node : subject + + + + EdgeCreation --> "0..1" Node : subject + click Node href "../Node" + EdgeCreation : subject_type @@ -316,7 +328,12 @@

Class: EdgeCreation

EdgeCreation : was_generated_by - EdgeCreation --> Activity : was_generated_by + + + + EdgeCreation --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -461,7 +478,7 @@

Slots

id -1..1
String +1
String Change @@ -703,12 +720,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: EdgeCreation domain_of: - EdgeChange range: Edge + multivalued: false language: name: language description: The language tag of a literal @@ -939,19 +956,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: EdgeCreation domain_of: - Change range: Deletion + multivalued: false
-
@@ -972,8 +988,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/EdgeDeletion/index.html b/EdgeDeletion/index.html index d22b3c0d..a66dfc07 100644 --- a/EdgeDeletion/index.html +++ b/EdgeDeletion/index.html @@ -7,15 +7,16 @@ - + Class: EdgeDeletion - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: EdgeDeletion

An edge change in which an edge is removed. All edge annotations/properies are removed in the same action.

URI: kgcl:EdgeDeletion

classDiagram class EdgeDeletion + click EdgeDeletion href "../EdgeDeletion" Deletion <|-- EdgeDeletion + click Deletion href "../Deletion" EdgeChange <|-- EdgeDeletion + click EdgeChange href "../EdgeChange" EdgeDeletion <|-- RemoveUnder + click RemoveUnder href "../RemoveUnder" EdgeDeletion : about_edge - EdgeDeletion --> Edge : about_edge + + + + EdgeDeletion --> "0..1" Edge : about_edge + click Edge href "../Edge" + EdgeDeletion : annotation_set - EdgeDeletion --> Annotation : annotation_set + + + + EdgeDeletion --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + EdgeDeletion : change_date @@ -260,7 +253,12 @@

Class: EdgeDeletion

EdgeDeletion : has_undo - EdgeDeletion --> Change : has_undo + + + + EdgeDeletion --> "0..1" Change : has_undo + click Change href "../Change" + EdgeDeletion : id @@ -276,7 +274,12 @@

Class: EdgeDeletion

EdgeDeletion : object - EdgeDeletion --> Node : object + + + + EdgeDeletion --> "0..1" Node : object + click Node href "../Node" + EdgeDeletion : object_type @@ -290,7 +293,12 @@

Class: EdgeDeletion

EdgeDeletion : predicate - EdgeDeletion --> Node : predicate + + + + EdgeDeletion --> "0..1" Node : predicate + click Node href "../Node" + EdgeDeletion : predicate_type @@ -300,7 +308,12 @@

Class: EdgeDeletion

EdgeDeletion : subject - EdgeDeletion --> Node : subject + + + + EdgeDeletion --> "0..1" Node : subject + click Node href "../Node" + EdgeDeletion : subject_type @@ -308,7 +321,12 @@

Class: EdgeDeletion

EdgeDeletion : was_generated_by - EdgeDeletion --> Activity : was_generated_by + + + + EdgeDeletion --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -452,7 +470,7 @@

Slots

id -1..1
String +1
String Change @@ -686,12 +704,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: EdgeDeletion domain_of: - EdgeChange range: Edge + multivalued: false language: name: language description: The language tag of a literal @@ -922,19 +940,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: EdgeDeletion domain_of: - Change range: Change + multivalued: false
-
@@ -955,8 +972,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/EdgeLogicalInterpretationChange/index.html b/EdgeLogicalInterpretationChange/index.html index eaa53818..0585b228 100644 --- a/EdgeLogicalInterpretationChange/index.html +++ b/EdgeLogicalInterpretationChange/index.html @@ -7,15 +7,16 @@ - + Class: EdgeLogicalInterpretationChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: EdgeLogicalInterpretationChange

An edge change where the subject, object, and predicate are unchanged, but the logical interpretation changes

URI: kgcl:EdgeLogicalInterpretationChange

classDiagram class EdgeLogicalInterpretationChange + click EdgeLogicalInterpretationChange href "../EdgeLogicalInterpretationChange" EdgeChange <|-- EdgeLogicalInterpretationChange + click EdgeChange href "../EdgeChange" EdgeLogicalInterpretationChange : about_edge - EdgeLogicalInterpretationChange --> Edge : about_edge + + + + EdgeLogicalInterpretationChange --> "0..1" Edge : about_edge + click Edge href "../Edge" + EdgeLogicalInterpretationChange : change_date @@ -251,7 +237,12 @@

Class: EdgeLogicalInterpretationC EdgeLogicalInterpretationChange : has_undo - EdgeLogicalInterpretationChange --> Change : has_undo + + + + EdgeLogicalInterpretationChange --> "0..1" Change : has_undo + click Change href "../Change" + EdgeLogicalInterpretationChange : id @@ -283,7 +274,12 @@

Class: EdgeLogicalInterpretationC EdgeLogicalInterpretationChange : was_generated_by - EdgeLogicalInterpretationChange --> Activity : was_generated_by + + + + EdgeLogicalInterpretationChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +

@@ -388,7 +384,7 @@

Slots

id -1..1
String +1
String Change @@ -508,12 +504,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: EdgeLogicalInterpretationChange domain_of: - EdgeChange range: Edge + multivalued: false object_type: name: object_type description: The type (IRI or Literal) of an object @@ -757,19 +753,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: EdgeLogicalInterpretationChange domain_of: - Change range: Change + multivalued: false
-
@@ -790,8 +785,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/EdgeObsoletion/index.html b/EdgeObsoletion/index.html index fcf6bcb8..c3efd120 100644 --- a/EdgeObsoletion/index.html +++ b/EdgeObsoletion/index.html @@ -7,15 +7,16 @@ - + Class: EdgeObsoletion - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,85 +148,63 @@
+ + +

Class: EdgeObsoletion

An edge change in which an edge is obsoleted.

URI: kgcl:EdgeObsoletion

classDiagram class EdgeObsoletion + click EdgeObsoletion href "../EdgeObsoletion" Obsoletion <|-- EdgeObsoletion + click Obsoletion href "../Obsoletion" EdgeChange <|-- EdgeObsoletion + click EdgeChange href "../EdgeChange" EdgeObsoletion : about_edge - EdgeObsoletion --> Edge : about_edge + + + + EdgeObsoletion --> "0..1" Edge : about_edge + click Edge href "../Edge" + EdgeObsoletion : annotation_set - EdgeObsoletion --> Annotation : annotation_set + + + + EdgeObsoletion --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + EdgeObsoletion : change_date @@ -270,7 +258,12 @@

Class: EdgeObsoletion

EdgeObsoletion : has_undo - EdgeObsoletion --> Obsoletion : has_undo + + + + EdgeObsoletion --> "0..1" Obsoletion : has_undo + click Obsoletion href "../Obsoletion" + EdgeObsoletion : id @@ -286,7 +279,12 @@

Class: EdgeObsoletion

EdgeObsoletion : object - EdgeObsoletion --> Node : object + + + + EdgeObsoletion --> "0..1" Node : object + click Node href "../Node" + EdgeObsoletion : object_type @@ -300,7 +298,12 @@

Class: EdgeObsoletion

EdgeObsoletion : predicate - EdgeObsoletion --> Node : predicate + + + + EdgeObsoletion --> "0..1" Node : predicate + click Node href "../Node" + EdgeObsoletion : pull_request @@ -308,13 +311,23 @@

Class: EdgeObsoletion

EdgeObsoletion : subject - EdgeObsoletion --> Node : subject + + + + EdgeObsoletion --> "0..1" Node : subject + click Node href "../Node" + EdgeObsoletion : type EdgeObsoletion : was_generated_by - EdgeObsoletion --> Activity : was_generated_by + + + + EdgeObsoletion --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -443,7 +456,7 @@

Slots

id -1..1
String +1
String Change @@ -659,12 +672,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: EdgeObsoletion domain_of: - EdgeChange range: Edge + multivalued: false object_type: name: object_type description: The type (IRI or Literal) of an object @@ -908,19 +921,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: EdgeObsoletion domain_of: - Change range: Obsoletion + multivalued: false
-
@@ -941,8 +953,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/EdgeRewiring/index.html b/EdgeRewiring/index.html index 856a1649..0a6d386f 100644 --- a/EdgeRewiring/index.html +++ b/EdgeRewiring/index.html @@ -7,15 +7,16 @@ - + Class: EdgeRewiring - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: EdgeRewiring

An edge change where one node is replaced with another, as in the case of obsoletion with replacement

URI: kgcl:EdgeRewiring

classDiagram class EdgeRewiring + click EdgeRewiring href "../EdgeRewiring" EdgeChange <|-- EdgeRewiring + click EdgeChange href "../EdgeChange" EdgeRewiring : about_edge - EdgeRewiring --> Edge : about_edge + + + + EdgeRewiring --> "0..1" Edge : about_edge + click Edge href "../Edge" + EdgeRewiring : change_date @@ -251,7 +237,12 @@

Class: EdgeRewiring

EdgeRewiring : has_undo - EdgeRewiring --> Change : has_undo + + + + EdgeRewiring --> "0..1" Change : has_undo + click Change href "../Change" + EdgeRewiring : id @@ -283,7 +274,12 @@

Class: EdgeRewiring

EdgeRewiring : was_generated_by - EdgeRewiring --> Activity : was_generated_by + + + + EdgeRewiring --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -388,7 +384,7 @@

Slots

id -1..1
String +1
String Change @@ -510,12 +506,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: EdgeRewiring domain_of: - EdgeChange range: Edge + multivalued: false object_type: name: object_type description: The type (IRI or Literal) of an object @@ -759,19 +755,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: EdgeRewiring domain_of: - Change range: Change + multivalued: false
-
@@ -792,8 +787,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Float/index.html b/Float/index.html index eefb8efb..66a934d1 100644 --- a/Float/index.html +++ b/Float/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,14 +19,15 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: InstanceNode

A node that is an individual

URI: owl:NamedIndividual

classDiagram class InstanceNode + click InstanceNode href "../InstanceNode" Node <|-- InstanceNode + click Node href "../Node" InstanceNode : annotation_set - InstanceNode --> Annotation : annotation_set + + + + InstanceNode --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + InstanceNode : id @@ -247,7 +233,12 @@

Class: InstanceNode

InstanceNode : owl_type - InstanceNode --> OwlTypeEnum : owl_type + + + + InstanceNode --> "0..1" OwlTypeEnum : owl_type + click OwlTypeEnum href "../OwlTypeEnum" +
@@ -274,7 +265,7 @@

Slots

id -1..1
String +1
String Node @@ -406,7 +397,6 @@

Induced

-
@@ -427,8 +417,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Integer/index.html b/Integer/index.html index e1e240aa..ad0e3294 100644 --- a/Integer/index.html +++ b/Integer/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,14 +19,15 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: LogicalAxiomChange

A simple change where a logical axiom is changed, where the logical axiom cannot be represented as an edge

URI: kgcl:LogicalAxiomChange

classDiagram class LogicalAxiomChange + click LogicalAxiomChange href "../LogicalAxiomChange" SimpleChange <|-- LogicalAxiomChange + click SimpleChange href "../SimpleChange" LogicalAxiomChange : change_date @@ -238,7 +221,12 @@

Class: LogicalAxiomChange

LogicalAxiomChange : has_undo - LogicalAxiomChange --> Change : has_undo + + + + LogicalAxiomChange --> "0..1" Change : has_undo + click Change href "../Change" + LogicalAxiomChange : id @@ -266,7 +254,12 @@

Class: LogicalAxiomChange

LogicalAxiomChange : was_generated_by - LogicalAxiomChange --> Activity : was_generated_by + + + + LogicalAxiomChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -344,7 +337,7 @@

Slots

id -1..1
String +1
String Change @@ -649,19 +642,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: LogicalAxiomChange domain_of: - Change range: Change + multivalued: false
-
@@ -682,8 +674,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/LogicalDefinition/index.html b/LogicalDefinition/index.html index c98ce9cb..94945b8e 100644 --- a/LogicalDefinition/index.html +++ b/LogicalDefinition/index.html @@ -7,15 +7,16 @@ - + Class: LogicalDefinition - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: LogicalDefinition

URI: kgcl:LogicalDefinition

classDiagram class LogicalDefinition + click LogicalDefinition href "../LogicalDefinition" OntologyElement <|-- LogicalDefinition + click OntologyElement href "../OntologyElement"
@@ -302,7 +285,6 @@

Induced

-
@@ -323,8 +305,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/MappingCreation/index.html b/MappingCreation/index.html index f8fa637b..eaf8e62d 100644 --- a/MappingCreation/index.html +++ b/MappingCreation/index.html @@ -7,15 +7,16 @@ - + Class: MappingCreation - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: MappingCreation

A specific kind of edge creation in which the created edge is a mapping.

URI: kgcl:MappingCreation

classDiagram class MappingCreation + click MappingCreation href "../MappingCreation" Creation <|-- MappingCreation + click Creation href "../Creation" EdgeCreation <|-- MappingCreation + click EdgeCreation href "../EdgeCreation" MappingCreation : about_edge - MappingCreation --> Edge : about_edge + + + + MappingCreation --> "0..1" Edge : about_edge + click Edge href "../Edge" + MappingCreation : annotation_set - MappingCreation --> Annotation : annotation_set + + + + MappingCreation --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + MappingCreation : change_date @@ -263,7 +253,12 @@

Class: MappingCreation

MappingCreation : has_undo - MappingCreation --> Deletion : has_undo + + + + MappingCreation --> "0..1" Deletion : has_undo + click Deletion href "../Deletion" + MappingCreation : id @@ -279,7 +274,12 @@

Class: MappingCreation

MappingCreation : object - MappingCreation --> Node : object + + + + MappingCreation --> "0..1" Node : object + click Node href "../Node" + MappingCreation : object_type @@ -293,7 +293,12 @@

Class: MappingCreation

MappingCreation : predicate - MappingCreation --> Node : predicate + + + + MappingCreation --> "0..1" Node : predicate + click Node href "../Node" + MappingCreation : predicate_type @@ -303,7 +308,12 @@

Class: MappingCreation

MappingCreation : subject - MappingCreation --> Node : subject + + + + MappingCreation --> "0..1" Node : subject + click Node href "../Node" + MappingCreation : subject_type @@ -311,7 +321,12 @@

Class: MappingCreation

MappingCreation : was_generated_by - MappingCreation --> Activity : was_generated_by + + + + MappingCreation --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -455,7 +470,7 @@

Slots

id -1..1
String +1
String Change @@ -568,40 +583,13 @@

Direct

subject: name: subject description: This corresponds to subject_id in SSSOM - domain_of: - - EdgeCreation - - EdgeDeletion - - EdgeObsoletion - - MappingCreation - - Edge predicate: name: predicate description: This corresponds to predicate_id in SSSOM. The value of this is typically a predicate from SKOS - domain_of: - - EdgeCreation - - EdgeDeletion - - EdgeObsoletion - - MappingCreation - - NewSynonym - - NewMapping - - RemoveMapping - - NewMetadataAssertion - - RemoveMetadataAssertion - - Edge object: name: object description: This corresponds to object_id in SSSOM - domain_of: - - EdgeCreation - - EdgeDeletion - - EdgeObsoletion - - MappingCreation - - NewMapping - - RemoveMapping - - NewMetadataAssertion - - RemoveMetadataAssertion - - Edge @@ -625,44 +613,19 @@

Induced

subject: name: subject description: This corresponds to subject_id in SSSOM - domain_of: - - EdgeCreation - - EdgeDeletion - - EdgeObsoletion - - MappingCreation - - Edge predicate: name: predicate description: This corresponds to predicate_id in SSSOM. The value of this is typically a predicate from SKOS - domain_of: - - EdgeCreation - - EdgeDeletion - - EdgeObsoletion - - MappingCreation - - NewSynonym - - NewMapping - - RemoveMapping - - NewMetadataAssertion - - RemoveMetadataAssertion - - Edge object: name: object description: This corresponds to object_id in SSSOM - domain_of: - - EdgeCreation - - EdgeDeletion - - EdgeObsoletion - - MappingCreation - - NewMapping - - RemoveMapping - - NewMetadataAssertion - - RemoveMetadataAssertion - - Edge attributes: subject: name: subject description: This corresponds to subject_id in SSSOM + comments: + - if subject is empty, use the about field of the last node change from_schema: https://w3id.org/kgcl rank: 1000 alias: subject @@ -770,12 +733,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: MappingCreation domain_of: - EdgeChange range: Edge + multivalued: false language: name: language description: The language tag of a literal @@ -1006,19 +969,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: MappingCreation domain_of: - Change range: Deletion + multivalued: false
-
@@ -1039,8 +1001,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/MappingPredicateChange/index.html b/MappingPredicateChange/index.html index 13c819f4..07dfa353 100644 --- a/MappingPredicateChange/index.html +++ b/MappingPredicateChange/index.html @@ -7,15 +7,16 @@ - + Class: MappingPredicateChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: MappingPredicateChange

A node mapping change where the predicate of a mapping is changed.

URI: kgcl:MappingPredicateChange

classDiagram class MappingPredicateChange + click MappingPredicateChange href "../MappingPredicateChange" NodeMappingChange <|-- MappingPredicateChange + click NodeMappingChange href "../NodeMappingChange" MappingPredicateChange : about_node - MappingPredicateChange --> Node : about_node + + + + MappingPredicateChange --> "0..1" Node : about_node + click Node href "../Node" + MappingPredicateChange : about_node_representation @@ -251,7 +237,12 @@

Class: MappingPredicateChange

MappingPredicateChange : has_undo - MappingPredicateChange --> Change : has_undo + + + + MappingPredicateChange --> "0..1" Change : has_undo + click Change href "../Change" + MappingPredicateChange : id @@ -281,7 +272,12 @@

Class: MappingPredicateChange

MappingPredicateChange : was_generated_by - MappingPredicateChange --> Activity : was_generated_by + + + + MappingPredicateChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -383,7 +379,7 @@

Slots

id -1..1
String +1
String Change @@ -537,12 +533,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: MappingPredicateChange domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -732,19 +728,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: MappingPredicateChange domain_of: - Change range: Change + multivalued: false
-
@@ -765,8 +760,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/MappingReplacement/index.html b/MappingReplacement/index.html index 40dfc56c..cc025dd8 100644 --- a/MappingReplacement/index.html +++ b/MappingReplacement/index.html @@ -7,15 +7,16 @@ - + Class: MappingReplacement - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: MappingReplacement

A node mapping change where the object of a mapping is changed

URI: kgcl:MappingReplacement

classDiagram class MappingReplacement + click MappingReplacement href "../MappingReplacement" NodeMappingChange <|-- MappingReplacement + click NodeMappingChange href "../NodeMappingChange" MappingReplacement : about_node - MappingReplacement --> Node : about_node + + + + MappingReplacement --> "0..1" Node : about_node + click Node href "../Node" + MappingReplacement : about_node_representation @@ -244,7 +232,12 @@

Class: MappingReplacement

MappingReplacement : has_undo - MappingReplacement --> Change : has_undo + + + + MappingReplacement --> "0..1" Change : has_undo + click Change href "../Change" + MappingReplacement : id @@ -274,7 +267,12 @@

Class: MappingReplacement

MappingReplacement : was_generated_by - MappingReplacement --> Activity : was_generated_by + + + + MappingReplacement --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -376,7 +374,7 @@

Slots

id -1..1
String +1
String Change @@ -522,12 +520,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: MappingReplacement domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -717,19 +715,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: MappingReplacement domain_of: - Change range: Change + multivalued: false
-
@@ -750,8 +747,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/MetadataAssertionPredicateChange/index.html b/MetadataAssertionPredicateChange/index.html index 31eec5cb..66f47ef5 100644 --- a/MetadataAssertionPredicateChange/index.html +++ b/MetadataAssertionPredicateChange/index.html @@ -7,15 +7,16 @@ - + Class: MetadataAssertionPredicateChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: MetadataAssertionPredicateChange

A node metadata assertion change where the predicate of a metadata assertion is changed.

URI: kgcl:MetadataAssertionPredicateChange

classDiagram class MetadataAssertionPredicateChange + click MetadataAssertionPredicateChange href "../MetadataAssertionPredicateChange" NodeMetadataAssertionChange <|-- MetadataAssertionPredicateChange + click NodeMetadataAssertionChange href "../NodeMetadataAssertionChange" MetadataAssertionPredicateChange : about_node - MetadataAssertionPredicateChange --> Node : about_node + + + + MetadataAssertionPredicateChange --> "0..1" Node : about_node + click Node href "../Node" + MetadataAssertionPredicateChange : about_node_representation @@ -251,7 +237,12 @@

Class: MetadataAssertionPredicat MetadataAssertionPredicateChange : has_undo - MetadataAssertionPredicateChange --> Change : has_undo + + + + MetadataAssertionPredicateChange --> "0..1" Change : has_undo + click Change href "../Change" + MetadataAssertionPredicateChange : id @@ -281,7 +272,12 @@

Class: MetadataAssertionPredicat MetadataAssertionPredicateChange : was_generated_by - MetadataAssertionPredicateChange --> Activity : was_generated_by + + + + MetadataAssertionPredicateChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +

@@ -383,7 +379,7 @@

Slots

id -1..1
String +1
String Change @@ -539,12 +535,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: MetadataAssertionPredicateChange domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -734,19 +730,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: MetadataAssertionPredicateChange domain_of: - Change range: Change + multivalued: false
-
@@ -767,8 +762,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/MetadataAssertionReplacement/index.html b/MetadataAssertionReplacement/index.html index 1bab2c0d..2381312f 100644 --- a/MetadataAssertionReplacement/index.html +++ b/MetadataAssertionReplacement/index.html @@ -7,15 +7,16 @@ - + Class: MetadataAssertionReplacement - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: MetadataAssertionReplacement

A node metadata assertion change where the object of a metadata assertion is changed

URI: kgcl:MetadataAssertionReplacement

classDiagram class MetadataAssertionReplacement + click MetadataAssertionReplacement href "../MetadataAssertionReplacement" NodeMetadataAssertionChange <|-- MetadataAssertionReplacement + click NodeMetadataAssertionChange href "../NodeMetadataAssertionChange" MetadataAssertionReplacement : about_node - MetadataAssertionReplacement --> Node : about_node + + + + MetadataAssertionReplacement --> "0..1" Node : about_node + click Node href "../Node" + MetadataAssertionReplacement : about_node_representation @@ -244,7 +232,12 @@

Class: MetadataAssertionReplacement< MetadataAssertionReplacement : has_undo - MetadataAssertionReplacement --> Change : has_undo + + + + MetadataAssertionReplacement --> "0..1" Change : has_undo + click Change href "../Change" + MetadataAssertionReplacement : id @@ -274,7 +267,12 @@

Class: MetadataAssertionReplacement< MetadataAssertionReplacement : was_generated_by - MetadataAssertionReplacement --> Activity : was_generated_by + + + + MetadataAssertionReplacement --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +

@@ -376,7 +374,7 @@

Slots

id -1..1
String +1
String Change @@ -524,12 +522,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: MetadataAssertionReplacement domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -719,19 +717,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: MetadataAssertionReplacement domain_of: - Change range: Change + multivalued: false
-
@@ -752,8 +749,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/MultiNodeObsoletion/index.html b/MultiNodeObsoletion/index.html index 23c1a8e0..b7987063 100644 --- a/MultiNodeObsoletion/index.html +++ b/MultiNodeObsoletion/index.html @@ -7,15 +7,16 @@ - + Class: MultiNodeObsoletion - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: MultiNodeObsoletion

A complex change consisting of multiple obsoletions.

URI: kgcl:MultiNodeObsoletion

classDiagram class MultiNodeObsoletion + click MultiNodeObsoletion href "../MultiNodeObsoletion" ComplexChange <|-- MultiNodeObsoletion + click ComplexChange href "../ComplexChange" MultiNodeObsoletion : change_date MultiNodeObsoletion : change_set - MultiNodeObsoletion --> NodeObsoletion : change_set + + + + MultiNodeObsoletion --> "*" NodeObsoletion : change_set + click NodeObsoletion href "../NodeObsoletion" + MultiNodeObsoletion : contributor @@ -256,7 +240,12 @@

Class: MultiNodeObsoletion

MultiNodeObsoletion : has_undo - MultiNodeObsoletion --> Change : has_undo + + + + MultiNodeObsoletion --> "0..1" Change : has_undo + click Change href "../Change" + MultiNodeObsoletion : id @@ -268,7 +257,12 @@

Class: MultiNodeObsoletion

MultiNodeObsoletion : was_generated_by - MultiNodeObsoletion --> Activity : was_generated_by + + + + MultiNodeObsoletion --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -298,13 +292,13 @@

Slots

change_set -0..*
NodeObsoletion +*
NodeObsoletion A collection of changes ComplexChange id -1..1
String +1
String Change @@ -411,10 +405,6 @@

Direct

slot_usage: change_set: name: change_set - domain_of: - - ComplexChange - - Transaction - - Session range: NodeObsoletion change_description: name: change_description @@ -446,10 +436,6 @@

Induced

slot_usage: change_set: name: change_set - domain_of: - - ComplexChange - - Transaction - - Session range: NodeObsoletion change_description: name: change_description @@ -468,7 +454,6 @@

Induced

description: A collection of changes from_schema: https://w3id.org/kgcl rank: 1000 - multivalued: true alias: change_set owner: MultiNodeObsoletion domain_of: @@ -476,6 +461,7 @@

Induced

- Transaction - Session range: NodeObsoletion + multivalued: true inlined: true inlined_as_list: true id: @@ -579,19 +565,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: MultiNodeObsoletion domain_of: - Change range: Change + multivalued: false
-
@@ -612,8 +597,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NameBecomesSynonym/index.html b/NameBecomesSynonym/index.html index 53e11ee8..28359a86 100644 --- a/NameBecomesSynonym/index.html +++ b/NameBecomesSynonym/index.html @@ -7,15 +7,16 @@ - + Class: NameBecomesSynonym - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: NameBecomesSynonym

A node synonym where the name NAME of an node NODE moves to a synonym, and NODE receives a new name. This change consists of compose of (1) a node rename where NAME is replaced by a different name (2) a new synonym

URI: kgcl:NameBecomesSynonym

classDiagram class NameBecomesSynonym + click NameBecomesSynonym href "../NameBecomesSynonym" NodeSynonymChange <|-- NameBecomesSynonym + click NodeSynonymChange href "../NodeSynonymChange" NameBecomesSynonym : about_node - NameBecomesSynonym --> Node : about_node + + + + NameBecomesSynonym --> "0..1" Node : about_node + click Node href "../Node" + NameBecomesSynonym : about_node_representation @@ -244,7 +232,12 @@

Class: NameBecomesSynonym

NameBecomesSynonym : has_undo - NameBecomesSynonym --> Change : has_undo + + + + NameBecomesSynonym --> "0..1" Change : has_undo + click Change href "../Change" + NameBecomesSynonym : id @@ -274,7 +267,12 @@

Class: NameBecomesSynonym

NameBecomesSynonym : was_generated_by - NameBecomesSynonym --> Activity : was_generated_by + + + + NameBecomesSynonym --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -376,7 +374,7 @@

Slots

id -1..1
String +1
String Change @@ -505,12 +503,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NameBecomesSynonym domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -742,19 +740,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NameBecomesSynonym domain_of: - Change range: Change + multivalued: false
-
@@ -775,8 +772,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Ncname/index.html b/Ncname/index.html index 5d448a5e..4bbb6b4e 100644 --- a/Ncname/index.html +++ b/Ncname/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,14 +19,15 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: NewMapping

A node mapping change where a mapping is added to a node

URI: kgcl:NewMapping

classDiagram class NewMapping + click NewMapping href "../NewMapping" NodeMappingChange <|-- NewMapping + click NodeMappingChange href "../NodeMappingChange" NewMapping : about_node - NewMapping --> Node : about_node + + + + NewMapping --> "0..1" Node : about_node + click Node href "../Node" + NewMapping : about_node_representation @@ -251,7 +237,12 @@

Class: NewMapping

NewMapping : has_undo - NewMapping --> Change : has_undo + + + + NewMapping --> "0..1" Change : has_undo + click Change href "../Change" + NewMapping : id @@ -267,7 +258,12 @@

Class: NewMapping

NewMapping : object - NewMapping --> Node : object + + + + NewMapping --> "0..1" Node : object + click Node href "../Node" + NewMapping : old_datatype @@ -279,7 +275,12 @@

Class: NewMapping

NewMapping : predicate - NewMapping --> Node : predicate + + + + NewMapping --> "0..1" Node : predicate + click Node href "../Node" + NewMapping : pull_request @@ -289,7 +290,12 @@

Class: NewMapping

NewMapping : was_generated_by - NewMapping --> Activity : was_generated_by + + + + NewMapping --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -403,7 +409,7 @@

Slots

id -1..1
String +1
String Change @@ -550,12 +556,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NewMapping domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -787,19 +793,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NewMapping domain_of: - Change range: Change + multivalued: false
-
@@ -820,8 +825,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NewMetadataAssertion/index.html b/NewMetadataAssertion/index.html index 3ea20fc9..c43e3794 100644 --- a/NewMetadataAssertion/index.html +++ b/NewMetadataAssertion/index.html @@ -7,15 +7,16 @@ - + Class: NewMetadataAssertion - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: NewMetadataAssertion

A node metadata assertion change where a metadata assertion is added to a node

URI: kgcl:NewMetadataAssertion

classDiagram class NewMetadataAssertion + click NewMetadataAssertion href "../NewMetadataAssertion" NodeMetadataAssertionChange <|-- NewMetadataAssertion + click NodeMetadataAssertionChange href "../NodeMetadataAssertionChange" NewMetadataAssertion : about_node - NewMetadataAssertion --> Node : about_node + + + + NewMetadataAssertion --> "0..1" Node : about_node + click Node href "../Node" + NewMetadataAssertion : about_node_representation @@ -251,7 +237,12 @@

Class: NewMetadataAssertion

NewMetadataAssertion : has_undo - NewMetadataAssertion --> Change : has_undo + + + + NewMetadataAssertion --> "0..1" Change : has_undo + click Change href "../Change" + NewMetadataAssertion : id @@ -267,7 +258,12 @@

Class: NewMetadataAssertion

NewMetadataAssertion : object - NewMetadataAssertion --> Node : object + + + + NewMetadataAssertion --> "0..1" Node : object + click Node href "../Node" + NewMetadataAssertion : old_datatype @@ -279,7 +275,12 @@

Class: NewMetadataAssertion

NewMetadataAssertion : predicate - NewMetadataAssertion --> Node : predicate + + + + NewMetadataAssertion --> "0..1" Node : predicate + click Node href "../Node" + NewMetadataAssertion : pull_request @@ -289,7 +290,12 @@

Class: NewMetadataAssertion

NewMetadataAssertion : was_generated_by - NewMetadataAssertion --> Activity : was_generated_by + + + + NewMetadataAssertion --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -403,7 +409,7 @@

Slots

id -1..1
String +1
String Change @@ -552,12 +558,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NewMetadataAssertion domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -789,19 +795,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NewMetadataAssertion domain_of: - Change range: Change + multivalued: false
-
@@ -822,8 +827,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NewSynonym/index.html b/NewSynonym/index.html index 176db80a..75cac305 100644 --- a/NewSynonym/index.html +++ b/NewSynonym/index.html @@ -7,15 +7,16 @@ - + Class: NewSynonym - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: NewSynonym

A node synonym change where a de-novo synonym is created

URI: kgcl:NewSynonym

classDiagram class NewSynonym + click NewSynonym href "../NewSynonym" NodeSynonymChange <|-- NewSynonym + click NodeSynonymChange href "../NodeSynonymChange" NewSynonym : about_node - NewSynonym --> Node : about_node + + + + NewSynonym --> "0..1" Node : about_node + click Node href "../Node" + NewSynonym : about_node_representation @@ -251,7 +237,12 @@

Class: NewSynonym

NewSynonym : has_undo - NewSynonym --> Change : has_undo + + + + NewSynonym --> "0..1" Change : has_undo + click Change href "../Change" + NewSynonym : id @@ -275,7 +266,12 @@

Class: NewSynonym

NewSynonym : predicate - NewSynonym --> Node : predicate + + + + NewSynonym --> "0..1" Node : predicate + click Node href "../Node" + NewSynonym : pull_request @@ -287,7 +283,12 @@

Class: NewSynonym

NewSynonym : was_generated_by - NewSynonym --> Activity : was_generated_by + + + + NewSynonym --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -401,7 +402,7 @@

Slots

id -1..1
String +1
String Change @@ -584,12 +585,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NewSynonym domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -787,19 +788,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NewSynonym domain_of: - Change range: Change + multivalued: false
-
@@ -820,8 +820,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NewTextDefinition/index.html b/NewTextDefinition/index.html index 1c652edb..f2e493e1 100644 --- a/NewTextDefinition/index.html +++ b/NewTextDefinition/index.html @@ -7,15 +7,16 @@ - + Class: NewTextDefinition - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: NewTextDefinition

A node change where a de-novo text definition is created

URI: kgcl:NewTextDefinition

classDiagram class NewTextDefinition + click NewTextDefinition href "../NewTextDefinition" NodeTextDefinitionChange <|-- NewTextDefinition + click NodeTextDefinitionChange href "../NodeTextDefinitionChange" NewTextDefinition : about_node - NewTextDefinition --> Node : about_node + + + + NewTextDefinition --> "0..1" Node : about_node + click Node href "../Node" + NewTextDefinition : about_node_representation @@ -244,7 +232,12 @@

Class: NewTextDefinition

NewTextDefinition : has_undo - NewTextDefinition --> Change : has_undo + + + + NewTextDefinition --> "0..1" Change : has_undo + click Change href "../Change" + NewTextDefinition : id @@ -274,7 +267,12 @@

Class: NewTextDefinition

NewTextDefinition : was_generated_by - NewTextDefinition --> Activity : was_generated_by + + + + NewTextDefinition --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -376,7 +374,7 @@

Slots

id -1..1
String +1
String Change @@ -500,12 +498,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NewTextDefinition domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -716,19 +714,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NewTextDefinition domain_of: - Change range: Change + multivalued: false
-
@@ -749,8 +746,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Node/index.html b/Node/index.html index 13b7b760..59ce343a 100644 --- a/Node/index.html +++ b/Node/index.html @@ -7,15 +7,16 @@ - + Class: Node - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: Node

Any named entity in an ontology. May be a class, individual, property

URI: kgcl:Node

classDiagram class Node + click Node href "../Node" OntologyElement <|-- Node + click OntologyElement href "../OntologyElement" Node <|-- ClassNode + click ClassNode href "../ClassNode" Node <|-- InstanceNode + click InstanceNode href "../InstanceNode" Node <|-- OntologySubset + click OntologySubset href "../OntologySubset" Node : annotation_set - Node --> Annotation : annotation_set + + + + Node --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + Node : id @@ -260,7 +247,12 @@

Class: Node

Node : owl_type - Node --> OwlTypeEnum : owl_type + + + + Node --> "0..1" OwlTypeEnum : owl_type + click OwlTypeEnum href "../OwlTypeEnum" +
@@ -289,7 +281,7 @@

Slots

id -1..1
String +1
String direct @@ -920,7 +912,6 @@

Induced

-
@@ -941,8 +932,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeAnnotationChange/index.html b/NodeAnnotationChange/index.html index ab83a3e7..3737652e 100644 --- a/NodeAnnotationChange/index.html +++ b/NodeAnnotationChange/index.html @@ -7,15 +7,16 @@ - + Class: NodeAnnotationChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: NodeAnnotationChange

A node change where the change alters node properties/annotations. TODO

URI: kgcl:NodeAnnotationChange

classDiagram class NodeAnnotationChange + click NodeAnnotationChange href "../NodeAnnotationChange" NodeChange <|-- NodeAnnotationChange + click NodeChange href "../NodeChange" NodeAnnotationChange <|-- NodeAnnotationReplacement + click NodeAnnotationReplacement href "../NodeAnnotationReplacement" NodeAnnotationChange : about_node - NodeAnnotationChange --> Node : about_node + + + + NodeAnnotationChange --> "0..1" Node : about_node + click Node href "../Node" + NodeAnnotationChange : about_node_representation @@ -252,7 +241,12 @@

Class: NodeAnnotationChange

NodeAnnotationChange : has_undo - NodeAnnotationChange --> Change : has_undo + + + + NodeAnnotationChange --> "0..1" Change : has_undo + click Change href "../Change" + NodeAnnotationChange : id @@ -282,7 +276,12 @@

Class: NodeAnnotationChange

NodeAnnotationChange : was_generated_by - NodeAnnotationChange --> Activity : was_generated_by + + + + NodeAnnotationChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -396,7 +395,7 @@

Slots

id -1..1
String +1
String Change @@ -521,12 +520,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeAnnotationChange domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -758,19 +757,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeAnnotationChange domain_of: - Change range: Change + multivalued: false
-
@@ -791,8 +789,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeAnnotationReplacement/index.html b/NodeAnnotationReplacement/index.html index b6638934..43d869ea 100644 --- a/NodeAnnotationReplacement/index.html +++ b/NodeAnnotationReplacement/index.html @@ -7,15 +7,16 @@ - + Class: NodeAnnotationReplacement - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: NodeAnnotationReplacement

A node annotation change where the change replaces a particular property value. TODO

URI: kgcl:NodeAnnotationReplacement

classDiagram class NodeAnnotationReplacement + click NodeAnnotationReplacement href "../NodeAnnotationReplacement" NodeAnnotationChange <|-- NodeAnnotationReplacement + click NodeAnnotationChange href "../NodeAnnotationChange" NodeAnnotationReplacement : about_node - NodeAnnotationReplacement --> Node : about_node + + + + NodeAnnotationReplacement --> "0..1" Node : about_node + click Node href "../Node" + NodeAnnotationReplacement : about_node_representation @@ -248,7 +236,12 @@

Class: NodeAnnotationReplacement

NodeAnnotationReplacement : has_undo - NodeAnnotationReplacement --> Change : has_undo + + + + NodeAnnotationReplacement --> "0..1" Change : has_undo + click Change href "../Change" + NodeAnnotationReplacement : id @@ -278,7 +271,12 @@

Class: NodeAnnotationReplacement

NodeAnnotationReplacement : was_generated_by - NodeAnnotationReplacement --> Activity : was_generated_by + + + + NodeAnnotationReplacement --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -392,7 +390,7 @@

Slots

id -1..1
String +1
String Change @@ -516,12 +514,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeAnnotationReplacement domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -753,19 +751,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeAnnotationReplacement domain_of: - Change range: Change + multivalued: false
-
@@ -786,8 +783,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeChange/index.html b/NodeChange/index.html index 3247d123..ec36805d 100644 --- a/NodeChange/index.html +++ b/NodeChange/index.html @@ -7,15 +7,16 @@ - + Class: NodeChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: NodeChange

A simple change where the change is about a node

    @@ -231,27 +212,47 @@

    Class: NodeChange

    URI: kgcl:NodeChange

    classDiagram class NodeChange + click NodeChange href "../NodeChange" SimpleChange <|-- NodeChange + click SimpleChange href "../SimpleChange" NodeChange <|-- NodeRename + click NodeRename href "../NodeRename" NodeChange <|-- SetLanguageForName + click SetLanguageForName href "../SetLanguageForName" NodeChange <|-- NodeAnnotationChange + click NodeAnnotationChange href "../NodeAnnotationChange" NodeChange <|-- NodeSynonymChange + click NodeSynonymChange href "../NodeSynonymChange" NodeChange <|-- NodeMappingChange + click NodeMappingChange href "../NodeMappingChange" NodeChange <|-- NodeMetadataAssertionChange + click NodeMetadataAssertionChange href "../NodeMetadataAssertionChange" NodeChange <|-- NodeTextDefinitionChange + click NodeTextDefinitionChange href "../NodeTextDefinitionChange" NodeChange <|-- AddNodeToSubset + click AddNodeToSubset href "../AddNodeToSubset" NodeChange <|-- RemoveNodeFromSubset + click RemoveNodeFromSubset href "../RemoveNodeFromSubset" NodeChange <|-- NodeObsoletion + click NodeObsoletion href "../NodeObsoletion" NodeChange <|-- NodeUnobsoletion + click NodeUnobsoletion href "../NodeUnobsoletion" NodeChange <|-- NodeCreation + click NodeCreation href "../NodeCreation" NodeChange <|-- NodeDeletion + click NodeDeletion href "../NodeDeletion" NodeChange : about_node - NodeChange --> Node : about_node + + + + NodeChange --> "0..1" Node : about_node + click Node href "../Node" + NodeChange : about_node_representation @@ -263,7 +264,12 @@

    Class: NodeChange

    NodeChange : has_undo - NodeChange --> Change : has_undo + + + + NodeChange --> "0..1" Change : has_undo + click Change href "../Change" + NodeChange : id @@ -293,7 +299,12 @@

    Class: NodeChange

    NodeChange : was_generated_by - NodeChange --> Activity : was_generated_by + + + + NodeChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
    @@ -404,7 +415,7 @@

    Slots

    id -1..1
    String +1
    String Change @@ -511,12 +522,12 @@

    Induced

    from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeChange domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -748,19 +759,18 @@

    Induced

    from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeChange domain_of: - Change range: Change + multivalued: false
-
@@ -781,8 +791,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeCreation/index.html b/NodeCreation/index.html index e42dde6f..de591c0d 100644 --- a/NodeCreation/index.html +++ b/NodeCreation/index.html @@ -7,15 +7,16 @@ - + Class: NodeCreation - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: NodeCreation

a node change in which a new node is created

URI: kgcl:NodeCreation

classDiagram class NodeCreation + click NodeCreation href "../NodeCreation" Creation <|-- NodeCreation + click Creation href "../Creation" NodeChange <|-- NodeCreation + click NodeChange href "../NodeChange" NodeCreation <|-- ClassCreation + click ClassCreation href "../ClassCreation" NodeCreation <|-- ObjectPropertyCreation + click ObjectPropertyCreation href "../ObjectPropertyCreation" NodeCreation : about_node - NodeCreation --> Node : about_node + + + + NodeCreation --> "0..1" Node : about_node + click Node href "../Node" + NodeCreation : about_node_representation NodeCreation : annotation_set - NodeCreation --> Annotation : annotation_set + + + + NodeCreation --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + NodeCreation : change_date @@ -268,7 +260,12 @@

Class: NodeCreation

NodeCreation : has_undo - NodeCreation --> Deletion : has_undo + + + + NodeCreation --> "0..1" Deletion : has_undo + click Deletion href "../Deletion" + NodeCreation : id @@ -286,7 +283,12 @@

Class: NodeCreation

NodeCreation : node_id - NodeCreation --> Node : node_id + + + + NodeCreation --> "0..1" Node : node_id + click Node href "../Node" + NodeCreation : old_datatype @@ -298,7 +300,12 @@

Class: NodeCreation

NodeCreation : owl_type - NodeCreation --> OwlTypeEnum : owl_type + + + + NodeCreation --> "0..1" OwlTypeEnum : owl_type + click OwlTypeEnum href "../OwlTypeEnum" + NodeCreation : pull_request @@ -308,7 +315,12 @@

Class: NodeCreation

NodeCreation : was_generated_by - NodeCreation --> Activity : was_generated_by + + + + NodeCreation --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -435,7 +447,7 @@

Slots

id -1..1
String +1
String Change @@ -633,12 +645,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeCreation domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -857,19 +869,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeCreation domain_of: - Change range: Deletion + multivalued: false
-
@@ -890,8 +901,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeDeepening/index.html b/NodeDeepening/index.html index a19c8362..be6b47e2 100644 --- a/NodeDeepening/index.html +++ b/NodeDeepening/index.html @@ -7,15 +7,16 @@ - + Class: NodeDeepening - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: NodeDeepening

A node move in which a node where the destination is a proper descendant of the original location. Note that here descendant applied not just to subclass, but edges of any predicate in the relational graph

URI: kgcl:NodeDeepening

classDiagram class NodeDeepening + click NodeDeepening href "../NodeDeepening" NodeMove <|-- NodeDeepening + click NodeMove href "../NodeMove" NodeDeepening : about_edge - NodeDeepening --> Edge : about_edge + + + + NodeDeepening --> "0..1" Edge : about_edge + click Edge href "../Edge" + NodeDeepening : change_date @@ -251,7 +237,12 @@

Class: NodeDeepening

NodeDeepening : has_undo - NodeDeepening --> Change : has_undo + + + + NodeDeepening --> "0..1" Change : has_undo + click Change href "../Change" + NodeDeepening : id @@ -287,7 +278,12 @@

Class: NodeDeepening

NodeDeepening : was_generated_by - NodeDeepening --> Activity : was_generated_by + + + + NodeDeepening --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -407,7 +403,7 @@

Slots

id -1..1
String +1
String Change @@ -561,12 +557,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: NodeDeepening domain_of: - EdgeChange range: Edge + multivalued: false object_type: name: object_type description: The type (IRI or Literal) of an object @@ -810,19 +806,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeDeepening domain_of: - Change range: Change + multivalued: false
-
@@ -843,8 +838,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeDeletion/index.html b/NodeDeletion/index.html index babb76e9..a6c5f0e6 100644 --- a/NodeDeletion/index.html +++ b/NodeDeletion/index.html @@ -7,15 +7,16 @@ - + Class: NodeDeletion - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: NodeDeletion

Deletion of a node from the graph. Note it is recommended nodes are obsoleted and never merged, but this operation exists to represent deletions in ontologies, accidental or otherwise

URI: kgcl:NodeDeletion

classDiagram class NodeDeletion + click NodeDeletion href "../NodeDeletion" Deletion <|-- NodeDeletion + click Deletion href "../Deletion" NodeChange <|-- NodeDeletion + click NodeChange href "../NodeChange" NodeDeletion : about_node - NodeDeletion --> Node : about_node + + + + NodeDeletion --> "0..1" Node : about_node + click Node href "../Node" + NodeDeletion : about_node_representation @@ -245,7 +234,12 @@

Class: NodeDeletion

NodeDeletion : has_undo - NodeDeletion --> Change : has_undo + + + + NodeDeletion --> "0..1" Change : has_undo + click Change href "../Change" + NodeDeletion : id @@ -275,7 +269,12 @@

Class: NodeDeletion

NodeDeletion : was_generated_by - NodeDeletion --> Activity : was_generated_by + + + + NodeDeletion --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -374,7 +373,7 @@

Slots

id -1..1
String +1
String Change @@ -491,12 +490,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeDeletion domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -728,19 +727,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeDeletion domain_of: - Change range: Change + multivalued: false
-
@@ -761,8 +759,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeDirectMerge/index.html b/NodeDirectMerge/index.html index 961669d7..2b58bc95 100644 --- a/NodeDirectMerge/index.html +++ b/NodeDirectMerge/index.html @@ -7,15 +7,16 @@ - + Class: NodeDirectMerge - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: NodeDirectMerge

An obsoletion change in which all metadata (including name/label) from the source node is deleted and added to the target node, and edges can automatically be rewired to point to the target node

URI: kgcl:NodeDirectMerge

classDiagram class NodeDirectMerge + click NodeDirectMerge href "../NodeDirectMerge" AllowsAutomaticReplacementOfEdges <|-- NodeDirectMerge + click AllowsAutomaticReplacementOfEdges href "../AllowsAutomaticReplacementOfEdges" NodeObsoletion <|-- NodeDirectMerge + click NodeObsoletion href "../NodeObsoletion" NodeDirectMerge : about_node - NodeDirectMerge --> Node : about_node + + + + NodeDirectMerge --> "0..1" Node : about_node + click Node href "../Node" + NodeDirectMerge : about_node_representation @@ -259,15 +244,30 @@

Class: NodeDirectMerge

NodeDirectMerge : has_direct_replacement - NodeDirectMerge --> Node : has_direct_replacement + + + + NodeDirectMerge --> "1" Node : has_direct_replacement + click Node href "../Node" + NodeDirectMerge : has_nondirect_replacement - NodeDirectMerge --> Node : has_nondirect_replacement + + + + NodeDirectMerge --> "*" Node : has_nondirect_replacement + click Node href "../Node" + NodeDirectMerge : has_undo - NodeDirectMerge --> Obsoletion : has_undo + + + + NodeDirectMerge --> "0..1" Obsoletion : has_undo + click Obsoletion href "../Obsoletion" + NodeDirectMerge : id @@ -297,7 +297,12 @@

Class: NodeDirectMerge

NodeDirectMerge : was_generated_by - NodeDirectMerge --> Activity : was_generated_by + + + + NodeDirectMerge --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -333,13 +338,13 @@

Slots

has_direct_replacement -1..1
Node +1
Node An obsoletion replacement where it IS valid to automatically update annotatio... NodeObsoletion has_nondirect_replacement -0..*
Node +*
Node An obsoletion replacement where it is NOT valid to automatically update annot... NodeObsoletion @@ -411,7 +416,7 @@

Slots

id -1..1
String +1
String Change @@ -519,15 +524,11 @@

Direct

slot_usage: has_direct_replacement: name: has_direct_replacement - domain_of: - - NodeObsoletion required: true about_node: name: about_node aliases: - alt_id - domain_of: - - NodeChange change_description: name: change_description string_serialization: merge {about_node} into {has_direct_replacement} @@ -553,15 +554,11 @@

Induced

slot_usage: has_direct_replacement: name: has_direct_replacement - domain_of: - - NodeObsoletion required: true about_node: name: about_node aliases: - alt_id - domain_of: - - NodeChange change_description: name: change_description string_serialization: merge {about_node} into {has_direct_replacement} @@ -570,15 +567,23 @@

Induced

name: has_direct_replacement description: An obsoletion replacement where it IS valid to automatically update annotations/edges pointing at the node with its direct replacement + comments: + - if a node obsoletion C, C about N1, and C has direct replacement N2, and there + exists an edge with an edge property referencing N1, it is possible to replace + with N2 + - if a node obsoletion C C about N1, and Chas direct replacement N2, then N1 IAO:0100001 + N2 from_schema: https://w3id.org/kgcl + close_mappings: + - IAO:0100001 rank: 1000 - multivalued: false alias: has_direct_replacement owner: NodeDirectMerge domain_of: - NodeObsoletion range: Node required: true + multivalued: false has_nondirect_replacement: name: has_nondirect_replacement description: An obsoletion replacement where it is NOT valid to automatically @@ -593,12 +598,12 @@

Induced

close_mappings: - oio:consider rank: 1000 - multivalued: true alias: has_nondirect_replacement owner: NodeDirectMerge domain_of: - NodeObsoletion range: Node + multivalued: true about_node: name: about_node from_schema: https://w3id.org/kgcl @@ -606,12 +611,12 @@

Induced

- alt_id rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeDirectMerge domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -843,19 +848,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeDirectMerge domain_of: - Change range: Obsoletion + multivalued: false
-
@@ -876,8 +880,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeMappingChange/index.html b/NodeMappingChange/index.html index 5f44471d..fa409ed8 100644 --- a/NodeMappingChange/index.html +++ b/NodeMappingChange/index.html @@ -7,15 +7,16 @@ - + Class: NodeMappingChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: NodeMappingChange

A node change where the mappings for that node are altered

URI: kgcl:NodeMappingChange

classDiagram class NodeMappingChange + click NodeMappingChange href "../NodeMappingChange" NodeChange <|-- NodeMappingChange + click NodeChange href "../NodeChange" NodeMappingChange <|-- NewMapping + click NewMapping href "../NewMapping" NodeMappingChange <|-- RemoveMapping + click RemoveMapping href "../RemoveMapping" NodeMappingChange <|-- MappingReplacement + click MappingReplacement href "../MappingReplacement" NodeMappingChange <|-- MappingPredicateChange + click MappingPredicateChange href "../MappingPredicateChange" NodeMappingChange : about_node - NodeMappingChange --> Node : about_node + + + + NodeMappingChange --> "0..1" Node : about_node + click Node href "../Node" + NodeMappingChange : about_node_representation @@ -258,7 +248,12 @@

Class: NodeMappingChange

NodeMappingChange : has_undo - NodeMappingChange --> Change : has_undo + + + + NodeMappingChange --> "0..1" Change : has_undo + click Change href "../Change" + NodeMappingChange : id @@ -288,7 +283,12 @@

Class: NodeMappingChange

NodeMappingChange : was_generated_by - NodeMappingChange --> Activity : was_generated_by + + + + NodeMappingChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -393,7 +393,7 @@

Slots

id -1..1
String +1
String Change @@ -502,12 +502,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeMappingChange domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -739,19 +739,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeMappingChange domain_of: - Change range: Change + multivalued: false
-
@@ -772,8 +771,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeMetadataAssertionChange/index.html b/NodeMetadataAssertionChange/index.html index 080db178..11f704f7 100644 --- a/NodeMetadataAssertionChange/index.html +++ b/NodeMetadataAssertionChange/index.html @@ -7,15 +7,16 @@ - + Class: NodeMetadataAssertionChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: NodeMetadataAssertionChange

A node change where the metadata assertion (OWL annotations) for that node are altered

URI: kgcl:NodeMetadataAssertionChange

classDiagram class NodeMetadataAssertionChange + click NodeMetadataAssertionChange href "../NodeMetadataAssertionChange" NodeChange <|-- NodeMetadataAssertionChange + click NodeChange href "../NodeChange" NodeMetadataAssertionChange <|-- NewMetadataAssertion + click NewMetadataAssertion href "../NewMetadataAssertion" NodeMetadataAssertionChange <|-- RemoveMetadataAssertion + click RemoveMetadataAssertion href "../RemoveMetadataAssertion" NodeMetadataAssertionChange <|-- MetadataAssertionReplacement + click MetadataAssertionReplacement href "../MetadataAssertionReplacement" NodeMetadataAssertionChange <|-- MetadataAssertionPredicateChange + click MetadataAssertionPredicateChange href "../MetadataAssertionPredicateChange" NodeMetadataAssertionChange : about_node - NodeMetadataAssertionChange --> Node : about_node + + + + NodeMetadataAssertionChange --> "0..1" Node : about_node + click Node href "../Node" + NodeMetadataAssertionChange : about_node_representation @@ -258,7 +248,12 @@

Class: NodeMetadataAssertionChangeClass: NodeMetadataAssertionChange @@ -393,7 +393,7 @@

Slots

id -1..1
String +1
String Change @@ -504,12 +504,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeMetadataAssertionChange domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -741,19 +741,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeMetadataAssertionChange domain_of: - Change range: Change + multivalued: false
-
@@ -774,8 +773,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeMove/index.html b/NodeMove/index.html index 1cb17004..5d264e51 100644 --- a/NodeMove/index.html +++ b/NodeMove/index.html @@ -7,15 +7,16 @@ - + Class: NodeMove - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: NodeMove

A node move is a combination of deleting a parent edge and adding a parent edge, where the predicate is preserved and the object/parent node changes

URI: kgcl:NodeMove

classDiagram class NodeMove + click NodeMove href "../NodeMove" EdgeChange <|-- NodeMove + click EdgeChange href "../EdgeChange" NodeMove <|-- NodeDeepening + click NodeDeepening href "../NodeDeepening" NodeMove <|-- NodeShallowing + click NodeShallowing href "../NodeShallowing" NodeMove : about_edge - NodeMove --> Edge : about_edge + + + + NodeMove --> "0..1" Edge : about_edge + click Edge href "../Edge" + NodeMove : change_date @@ -256,7 +244,12 @@

Class: NodeMove

NodeMove : has_undo - NodeMove --> Change : has_undo + + + + NodeMove --> "0..1" Change : has_undo + click Change href "../Change" + NodeMove : id @@ -292,7 +285,12 @@

Class: NodeMove

NodeMove : was_generated_by - NodeMove --> Activity : was_generated_by + + + + NodeMove --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -413,7 +411,7 @@

Slots

id -1..1
String +1
String Change @@ -568,12 +566,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: NodeMove domain_of: - EdgeChange range: Edge + multivalued: false object_type: name: object_type description: The type (IRI or Literal) of an object @@ -817,19 +815,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeMove domain_of: - Change range: Change + multivalued: false
-
@@ -850,8 +847,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeObsoletion/index.html b/NodeObsoletion/index.html index dd4515c1..579101df 100644 --- a/NodeObsoletion/index.html +++ b/NodeObsoletion/index.html @@ -7,15 +7,16 @@ - + Class: NodeObsoletion - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,85 +148,63 @@
+ + +

Class: NodeObsoletion

Obsoletion of a node deprecates usage of that node, but does not delete it.

URI: kgcl:NodeObsoletion

classDiagram class NodeObsoletion + click NodeObsoletion href "../NodeObsoletion" Obsoletion <|-- NodeObsoletion + click Obsoletion href "../Obsoletion" NodeChange <|-- NodeObsoletion + click NodeChange href "../NodeChange" NodeObsoletion <|-- NodeDirectMerge + click NodeDirectMerge href "../NodeDirectMerge" NodeObsoletion <|-- NodeObsoletionWithDirectReplacement + click NodeObsoletionWithDirectReplacement href "../NodeObsoletionWithDirectReplacement" NodeObsoletion <|-- NodeObsoletionWithNoDirectReplacement + click NodeObsoletionWithNoDirectReplacement href "../NodeObsoletionWithNoDirectReplacement" NodeObsoletion : about_node - NodeObsoletion --> Node : about_node + + + + NodeObsoletion --> "0..1" Node : about_node + click Node href "../Node" + NodeObsoletion : about_node_representation @@ -272,15 +258,30 @@

Class: NodeObsoletion

NodeObsoletion : has_direct_replacement - NodeObsoletion --> Node : has_direct_replacement + + + + NodeObsoletion --> "0..1" Node : has_direct_replacement + click Node href "../Node" + NodeObsoletion : has_nondirect_replacement - NodeObsoletion --> Node : has_nondirect_replacement + + + + NodeObsoletion --> "*" Node : has_nondirect_replacement + click Node href "../Node" + NodeObsoletion : has_undo - NodeObsoletion --> Obsoletion : has_undo + + + + NodeObsoletion --> "0..1" Obsoletion : has_undo + click Obsoletion href "../Obsoletion" + NodeObsoletion : id @@ -310,7 +311,12 @@

Class: NodeObsoletion

NodeObsoletion : was_generated_by - NodeObsoletion --> Activity : was_generated_by + + + + NodeObsoletion --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -354,7 +360,7 @@

Slots

has_nondirect_replacement -0..*
Node +*
Node An obsoletion replacement where it is NOT valid to automatically update annot... direct @@ -426,7 +432,7 @@

Slots

id -1..1
String +1
String Change @@ -613,12 +619,12 @@

Induced

close_mappings: - IAO:0100001 rank: 1000 - multivalued: false alias: has_direct_replacement owner: NodeObsoletion domain_of: - NodeObsoletion range: Node + multivalued: false has_nondirect_replacement: name: has_nondirect_replacement description: An obsoletion replacement where it is NOT valid to automatically @@ -633,23 +639,23 @@

Induced

close_mappings: - oio:consider rank: 1000 - multivalued: true alias: has_nondirect_replacement owner: NodeObsoletion domain_of: - NodeObsoletion range: Node + multivalued: true about_node: name: about_node from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeObsoletion domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -881,19 +887,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeObsoletion domain_of: - Change range: Obsoletion + multivalued: false
-
@@ -914,8 +919,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeObsoletionWithDirectReplacement/index.html b/NodeObsoletionWithDirectReplacement/index.html index a10f6e1f..51b8d8e0 100644 --- a/NodeObsoletionWithDirectReplacement/index.html +++ b/NodeObsoletionWithDirectReplacement/index.html @@ -7,15 +7,16 @@ - + Class: NodeObsoletionWithDirectReplacement - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: NodeObsoletionWithDirectReplacement

An obsoletion change in which information from the obsoleted node is selectively copied to a single target, and edges can automatically be rewired to point to the target node

URI: kgcl:NodeObsoletionWithDirectReplacement

classDiagram class NodeObsoletionWithDirectReplacement + click NodeObsoletionWithDirectReplacement href "../NodeObsoletionWithDirectReplacement" AllowsAutomaticReplacementOfEdges <|-- NodeObsoletionWithDirectReplacement + click AllowsAutomaticReplacementOfEdges href "../AllowsAutomaticReplacementOfEdges" NodeObsoletion <|-- NodeObsoletionWithDirectReplacement + click NodeObsoletion href "../NodeObsoletion" NodeObsoletionWithDirectReplacement : about_node - NodeObsoletionWithDirectReplacement --> Node : about_node + + + + NodeObsoletionWithDirectReplacement --> "0..1" Node : about_node + click Node href "../Node" + NodeObsoletionWithDirectReplacement : about_node_representation @@ -252,15 +239,30 @@

Class: NodeObsoletionWithDire NodeObsoletionWithDirectReplacement : has_direct_replacement - NodeObsoletionWithDirectReplacement --> Node : has_direct_replacement + + + + NodeObsoletionWithDirectReplacement --> "1" Node : has_direct_replacement + click Node href "../Node" + NodeObsoletionWithDirectReplacement : has_nondirect_replacement - NodeObsoletionWithDirectReplacement --> Node : has_nondirect_replacement + + + + NodeObsoletionWithDirectReplacement --> "*" Node : has_nondirect_replacement + click Node href "../Node" + NodeObsoletionWithDirectReplacement : has_undo - NodeObsoletionWithDirectReplacement --> Obsoletion : has_undo + + + + NodeObsoletionWithDirectReplacement --> "0..1" Obsoletion : has_undo + click Obsoletion href "../Obsoletion" + NodeObsoletionWithDirectReplacement : id @@ -290,7 +292,12 @@

Class: NodeObsoletionWithDire NodeObsoletionWithDirectReplacement : was_generated_by - NodeObsoletionWithDirectReplacement --> Activity : was_generated_by + + + + NodeObsoletionWithDirectReplacement --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +

@@ -326,13 +333,13 @@

Slots

has_direct_replacement -1..1
Node +1
Node An obsoletion replacement where it IS valid to automatically update annotatio... NodeObsoletion has_nondirect_replacement -0..*
Node +*
Node An obsoletion replacement where it is NOT valid to automatically update annot... NodeObsoletion @@ -404,7 +411,7 @@

Slots

id -1..1
String +1
String Change @@ -505,8 +512,6 @@

Direct

slot_usage: has_direct_replacement: name: has_direct_replacement - domain_of: - - NodeObsoletion required: true change_description: name: change_description @@ -530,8 +535,6 @@

Induced

slot_usage: has_direct_replacement: name: has_direct_replacement - domain_of: - - NodeObsoletion required: true change_description: name: change_description @@ -541,15 +544,23 @@

Induced

name: has_direct_replacement description: An obsoletion replacement where it IS valid to automatically update annotations/edges pointing at the node with its direct replacement + comments: + - if a node obsoletion C, C about N1, and C has direct replacement N2, and there + exists an edge with an edge property referencing N1, it is possible to replace + with N2 + - if a node obsoletion C C about N1, and Chas direct replacement N2, then N1 IAO:0100001 + N2 from_schema: https://w3id.org/kgcl + close_mappings: + - IAO:0100001 rank: 1000 - multivalued: false alias: has_direct_replacement owner: NodeObsoletionWithDirectReplacement domain_of: - NodeObsoletion range: Node required: true + multivalued: false has_nondirect_replacement: name: has_nondirect_replacement description: An obsoletion replacement where it is NOT valid to automatically @@ -564,23 +575,23 @@

Induced

close_mappings: - oio:consider rank: 1000 - multivalued: true alias: has_nondirect_replacement owner: NodeObsoletionWithDirectReplacement domain_of: - NodeObsoletion range: Node + multivalued: true about_node: name: about_node from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeObsoletionWithDirectReplacement domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -812,19 +823,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeObsoletionWithDirectReplacement domain_of: - Change range: Obsoletion + multivalued: false
-
@@ -845,8 +855,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeObsoletionWithNoDirectReplacement/index.html b/NodeObsoletionWithNoDirectReplacement/index.html index 51bf05bf..d68e8e00 100644 --- a/NodeObsoletionWithNoDirectReplacement/index.html +++ b/NodeObsoletionWithNoDirectReplacement/index.html @@ -7,15 +7,16 @@ - + Class: NodeObsoletionWithNoDirectReplacement - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: NodeObsoletionWithNoDirectReplacement

An obsoletion change in which there is no direct replacement

URI: kgcl:NodeObsoletionWithNoDirectReplacement

classDiagram class NodeObsoletionWithNoDirectReplacement + click NodeObsoletionWithNoDirectReplacement href "../NodeObsoletionWithNoDirectReplacement" NodeObsoletion <|-- NodeObsoletionWithNoDirectReplacement + click NodeObsoletion href "../NodeObsoletion" NodeObsoletionWithNoDirectReplacement : about_node - NodeObsoletionWithNoDirectReplacement --> Node : about_node + + + + NodeObsoletionWithNoDirectReplacement --> "0..1" Node : about_node + click Node href "../Node" + NodeObsoletionWithNoDirectReplacement : about_node_representation @@ -244,15 +232,30 @@

Class: NodeObsoletionWithNo NodeObsoletionWithNoDirectReplacement : has_direct_replacement - NodeObsoletionWithNoDirectReplacement --> Node : has_direct_replacement + + + + NodeObsoletionWithNoDirectReplacement --> "0..1" Node : has_direct_replacement + click Node href "../Node" + NodeObsoletionWithNoDirectReplacement : has_nondirect_replacement - NodeObsoletionWithNoDirectReplacement --> Node : has_nondirect_replacement + + + + NodeObsoletionWithNoDirectReplacement --> "1..*" Node : has_nondirect_replacement + click Node href "../Node" + NodeObsoletionWithNoDirectReplacement : has_undo - NodeObsoletionWithNoDirectReplacement --> Obsoletion : has_undo + + + + NodeObsoletionWithNoDirectReplacement --> "0..1" Obsoletion : has_undo + click Obsoletion href "../Obsoletion" + NodeObsoletionWithNoDirectReplacement : id @@ -282,7 +285,12 @@

Class: NodeObsoletionWithNo NodeObsoletionWithNoDirectReplacement : was_generated_by - NodeObsoletionWithNoDirectReplacement --> Activity : was_generated_by + + + + NodeObsoletionWithNoDirectReplacement --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +

@@ -396,7 +404,7 @@

Slots

id -1..1
String +1
String Change @@ -485,8 +493,6 @@

Direct

slot_usage: has_nondirect_replacement: name: has_nondirect_replacement - domain_of: - - NodeObsoletion required: true change_description: name: change_description @@ -503,8 +509,6 @@

Induced

slot_usage: has_nondirect_replacement: name: has_nondirect_replacement - domain_of: - - NodeObsoletion required: true change_description: name: change_description @@ -524,36 +528,44 @@

Induced

close_mappings: - IAO:0100001 rank: 1000 - multivalued: false alias: has_direct_replacement owner: NodeObsoletionWithNoDirectReplacement domain_of: - NodeObsoletion range: Node + multivalued: false has_nondirect_replacement: name: has_nondirect_replacement description: An obsoletion replacement where it is NOT valid to automatically update annotations/edges pointing at the node with its direct replacement + comments: + - if a node obsoletion C, C about N1, and C has direct replacement N2, and there + exists an edge with an edge property referencing N1, it is possible to replace + with N2 + - if a node obsoletion C C about N1, and Chas direct replacement N2, then N1 oio:consider + N2 from_schema: https://w3id.org/kgcl + close_mappings: + - oio:consider rank: 1000 - multivalued: true alias: has_nondirect_replacement owner: NodeObsoletionWithNoDirectReplacement domain_of: - NodeObsoletion range: Node required: true + multivalued: true about_node: name: about_node from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeObsoletionWithNoDirectReplacement domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -785,19 +797,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeObsoletionWithNoDirectReplacement domain_of: - Change range: Obsoletion + multivalued: false
-
@@ -818,8 +829,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeRename/index.html b/NodeRename/index.html index 1707a2b8..3fd47c76 100644 --- a/NodeRename/index.html +++ b/NodeRename/index.html @@ -7,15 +7,16 @@ - + Class: NodeRename - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: NodeRename

A node change where the name (aka rdfs:label) of the node changes

URI: kgcl:NodeRename

classDiagram class NodeRename + click NodeRename href "../NodeRename" NodeChange <|-- NodeRename + click NodeChange href "../NodeChange" NodeRename : about_node - NodeRename --> Node : about_node + + + + NodeRename --> "0..1" Node : about_node + click Node href "../Node" + NodeRename : about_node_representation @@ -251,11 +237,21 @@

Class: NodeRename

NodeRename : has_textual_diff - NodeRename --> TextualDiff : has_textual_diff + + + + NodeRename --> "0..1" TextualDiff : has_textual_diff + click TextualDiff href "../TextualDiff" + NodeRename : has_undo - NodeRename --> Change : has_undo + + + + NodeRename --> "0..1" Change : has_undo + click Change href "../Change" + NodeRename : id @@ -285,7 +281,12 @@

Class: NodeRename

NodeRename : was_generated_by - NodeRename --> Activity : was_generated_by + + + + NodeRename --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -390,7 +391,7 @@

Slots

id -1..1
String +1
String Change @@ -503,35 +504,9 @@

Direct

old_value: name: old_value multivalued: false - domain_of: - - SimpleChange - - NodeRename - - SetLanguageForName - - RemoveSynonym - - SynonymReplacement - - SynonymPredicateChange - - MappingReplacement - - MappingPredicateChange - - MetadataAssertionReplacement - - MetadataAssertionPredicateChange - - RemoveTextDefinition - - TextDefinitionReplacement new_value: name: new_value multivalued: false - domain_of: - - SimpleChange - - NodeRename - - SetLanguageForName - - NewSynonym - - SynonymReplacement - - SynonymPredicateChange - - MappingReplacement - - MappingPredicateChange - - MetadataAssertionReplacement - - MetadataAssertionPredicateChange - - NewTextDefinition - - TextDefinitionReplacement change_description: name: change_description string_serialization: rename {about_node} from {old_value} to {new_value} @@ -552,35 +527,9 @@

Induced

old_value: name: old_value multivalued: false - domain_of: - - SimpleChange - - NodeRename - - SetLanguageForName - - RemoveSynonym - - SynonymReplacement - - SynonymPredicateChange - - MappingReplacement - - MappingPredicateChange - - MetadataAssertionReplacement - - MetadataAssertionPredicateChange - - RemoveTextDefinition - - TextDefinitionReplacement new_value: name: new_value multivalued: false - domain_of: - - SimpleChange - - NodeRename - - SetLanguageForName - - NewSynonym - - SynonymReplacement - - SynonymPredicateChange - - MappingReplacement - - MappingPredicateChange - - MetadataAssertionReplacement - - MetadataAssertionPredicateChange - - NewTextDefinition - - TextDefinitionReplacement change_description: name: change_description string_serialization: rename {about_node} from {old_value} to {new_value} @@ -590,7 +539,6 @@

Induced

description: The value of a property held in the old instance of the ontology from_schema: https://w3id.org/kgcl rank: 1000 - multivalued: false alias: old_value owner: NodeRename domain_of: @@ -607,12 +555,12 @@

Induced

- RemoveTextDefinition - TextDefinitionReplacement range: string + multivalued: false new_value: name: new_value description: The value of a property held in the new instance of the ontology from_schema: https://w3id.org/kgcl rank: 1000 - multivalued: false alias: new_value owner: NodeRename domain_of: @@ -629,6 +577,7 @@

Induced

- NewTextDefinition - TextDefinitionReplacement range: string + multivalued: false has_textual_diff: name: has_textual_diff description: A representation of character-level changes on a textual literal @@ -674,12 +623,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeRename domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -847,19 +796,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeRename domain_of: - Change range: Change + multivalued: false
-
@@ -880,8 +828,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeShallowing/index.html b/NodeShallowing/index.html index f9b6b378..d2f75e70 100644 --- a/NodeShallowing/index.html +++ b/NodeShallowing/index.html @@ -7,15 +7,16 @@ - + Class: NodeShallowing - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: NodeShallowing

The opposite of node deepening

URI: kgcl:NodeShallowing

classDiagram class NodeShallowing + click NodeShallowing href "../NodeShallowing" NodeMove <|-- NodeShallowing + click NodeMove href "../NodeMove" NodeShallowing : about_edge - NodeShallowing --> Edge : about_edge + + + + NodeShallowing --> "0..1" Edge : about_edge + click Edge href "../Edge" + NodeShallowing : change_date @@ -251,7 +237,12 @@

Class: NodeShallowing

NodeShallowing : has_undo - NodeShallowing --> Change : has_undo + + + + NodeShallowing --> "0..1" Change : has_undo + click Change href "../Change" + NodeShallowing : id @@ -287,7 +278,12 @@

Class: NodeShallowing

NodeShallowing : was_generated_by - NodeShallowing --> Activity : was_generated_by + + + + NodeShallowing --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -407,7 +403,7 @@

Slots

id -1..1
String +1
String Change @@ -555,12 +551,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: NodeShallowing domain_of: - EdgeChange range: Edge + multivalued: false object_type: name: object_type description: The type (IRI or Literal) of an object @@ -804,19 +800,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeShallowing domain_of: - Change range: Change + multivalued: false
-
@@ -837,8 +832,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeSynonymChange/index.html b/NodeSynonymChange/index.html index 59624fcf..ddc553f5 100644 --- a/NodeSynonymChange/index.html +++ b/NodeSynonymChange/index.html @@ -7,15 +7,16 @@ - + Class: NodeSynonymChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: NodeSynonymChange

URI: kgcl:NodeSynonymChange

classDiagram class NodeSynonymChange + click NodeSynonymChange href "../NodeSynonymChange" NodeChange <|-- NodeSynonymChange + click NodeChange href "../NodeChange" NodeSynonymChange <|-- NewSynonym + click NewSynonym href "../NewSynonym" NodeSynonymChange <|-- NameBecomesSynonym + click NameBecomesSynonym href "../NameBecomesSynonym" NodeSynonymChange <|-- RemoveSynonym + click RemoveSynonym href "../RemoveSynonym" NodeSynonymChange <|-- SynonymReplacement + click SynonymReplacement href "../SynonymReplacement" NodeSynonymChange <|-- SynonymPredicateChange + click SynonymPredicateChange href "../SynonymPredicateChange" NodeSynonymChange : about_node - NodeSynonymChange --> Node : about_node + + + + NodeSynonymChange --> "0..1" Node : about_node + click Node href "../Node" + NodeSynonymChange : about_node_representation @@ -251,7 +244,12 @@

Class: NodeSynonymChange

NodeSynonymChange : has_undo - NodeSynonymChange --> Change : has_undo + + + + NodeSynonymChange --> "0..1" Change : has_undo + click Change href "../Change" + NodeSynonymChange : id @@ -281,7 +279,12 @@

Class: NodeSynonymChange

NodeSynonymChange : was_generated_by - NodeSynonymChange --> Activity : was_generated_by + + + + NodeSynonymChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -387,7 +390,7 @@

Slots

id -1..1
String +1
String Change @@ -486,12 +489,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeSynonymChange domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -723,19 +726,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeSynonymChange domain_of: - Change range: Change + multivalued: false
-
@@ -756,8 +758,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeTextDefinitionChange/index.html b/NodeTextDefinitionChange/index.html index f35e352f..f1179e0c 100644 --- a/NodeTextDefinitionChange/index.html +++ b/NodeTextDefinitionChange/index.html @@ -7,15 +7,16 @@ - + Class: NodeTextDefinitionChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: NodeTextDefinitionChange

A node change where the text definition is changed

    @@ -231,17 +212,27 @@

    Class: NodeTextDefinitionChange

    URI: kgcl:NodeTextDefinitionChange

    classDiagram class NodeTextDefinitionChange + click NodeTextDefinitionChange href "../NodeTextDefinitionChange" NodeChange <|-- NodeTextDefinitionChange + click NodeChange href "../NodeChange" NodeTextDefinitionChange <|-- NewTextDefinition + click NewTextDefinition href "../NewTextDefinition" NodeTextDefinitionChange <|-- RemoveTextDefinition + click RemoveTextDefinition href "../RemoveTextDefinition" NodeTextDefinitionChange <|-- TextDefinitionReplacement + click TextDefinitionReplacement href "../TextDefinitionReplacement" NodeTextDefinitionChange : about_node - NodeTextDefinitionChange --> Node : about_node + + + + NodeTextDefinitionChange --> "0..1" Node : about_node + click Node href "../Node" + NodeTextDefinitionChange : about_node_representation @@ -253,7 +244,12 @@

    Class: NodeTextDefinitionChange

    NodeTextDefinitionChange : has_undo - NodeTextDefinitionChange --> Change : has_undo + + + + NodeTextDefinitionChange --> "0..1" Change : has_undo + click Change href "../Change" + NodeTextDefinitionChange : id @@ -283,7 +279,12 @@

    Class: NodeTextDefinitionChange

    NodeTextDefinitionChange : was_generated_by - NodeTextDefinitionChange --> Activity : was_generated_by + + + + NodeTextDefinitionChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
    @@ -387,7 +388,7 @@

    Slots

    id -1..1
    String +1
    String Change @@ -490,12 +491,12 @@

    Induced

    from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeTextDefinitionChange domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -727,19 +728,18 @@

    Induced

    from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeTextDefinitionChange domain_of: - Change range: Change + multivalued: false
-
@@ -760,8 +760,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/NodeUnobsoletion/index.html b/NodeUnobsoletion/index.html index eefe09b5..e0d4a869 100644 --- a/NodeUnobsoletion/index.html +++ b/NodeUnobsoletion/index.html @@ -7,15 +7,16 @@ - + Class: NodeUnobsoletion - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: NodeUnobsoletion

unobsoletion of a node deprecates usage of that node. Rarely applied.

URI: kgcl:NodeUnobsoletion

classDiagram class NodeUnobsoletion + click NodeUnobsoletion href "../NodeUnobsoletion" Unobsoletion <|-- NodeUnobsoletion + click Unobsoletion href "../Unobsoletion" NodeChange <|-- NodeUnobsoletion + click NodeChange href "../NodeChange" NodeUnobsoletion : about_node - NodeUnobsoletion --> Node : about_node + + + + NodeUnobsoletion --> "0..1" Node : about_node + click Node href "../Node" + NodeUnobsoletion : about_node_representation @@ -259,7 +244,12 @@

Class: NodeUnobsoletion

NodeUnobsoletion : has_undo - NodeUnobsoletion --> Obsoletion : has_undo + + + + NodeUnobsoletion --> "0..1" Obsoletion : has_undo + click Obsoletion href "../Obsoletion" + NodeUnobsoletion : id @@ -289,7 +279,12 @@

Class: NodeUnobsoletion

NodeUnobsoletion : was_generated_by - NodeUnobsoletion --> Activity : was_generated_by + + + + NodeUnobsoletion --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -388,7 +383,7 @@

Slots

id -1..1
String +1
String Change @@ -538,12 +533,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: NodeUnobsoletion domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -775,19 +770,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: NodeUnobsoletion domain_of: - Change range: Obsoletion + multivalued: false
-
@@ -808,8 +802,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Nodeidentifier/index.html b/Nodeidentifier/index.html index 4b5dd39b..a62650c4 100644 --- a/Nodeidentifier/index.html +++ b/Nodeidentifier/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,14 +19,15 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: ObjectPropertyCreation

A node creation where the owl type is 'ObjectProperty'

URI: kgcl:ObjectPropertyCreation

classDiagram class ObjectPropertyCreation + click ObjectPropertyCreation href "../ObjectPropertyCreation" NodeCreation <|-- ObjectPropertyCreation + click NodeCreation href "../NodeCreation" ObjectPropertyCreation : about_node - ObjectPropertyCreation --> Node : about_node + + + + ObjectPropertyCreation --> "0..1" Node : about_node + click Node href "../Node" + ObjectPropertyCreation : about_node_representation ObjectPropertyCreation : annotation_set - ObjectPropertyCreation --> Annotation : annotation_set + + + + ObjectPropertyCreation --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + ObjectPropertyCreation : change_date @@ -248,7 +241,12 @@

Class: ObjectPropertyCreation

ObjectPropertyCreation : has_undo - ObjectPropertyCreation --> Deletion : has_undo + + + + ObjectPropertyCreation --> "0..1" Deletion : has_undo + click Deletion href "../Deletion" + ObjectPropertyCreation : id @@ -266,7 +264,12 @@

Class: ObjectPropertyCreation

ObjectPropertyCreation : node_id - ObjectPropertyCreation --> Node : node_id + + + + ObjectPropertyCreation --> "0..1" Node : node_id + click Node href "../Node" + ObjectPropertyCreation : old_datatype @@ -278,7 +281,12 @@

Class: ObjectPropertyCreation

ObjectPropertyCreation : owl_type - ObjectPropertyCreation --> OwlTypeEnum : owl_type + + + + ObjectPropertyCreation --> "0..1" OwlTypeEnum : owl_type + click OwlTypeEnum href "../OwlTypeEnum" + ObjectPropertyCreation : pull_request @@ -288,7 +296,12 @@

Class: ObjectPropertyCreation

ObjectPropertyCreation : was_generated_by - ObjectPropertyCreation --> Activity : was_generated_by + + + + ObjectPropertyCreation --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -350,7 +363,7 @@

Slots

language 0..1
LanguageTag The language tag of a literal -NodeChange, NodeCreation +NodeCreation, NodeChange about_node @@ -414,7 +427,7 @@

Slots

id -1..1
String +1
String Change @@ -584,12 +597,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: ObjectPropertyCreation domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -808,19 +821,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: ObjectPropertyCreation domain_of: - Change range: Deletion + multivalued: false
-
@@ -841,8 +853,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Objectidentifier/index.html b/Objectidentifier/index.html index 966072ae..bbbb4054 100644 --- a/Objectidentifier/index.html +++ b/Objectidentifier/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,14 +19,15 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,99 +148,73 @@
+ + +

Class: Obsoletion

Obsoletion of an element deprecates usage of that element, but does not delete that element.

URI: kgcl:Obsoletion

classDiagram class Obsoletion + click Obsoletion href "../Obsoletion" ChangeMixin <|-- Obsoletion + click ChangeMixin href "../ChangeMixin" Obsoletion <|-- AllowsAutomaticReplacementOfEdges + click AllowsAutomaticReplacementOfEdges href "../AllowsAutomaticReplacementOfEdges" Obsoletion <|-- EdgeObsoletion + click EdgeObsoletion href "../EdgeObsoletion" Obsoletion <|-- NodeObsoletion + click NodeObsoletion href "../NodeObsoletion" @@ -433,8 +409,6 @@

Direct

description: The element that is obsoleted by this change. has_undo: name: has_undo - domain_of: - - Change range: Obsoletion @@ -462,8 +436,6 @@

Induced

description: The element that is obsoleted by this change. has_undo: name: has_undo - domain_of: - - Change range: Obsoletion @@ -471,7 +443,6 @@

Induced

-
@@ -492,8 +463,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/ObsoletionPolicyEnum/index.html b/ObsoletionPolicyEnum/index.html index aa0d477a..16ea9719 100644 --- a/ObsoletionPolicyEnum/index.html +++ b/ObsoletionPolicyEnum/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,15 +19,16 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: OntologyElement

Any component of an ontology or knowledge graph

URI: kgcl:OntologyElement

classDiagram class OntologyElement + click OntologyElement href "../OntologyElement" OntologyElement <|-- PropertyValue + click PropertyValue href "../PropertyValue" OntologyElement <|-- Node + click Node href "../Node" OntologyElement <|-- Edge + click Edge href "../Edge" OntologyElement <|-- LogicalDefinition + click LogicalDefinition href "../LogicalDefinition"
@@ -324,7 +308,6 @@

Induced

-
@@ -345,8 +328,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/OntologySubset/index.html b/OntologySubset/index.html index 92c8a4aa..369aada5 100644 --- a/OntologySubset/index.html +++ b/OntologySubset/index.html @@ -7,15 +7,16 @@ - + Class: OntologySubset - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: OntologySubset

URI: kgcl:OntologySubset

classDiagram class OntologySubset + click OntologySubset href "../OntologySubset" Node <|-- OntologySubset + click Node href "../Node" OntologySubset : annotation_set - OntologySubset --> Annotation : annotation_set + + + + OntologySubset --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + OntologySubset : id @@ -246,7 +232,12 @@

Class: OntologySubset

OntologySubset : owl_type - OntologySubset --> OwlTypeEnum : owl_type + + + + OntologySubset --> "0..1" OwlTypeEnum : owl_type + click OwlTypeEnum href "../OwlTypeEnum" +
@@ -273,7 +264,7 @@

Slots

id -1..1
String +1
String Node @@ -436,7 +427,6 @@

Induced

-
@@ -457,8 +447,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/OwlTypeEnum/index.html b/OwlTypeEnum/index.html index 2eb17863..8fadc35c 100644 --- a/OwlTypeEnum/index.html +++ b/OwlTypeEnum/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,15 +19,16 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: PlaceUnder

An edge creation where the predicate is owl:subClassOf

URI: kgcl:PlaceUnder

classDiagram class PlaceUnder + click PlaceUnder href "../PlaceUnder" EdgeCreation <|-- PlaceUnder + click EdgeCreation href "../EdgeCreation" PlaceUnder : about_edge - PlaceUnder --> Edge : about_edge + + + + PlaceUnder --> "0..1" Edge : about_edge + click Edge href "../Edge" + PlaceUnder : annotation_set - PlaceUnder --> Annotation : annotation_set + + + + PlaceUnder --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + PlaceUnder : change_date @@ -248,7 +241,12 @@

Class: PlaceUnder

PlaceUnder : has_undo - PlaceUnder --> Deletion : has_undo + + + + PlaceUnder --> "0..1" Deletion : has_undo + click Deletion href "../Deletion" + PlaceUnder : id @@ -264,7 +262,12 @@

Class: PlaceUnder

PlaceUnder : object - PlaceUnder --> Node : object + + + + PlaceUnder --> "0..1" Node : object + click Node href "../Node" + PlaceUnder : object_type @@ -278,7 +281,12 @@

Class: PlaceUnder

PlaceUnder : predicate - PlaceUnder --> Node : predicate + + + + PlaceUnder --> "0..1" Node : predicate + click Node href "../Node" + PlaceUnder : predicate_type @@ -288,7 +296,12 @@

Class: PlaceUnder

PlaceUnder : subject - PlaceUnder --> Node : subject + + + + PlaceUnder --> "0..1" Node : subject + click Node href "../Node" + PlaceUnder : subject_type @@ -296,7 +309,12 @@

Class: PlaceUnder

PlaceUnder : was_generated_by - PlaceUnder --> Activity : was_generated_by + + + + PlaceUnder --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -440,7 +458,7 @@

Slots

id -1..1
String +1
String Change @@ -644,12 +662,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: PlaceUnder domain_of: - EdgeChange range: Edge + multivalued: false language: name: language description: The language tag of a literal @@ -880,19 +898,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: PlaceUnder domain_of: - Change range: Deletion + multivalued: false
-
@@ -913,8 +930,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/PredicateChange/index.html b/PredicateChange/index.html index 890fd45f..30d17884 100644 --- a/PredicateChange/index.html +++ b/PredicateChange/index.html @@ -7,15 +7,16 @@ - + Class: PredicateChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: PredicateChange

An edge change where the predicate (relationship type) is modified.

URI: kgcl:PredicateChange

classDiagram class PredicateChange + click PredicateChange href "../PredicateChange" EdgeChange <|-- PredicateChange + click EdgeChange href "../EdgeChange" PredicateChange : about_edge - PredicateChange --> Edge : about_edge + + + + PredicateChange --> "0..1" Edge : about_edge + click Edge href "../Edge" + PredicateChange : change_date @@ -251,7 +237,12 @@

Class: PredicateChange

PredicateChange : has_undo - PredicateChange --> Change : has_undo + + + + PredicateChange --> "0..1" Change : has_undo + click Change href "../Change" + PredicateChange : id @@ -283,7 +274,12 @@

Class: PredicateChange

PredicateChange : was_generated_by - PredicateChange --> Activity : was_generated_by + + + + PredicateChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -388,7 +384,7 @@

Slots

id -1..1
String +1
String Change @@ -516,12 +512,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: PredicateChange domain_of: - EdgeChange range: Edge + multivalued: false object_type: name: object_type description: The type (IRI or Literal) of an object @@ -765,19 +761,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: PredicateChange domain_of: - Change range: Change + multivalued: false
-
@@ -798,8 +793,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/PropertyValue/index.html b/PropertyValue/index.html index 52da2cd1..034f850a 100644 --- a/PropertyValue/index.html +++ b/PropertyValue/index.html @@ -7,15 +7,16 @@ - + Class: PropertyValue - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: PropertyValue

a property-value pair

URI: kgcl:PropertyValue

classDiagram class PropertyValue + click PropertyValue href "../PropertyValue" OntologyElement <|-- PropertyValue + click OntologyElement href "../OntologyElement" PropertyValue <|-- Annotation + click Annotation href "../Annotation" PropertyValue : filler PropertyValue : property - PropertyValue --> Node : property + + + + PropertyValue --> "0..1" Node : property + click Node href "../Node" +
@@ -348,7 +337,6 @@

Induced

-
@@ -369,8 +357,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/ProvElement/index.html b/ProvElement/index.html index cf98c3ab..69f32c03 100644 --- a/ProvElement/index.html +++ b/ProvElement/index.html @@ -7,15 +7,16 @@ - + Class: ProvElement - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: ProvElement

A grouping for prov elements

    @@ -231,8 +212,11 @@

    Class: ProvElement

    URI: kgcl:ProvElement

    classDiagram class ProvElement + click ProvElement href "../ProvElement" ProvElement <|-- Activity + click Activity href "../Activity" ProvElement <|-- Agent + click Agent href "../Agent"
    @@ -310,7 +294,6 @@

    Induced

-
@@ -331,8 +314,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/RemoveFromSubset/index.html b/RemoveFromSubset/index.html index 2f1be303..d9a21558 100644 --- a/RemoveFromSubset/index.html +++ b/RemoveFromSubset/index.html @@ -7,15 +7,16 @@ - + Class: RemoveFromSubset - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: RemoveFromSubset

removing an element from a subset

URI: kgcl:RemoveFromSubset

classDiagram class RemoveFromSubset + click RemoveFromSubset href "../RemoveFromSubset" SubsetMembershipChange <|-- RemoveFromSubset + click SubsetMembershipChange href "../SubsetMembershipChange" RemoveFromSubset <|-- RemoveNodeFromSubset + click RemoveNodeFromSubset href "../RemoveNodeFromSubset" RemoveFromSubset : in_subset - RemoveFromSubset --> OntologySubset : in_subset + + + + RemoveFromSubset --> "0..1" OntologySubset : in_subset + click OntologySubset href "../OntologySubset" +
@@ -328,12 +315,8 @@

Direct

in_subset: name: in_subset description: subset that the element is being removed from - domain_of: - - SubsetMembershipChange has_undo: name: has_undo - domain_of: - - Change range: AddToSubset @@ -349,12 +332,8 @@

Induced

in_subset: name: in_subset description: subset that the element is being removed from - domain_of: - - SubsetMembershipChange has_undo: name: has_undo - domain_of: - - Change range: AddToSubset attributes: in_subset: @@ -373,7 +352,6 @@

Induced

-
@@ -394,8 +372,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/RemoveMapping/index.html b/RemoveMapping/index.html index e71fa949..0381bc23 100644 --- a/RemoveMapping/index.html +++ b/RemoveMapping/index.html @@ -7,15 +7,16 @@ - + Class: RemoveMapping - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: RemoveMapping

A node mapping change where a mapping is deleted

URI: kgcl:RemoveMapping

classDiagram class RemoveMapping + click RemoveMapping href "../RemoveMapping" NodeMappingChange <|-- RemoveMapping + click NodeMappingChange href "../NodeMappingChange" RemoveMapping : about_node - RemoveMapping --> Node : about_node + + + + RemoveMapping --> "0..1" Node : about_node + click Node href "../Node" + RemoveMapping : about_node_representation @@ -244,7 +232,12 @@

Class: RemoveMapping

RemoveMapping : has_undo - RemoveMapping --> Change : has_undo + + + + RemoveMapping --> "0..1" Change : has_undo + click Change href "../Change" + RemoveMapping : id @@ -260,7 +253,12 @@

Class: RemoveMapping

RemoveMapping : object - RemoveMapping --> Node : object + + + + RemoveMapping --> "0..1" Node : object + click Node href "../Node" + RemoveMapping : old_datatype @@ -272,7 +270,12 @@

Class: RemoveMapping

RemoveMapping : predicate - RemoveMapping --> Node : predicate + + + + RemoveMapping --> "0..1" Node : predicate + click Node href "../Node" + RemoveMapping : pull_request @@ -282,7 +285,12 @@

Class: RemoveMapping

RemoveMapping : was_generated_by - RemoveMapping --> Activity : was_generated_by + + + + RemoveMapping --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -396,7 +404,7 @@

Slots

id -1..1
String +1
String Change @@ -535,12 +543,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: RemoveMapping domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -772,19 +780,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: RemoveMapping domain_of: - Change range: Change + multivalued: false
-
@@ -805,8 +812,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/RemoveMetadataAssertion/index.html b/RemoveMetadataAssertion/index.html index cda5401e..966bd8fe 100644 --- a/RemoveMetadataAssertion/index.html +++ b/RemoveMetadataAssertion/index.html @@ -7,15 +7,16 @@ - + Class: RemoveMetadataAssertion - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: RemoveMetadataAssertion

A node metadata assertion change where a metadata assertion is deleted

URI: kgcl:RemoveMetadataAssertion

classDiagram class RemoveMetadataAssertion + click RemoveMetadataAssertion href "../RemoveMetadataAssertion" NodeMetadataAssertionChange <|-- RemoveMetadataAssertion + click NodeMetadataAssertionChange href "../NodeMetadataAssertionChange" RemoveMetadataAssertion : about_node - RemoveMetadataAssertion --> Node : about_node + + + + RemoveMetadataAssertion --> "0..1" Node : about_node + click Node href "../Node" + RemoveMetadataAssertion : about_node_representation @@ -244,7 +232,12 @@

Class: RemoveMetadataAssertion

RemoveMetadataAssertion : has_undo - RemoveMetadataAssertion --> Change : has_undo + + + + RemoveMetadataAssertion --> "0..1" Change : has_undo + click Change href "../Change" + RemoveMetadataAssertion : id @@ -260,7 +253,12 @@

Class: RemoveMetadataAssertion

RemoveMetadataAssertion : object - RemoveMetadataAssertion --> Node : object + + + + RemoveMetadataAssertion --> "0..1" Node : object + click Node href "../Node" + RemoveMetadataAssertion : old_datatype @@ -272,7 +270,12 @@

Class: RemoveMetadataAssertion

RemoveMetadataAssertion : predicate - RemoveMetadataAssertion --> Node : predicate + + + + RemoveMetadataAssertion --> "0..1" Node : predicate + click Node href "../Node" + RemoveMetadataAssertion : pull_request @@ -282,7 +285,12 @@

Class: RemoveMetadataAssertion

RemoveMetadataAssertion : was_generated_by - RemoveMetadataAssertion --> Activity : was_generated_by + + + + RemoveMetadataAssertion --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -396,7 +404,7 @@

Slots

id -1..1
String +1
String Change @@ -535,12 +543,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: RemoveMetadataAssertion domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -772,19 +780,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: RemoveMetadataAssertion domain_of: - Change range: Change + multivalued: false
-
@@ -805,8 +812,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/RemoveNodeFromSubset/index.html b/RemoveNodeFromSubset/index.html index 1182e24a..f1c60f12 100644 --- a/RemoveNodeFromSubset/index.html +++ b/RemoveNodeFromSubset/index.html @@ -7,15 +7,16 @@ - + Class: RemoveNodeFromSubset - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: RemoveNodeFromSubset

Removes a node from a subset, by removing an annotation

URI: kgcl:RemoveNodeFromSubset

classDiagram class RemoveNodeFromSubset + click RemoveNodeFromSubset href "../RemoveNodeFromSubset" RemoveFromSubset <|-- RemoveNodeFromSubset + click RemoveFromSubset href "../RemoveFromSubset" NodeChange <|-- RemoveNodeFromSubset + click NodeChange href "../NodeChange" RemoveNodeFromSubset : about_node - RemoveNodeFromSubset --> Node : about_node + + + + RemoveNodeFromSubset --> "0..1" Node : about_node + click Node href "../Node" + RemoveNodeFromSubset : about_node_representation @@ -252,13 +239,23 @@

Class: RemoveNodeFromSubset

RemoveNodeFromSubset : has_undo - RemoveNodeFromSubset --> AddToSubset : has_undo + + + + RemoveNodeFromSubset --> "0..1" AddToSubset : has_undo + click AddToSubset href "../AddToSubset" + RemoveNodeFromSubset : id RemoveNodeFromSubset : in_subset - RemoveNodeFromSubset --> OntologySubset : in_subset + + + + RemoveNodeFromSubset --> "0..1" OntologySubset : in_subset + click OntologySubset href "../OntologySubset" + RemoveNodeFromSubset : language @@ -286,7 +283,12 @@

Class: RemoveNodeFromSubset

RemoveNodeFromSubset : was_generated_by - RemoveNodeFromSubset --> Activity : was_generated_by + + + + RemoveNodeFromSubset --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -385,7 +387,7 @@

Slots

id -1..1
String +1
String Change @@ -492,8 +494,6 @@

Direct

about_node: name: about_node description: The node that is removed from the subset - domain_of: - - NodeChange subset: name: subset description: The subset from which the node is to be removed @@ -517,8 +517,6 @@

Induced

about_node: name: about_node description: The node that is removed from the subset - domain_of: - - NodeChange subset: name: subset description: The subset from which the node is to be removed @@ -529,12 +527,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: RemoveNodeFromSubset domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -766,12 +764,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: RemoveNodeFromSubset domain_of: - Change range: AddToSubset + multivalued: false in_subset: name: in_subset description: subset that the element is being removed from @@ -788,7 +786,6 @@

Induced

-
@@ -809,8 +806,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/RemoveSynonym/index.html b/RemoveSynonym/index.html index bfe6c017..7e7812f8 100644 --- a/RemoveSynonym/index.html +++ b/RemoveSynonym/index.html @@ -7,15 +7,16 @@ - + Class: RemoveSynonym - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: RemoveSynonym

A node synonym change where a synonym is deleted

URI: kgcl:RemoveSynonym

classDiagram class RemoveSynonym + click RemoveSynonym href "../RemoveSynonym" NodeSynonymChange <|-- RemoveSynonym + click NodeSynonymChange href "../NodeSynonymChange" RemoveSynonym : about_node - RemoveSynonym --> Node : about_node + + + + RemoveSynonym --> "0..1" Node : about_node + click Node href "../Node" + RemoveSynonym : about_node_representation @@ -244,7 +232,12 @@

Class: RemoveSynonym

RemoveSynonym : has_undo - RemoveSynonym --> Change : has_undo + + + + RemoveSynonym --> "0..1" Change : has_undo + click Change href "../Change" + RemoveSynonym : id @@ -274,7 +267,12 @@

Class: RemoveSynonym

RemoveSynonym : was_generated_by - RemoveSynonym --> Activity : was_generated_by + + + + RemoveSynonym --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -376,7 +374,7 @@

Slots

id -1..1
String +1
String Change @@ -500,12 +498,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: RemoveSynonym domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -716,19 +714,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: RemoveSynonym domain_of: - Change range: Change + multivalued: false
-
@@ -749,8 +746,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/RemoveTextDefinition/index.html b/RemoveTextDefinition/index.html index ad33af80..51c6f506 100644 --- a/RemoveTextDefinition/index.html +++ b/RemoveTextDefinition/index.html @@ -7,15 +7,16 @@ - + Class: RemoveTextDefinition - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: RemoveTextDefinition

A node change where a text definition is deleted

URI: kgcl:RemoveTextDefinition

classDiagram class RemoveTextDefinition + click RemoveTextDefinition href "../RemoveTextDefinition" NodeTextDefinitionChange <|-- RemoveTextDefinition + click NodeTextDefinitionChange href "../NodeTextDefinitionChange" RemoveTextDefinition : about_node - RemoveTextDefinition --> Node : about_node + + + + RemoveTextDefinition --> "0..1" Node : about_node + click Node href "../Node" + RemoveTextDefinition : about_node_representation @@ -244,7 +232,12 @@

Class: RemoveTextDefinition

RemoveTextDefinition : has_undo - RemoveTextDefinition --> Change : has_undo + + + + RemoveTextDefinition --> "0..1" Change : has_undo + click Change href "../Change" + RemoveTextDefinition : id @@ -274,7 +267,12 @@

Class: RemoveTextDefinition

RemoveTextDefinition : was_generated_by - RemoveTextDefinition --> Activity : was_generated_by + + + + RemoveTextDefinition --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -376,7 +374,7 @@

Slots

id -1..1
String +1
String Change @@ -500,12 +498,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: RemoveTextDefinition domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -716,19 +714,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: RemoveTextDefinition domain_of: - Change range: Change + multivalued: false
-
@@ -749,8 +746,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/RemoveUnder/index.html b/RemoveUnder/index.html index 00acc2f2..5deeac66 100644 --- a/RemoveUnder/index.html +++ b/RemoveUnder/index.html @@ -7,15 +7,16 @@ - + Class: RemoveUnder - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: RemoveUnder

An edge deletion where the predicate is owl:subClassOf

_ _

URI: kgcl:RemoveUnder

classDiagram class RemoveUnder + click RemoveUnder href "../RemoveUnder" EdgeDeletion <|-- RemoveUnder + click EdgeDeletion href "../EdgeDeletion" RemoveUnder : about_edge - RemoveUnder --> Edge : about_edge + + + + RemoveUnder --> "0..1" Edge : about_edge + click Edge href "../Edge" + RemoveUnder : annotation_set - RemoveUnder --> Annotation : annotation_set + + + + RemoveUnder --> "0..1" Annotation : annotation_set + click Annotation href "../Annotation" + RemoveUnder : change_date @@ -249,7 +242,12 @@

Class: RemoveUnder

RemoveUnder : has_undo - RemoveUnder --> Change : has_undo + + + + RemoveUnder --> "0..1" Change : has_undo + click Change href "../Change" + RemoveUnder : id @@ -265,7 +263,12 @@

Class: RemoveUnder

RemoveUnder : object - RemoveUnder --> Node : object + + + + RemoveUnder --> "0..1" Node : object + click Node href "../Node" + RemoveUnder : object_type @@ -279,7 +282,12 @@

Class: RemoveUnder

RemoveUnder : predicate - RemoveUnder --> Node : predicate + + + + RemoveUnder --> "0..1" Node : predicate + click Node href "../Node" + RemoveUnder : predicate_type @@ -289,7 +297,12 @@

Class: RemoveUnder

RemoveUnder : subject - RemoveUnder --> Node : subject + + + + RemoveUnder --> "0..1" Node : subject + click Node href "../Node" + RemoveUnder : subject_type @@ -297,7 +310,12 @@

Class: RemoveUnder

RemoveUnder : was_generated_by - RemoveUnder --> Activity : was_generated_by + + + + RemoveUnder --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -441,7 +459,7 @@

Slots

id -1..1
String +1
String Change @@ -645,12 +663,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_edge owner: RemoveUnder domain_of: - EdgeChange range: Edge + multivalued: false language: name: language description: The language tag of a literal @@ -881,19 +899,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: RemoveUnder domain_of: - Change range: Change + multivalued: false
-
@@ -914,8 +931,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Session/index.html b/Session/index.html index 233451a0..f249a631 100644 --- a/Session/index.html +++ b/Session/index.html @@ -7,15 +7,16 @@ - + Class: Session - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: Session

A session consists of a set of change sets bundled with the activities that generated those change sets

URI: kgcl:Session

classDiagram class Session + click Session href "../Session" ChangeLanguageElement <|-- Session + click ChangeLanguageElement href "../ChangeLanguageElement" Session : activity_set - Session --> Activity : activity_set + + + + Session --> "*" Activity : activity_set + click Activity href "../Activity" + Session : change_set - Session --> Change : change_set + + + + Session --> "*" Change : change_set + click Change href "../Change" +
@@ -260,13 +253,13 @@

Slots

change_set -0..*
Change +*
Change A collection of changes direct activity_set -0..*
Activity +*
Activity direct @@ -325,7 +318,6 @@

Induced

description: A collection of changes from_schema: https://w3id.org/kgcl rank: 1000 - multivalued: true alias: change_set owner: Session domain_of: @@ -333,18 +325,19 @@

Induced

- Transaction - Session range: Change + multivalued: true inlined: true inlined_as_list: true activity_set: name: activity_set from_schema: https://w3id.org/kgcl rank: 1000 - multivalued: true alias: activity_set owner: Session domain_of: - Session range: Activity + multivalued: true inlined: true inlined_as_list: true tree_root: true @@ -354,7 +347,6 @@

Induced

-
@@ -375,8 +367,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/SetLanguageForName/index.html b/SetLanguageForName/index.html index db8a117b..6d3e9072 100644 --- a/SetLanguageForName/index.html +++ b/SetLanguageForName/index.html @@ -7,15 +7,16 @@ - + Class: SetLanguageForName - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: SetLanguageForName

A node change where the string value for the name is unchanged but the language tag is set

URI: kgcl:SetLanguageForName

classDiagram class SetLanguageForName + click SetLanguageForName href "../SetLanguageForName" LanguageTagChange <|-- SetLanguageForName + click LanguageTagChange href "../LanguageTagChange" NodeChange <|-- SetLanguageForName + click NodeChange href "../NodeChange" SetLanguageForName : about_node - SetLanguageForName --> Node : about_node + + + + SetLanguageForName --> "0..1" Node : about_node + click Node href "../Node" + SetLanguageForName : about_node_representation @@ -245,7 +234,12 @@

Class: SetLanguageForName

SetLanguageForName : has_undo - SetLanguageForName --> Change : has_undo + + + + SetLanguageForName --> "0..1" Change : has_undo + click Change href "../Change" + SetLanguageForName : id @@ -275,7 +269,12 @@

Class: SetLanguageForName

SetLanguageForName : was_generated_by - SetLanguageForName --> Activity : was_generated_by + + + + SetLanguageForName --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -374,7 +373,7 @@

Slots

id -1..1
String +1
String Change @@ -492,7 +491,6 @@

Induced

description: The value of a property held in the old instance of the ontology from_schema: https://w3id.org/kgcl rank: 1000 - multivalued: false alias: old_value owner: SetLanguageForName domain_of: @@ -509,12 +507,12 @@

Induced

- RemoveTextDefinition - TextDefinitionReplacement range: LanguageTag + multivalued: false new_value: name: new_value description: The value of a property held in the new instance of the ontology from_schema: https://w3id.org/kgcl rank: 1000 - multivalued: false alias: new_value owner: SetLanguageForName domain_of: @@ -531,17 +529,18 @@

Induced

- NewTextDefinition - TextDefinitionReplacement range: LanguageTag + multivalued: false about_node: name: about_node from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: SetLanguageForName domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -731,19 +730,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: SetLanguageForName domain_of: - Change range: Change + multivalued: false
-
@@ -764,8 +762,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/SimpleChange/index.html b/SimpleChange/index.html index a3cc1066..9abbe1ba 100644 --- a/SimpleChange/index.html +++ b/SimpleChange/index.html @@ -7,15 +7,16 @@ - + Class: SimpleChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: SimpleChange

A change that is about a single ontology element

    @@ -238,12 +217,17 @@

    Class: SimpleChange

    URI: kgcl:SimpleChange

    classDiagram class SimpleChange + click SimpleChange href "../SimpleChange" Change <|-- SimpleChange + click Change href "../Change" SimpleChange <|-- EdgeChange + click EdgeChange href "../EdgeChange" SimpleChange <|-- LogicalAxiomChange + click LogicalAxiomChange href "../LogicalAxiomChange" SimpleChange <|-- NodeChange + click NodeChange href "../NodeChange" SimpleChange : change_date @@ -254,7 +238,12 @@

    Class: SimpleChange

    SimpleChange : has_undo - SimpleChange --> Change : has_undo + + + + SimpleChange --> "0..1" Change : has_undo + click Change href "../Change" + SimpleChange : id @@ -282,7 +271,12 @@

    Class: SimpleChange

    SimpleChange : was_generated_by - SimpleChange --> Activity : was_generated_by + + + + SimpleChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
    @@ -362,7 +356,7 @@

    Slots

    id -1..1
    String +1
    String Change @@ -684,19 +678,18 @@

    Induced

    from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: SimpleChange domain_of: - Change range: Change + multivalued: false
-
@@ -717,8 +710,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Sparqlpath/index.html b/Sparqlpath/index.html index 4ebdac9d..d92a1cdc 100644 --- a/Sparqlpath/index.html +++ b/Sparqlpath/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,14 +19,15 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: SubsetMembershipChange

A change in the membership status of a node with respect to a subset (view)

URI: kgcl:SubsetMembershipChange

classDiagram class SubsetMembershipChange + click SubsetMembershipChange href "../SubsetMembershipChange" ChangeMixin <|-- SubsetMembershipChange + click ChangeMixin href "../ChangeMixin" SubsetMembershipChange <|-- AddToSubset + click AddToSubset href "../AddToSubset" SubsetMembershipChange <|-- RemoveFromSubset + click RemoveFromSubset href "../RemoveFromSubset" SubsetMembershipChange : in_subset - SubsetMembershipChange --> OntologySubset : in_subset + + + + SubsetMembershipChange --> "0..1" OntologySubset : in_subset + click OntologySubset href "../OntologySubset" +
@@ -357,7 +345,6 @@

Induced

-
@@ -378,8 +365,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/SynonymPredicateChange/index.html b/SynonymPredicateChange/index.html index bb1e44ea..00541e4e 100644 --- a/SynonymPredicateChange/index.html +++ b/SynonymPredicateChange/index.html @@ -7,15 +7,16 @@ - + Class: SynonymPredicateChange - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: SynonymPredicateChange

A node synonym change where the predicate of a synonym is changed. Background: synonyms can be represented by a variety of predicates. For example, many OBO ontologies make use of predicates such as oio:hasExactSynonym, oio:hasRelatedSynonym, etc

URI: kgcl:SynonymPredicateChange

classDiagram class SynonymPredicateChange + click SynonymPredicateChange href "../SynonymPredicateChange" NodeSynonymChange <|-- SynonymPredicateChange + click NodeSynonymChange href "../NodeSynonymChange" SynonymPredicateChange : about_node - SynonymPredicateChange --> Node : about_node + + + + SynonymPredicateChange --> "0..1" Node : about_node + click Node href "../Node" + SynonymPredicateChange : about_node_representation @@ -251,11 +237,21 @@

Class: SynonymPredicateChange

SynonymPredicateChange : has_textual_diff - SynonymPredicateChange --> TextualDiff : has_textual_diff + + + + SynonymPredicateChange --> "0..1" TextualDiff : has_textual_diff + click TextualDiff href "../TextualDiff" + SynonymPredicateChange : has_undo - SynonymPredicateChange --> Change : has_undo + + + + SynonymPredicateChange --> "0..1" Change : has_undo + click Change href "../Change" + SynonymPredicateChange : id @@ -287,7 +283,12 @@

Class: SynonymPredicateChange

SynonymPredicateChange : was_generated_by - SynonymPredicateChange --> Activity : was_generated_by + + + + SynonymPredicateChange --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -401,7 +402,7 @@

Slots

id -1..1
String +1
String Change @@ -589,12 +590,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: SynonymPredicateChange domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -784,19 +785,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: SynonymPredicateChange domain_of: - Change range: Change + multivalued: false
-
@@ -817,8 +817,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/SynonymReplacement/index.html b/SynonymReplacement/index.html index 6a648220..03dec752 100644 --- a/SynonymReplacement/index.html +++ b/SynonymReplacement/index.html @@ -7,15 +7,16 @@ - + Class: SynonymReplacement - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: SynonymReplacement

A node synonym change where the text of a synonym is changed

URI: kgcl:SynonymReplacement

classDiagram class SynonymReplacement + click SynonymReplacement href "../SynonymReplacement" NodeSynonymChange <|-- SynonymReplacement + click NodeSynonymChange href "../NodeSynonymChange" SynonymReplacement : about_node - SynonymReplacement --> Node : about_node + + + + SynonymReplacement --> "0..1" Node : about_node + click Node href "../Node" + SynonymReplacement : about_node_representation @@ -244,11 +232,21 @@

Class: SynonymReplacement

SynonymReplacement : has_textual_diff - SynonymReplacement --> TextualDiff : has_textual_diff + + + + SynonymReplacement --> "0..1" TextualDiff : has_textual_diff + click TextualDiff href "../TextualDiff" + SynonymReplacement : has_undo - SynonymReplacement --> Change : has_undo + + + + SynonymReplacement --> "0..1" Change : has_undo + click Change href "../Change" + SynonymReplacement : id @@ -280,7 +278,12 @@

Class: SynonymReplacement

SynonymReplacement : was_generated_by - SynonymReplacement --> Activity : was_generated_by + + + + SynonymReplacement --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -394,7 +397,7 @@

Slots

id -1..1
String +1
String Change @@ -571,12 +574,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: SynonymReplacement domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -766,19 +769,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: SynonymReplacement domain_of: - Change range: Change + multivalued: false
-
@@ -799,8 +801,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/SynonymScopeEnum/index.html b/SynonymScopeEnum/index.html index 8e861c73..56cb5dda 100644 --- a/SynonymScopeEnum/index.html +++ b/SynonymScopeEnum/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,15 +19,16 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: TextDefinitionReplacement

A node change where a text definition is modified

URI: kgcl:TextDefinitionReplacement

classDiagram class TextDefinitionReplacement + click TextDefinitionReplacement href "../TextDefinitionReplacement" NodeTextDefinitionChange <|-- TextDefinitionReplacement + click NodeTextDefinitionChange href "../NodeTextDefinitionChange" TextDefinitionReplacement : about_node - TextDefinitionReplacement --> Node : about_node + + + + TextDefinitionReplacement --> "0..1" Node : about_node + click Node href "../Node" + TextDefinitionReplacement : about_node_representation @@ -244,11 +232,21 @@

Class: TextDefinitionReplacement

TextDefinitionReplacement : has_textual_diff - TextDefinitionReplacement --> TextualDiff : has_textual_diff + + + + TextDefinitionReplacement --> "0..1" TextualDiff : has_textual_diff + click TextualDiff href "../TextualDiff" + TextDefinitionReplacement : has_undo - TextDefinitionReplacement --> Change : has_undo + + + + TextDefinitionReplacement --> "0..1" Change : has_undo + click Change href "../Change" + TextDefinitionReplacement : id @@ -278,7 +276,12 @@

Class: TextDefinitionReplacement

TextDefinitionReplacement : was_generated_by - TextDefinitionReplacement --> Activity : was_generated_by + + + + TextDefinitionReplacement --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -386,7 +389,7 @@

Slots

id -1..1
String +1
String Change @@ -551,12 +554,12 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 is_a: about - multivalued: false alias: about_node owner: TextDefinitionReplacement domain_of: - NodeChange range: Node + multivalued: false about_node_representation: name: about_node_representation description: 'The representation of a node (URI, CURIE, label) ' @@ -746,19 +749,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: TextDefinitionReplacement domain_of: - Change range: Change + multivalued: false
-
@@ -779,8 +781,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/TextualDiff/index.html b/TextualDiff/index.html index 849c39b3..941e4153 100644 --- a/TextualDiff/index.html +++ b/TextualDiff/index.html @@ -7,15 +7,16 @@ - + Class: TextualDiff - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,71 +148,53 @@
+ + +

Class: TextualDiff

A summarizing of a change on a piece of text. This could be rendered in a number of different ways

URI: kgcl:TextualDiff

classDiagram class TextualDiff + click TextualDiff href "../TextualDiff" ChangeLanguageElement <|-- TextualDiff + click ChangeLanguageElement href "../ChangeLanguageElement"
@@ -351,7 +332,6 @@

Induced

-
@@ -372,8 +352,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Time/index.html b/Time/index.html index 03087198..111d3114 100644 --- a/Time/index.html +++ b/Time/index.html @@ -10,11 +10,8 @@ - - - - + @@ -22,14 +19,15 @@ - + + + + + - - - @@ -51,9 +49,15 @@ - + + + + + + + @@ -72,9 +76,7 @@ - - -
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,64 +148,48 @@
+ + +

Class: Transaction

A change that is a composition of a set of changes, where those changes are treated as a single unit. Could be a single change, or the results of an ontology diff

URI: kgcl:Transaction

classDiagram class Transaction + click Transaction href "../Transaction" Change <|-- Transaction + click Change href "../Change" Transaction : change_date Transaction : change_set - Transaction --> Change : change_set + + + + Transaction --> "*" Change : change_set + click Change href "../Change" + Transaction : contributor @@ -242,7 +230,12 @@

Class: Transaction

Transaction : has_undo - Transaction --> Change : has_undo + + + + Transaction --> "0..1" Change : has_undo + click Change href "../Change" + Transaction : id @@ -254,7 +247,12 @@

Class: Transaction

Transaction : was_generated_by - Transaction --> Activity : was_generated_by + + + + Transaction --> "0..1" Activity : was_generated_by + click Activity href "../Activity" +
@@ -281,13 +279,13 @@

Slots

change_set -0..*
Change +*
Change A collection of changes direct id -1..1
String +1
String Change @@ -394,7 +392,6 @@

Induced

description: A collection of changes from_schema: https://w3id.org/kgcl rank: 1000 - multivalued: true alias: change_set owner: Transaction domain_of: @@ -402,6 +399,7 @@

Induced

- Transaction - Session range: Change + multivalued: true inlined: true inlined_as_list: true id: @@ -505,19 +503,18 @@

Induced

from_schema: https://w3id.org/kgcl rank: 1000 domain: Change - multivalued: false alias: has_undo owner: Transaction domain_of: - Change range: Change + multivalued: false
-
@@ -538,8 +535,7 @@

Induced

- - - + + + \ No newline at end of file diff --git a/Unobsoletion/index.html b/Unobsoletion/index.html index 7d28c2cd..c98ddca0 100644 --- a/Unobsoletion/index.html +++ b/Unobsoletion/index.html @@ -7,15 +7,16 @@ - + Class: Unobsoletion - KGCL - + + - + @@ -26,7 +27,7 @@
-
+
- +
GitHub @@ -109,7 +109,7 @@
- +
GitHub @@ -119,24 +119,18 @@ @@ -154,78 +148,58 @@
+ + +

Class: Unobsoletion

Opposite operation of obsoletion. Rarely performed.

URI: kgcl:Unobsoletion

classDiagram class Unobsoletion + click Unobsoletion href "../Unobsoletion" ChangeMixin <|-- Unobsoletion + click ChangeMixin href "../ChangeMixin" Unobsoletion <|-- NodeUnobsoletion + click NodeUnobsoletion href "../NodeUnobsoletion" @@ -333,8 +313,6 @@

Direct

slot_usage: has_undo: name: has_undo - domain_of: - - Change range: Obsoletion @@ -351,8 +329,6 @@

Induced

slot_usage: has_undo: name: has_undo - domain_of: - - Change range: Obsoletion @@ -360,7 +336,6 @@

Induced

-