diff --git a/models/zwart2024dra-ontology/metadata.ttl b/models/zwart2024dra-ontology/metadata.ttl new file mode 100644 index 000000000..167457b5c --- /dev/null +++ b/models/zwart2024dra-ontology/metadata.ttl @@ -0,0 +1,39 @@ +@prefix ontouml: . +@prefix rdf: . +@prefix rdfs: . +@prefix owl: . +@prefix xsd: . +@prefix mod: . +@prefix dct: . +@prefix skos: . +@prefix dcat: . +@prefix lcc: . + + a dcat:Dataset, mod:SemanticArtefact; + dct:title "Domain Ontology for Drug Repurposing Analysis"; + mod:acronym "DRA-Ontology"; + dct:issued "2024"^^xsd:gYear; + dcat:theme lcc:Q; + skos:editorialNote "Developed as part of a Master's research focused on improving the pedrictions and related explanations generated in a GNN-based machine learning pipeline (i.e. RD-explainer)."; + dct:language "en"; + dcat:landingPage ; + dct:license ; + dct:contributor , , , , , , , , , ; + mod:designedForTask ontouml:ConceptualClarification, ontouml:OntologicalAnalysis; + ontouml:context ontouml:Research; + dct:source . + dcat:distribution . + a dcat:Distribution; + dct:title "Turtle distribution of \"Domain Ontology for Drug Repurposing Analysis\""@en; + dcat:mediaType ; + dcat:downloadURL . + dcat:distribution . + a dcat:Distribution; + dct:title "JSON distribution of \"Domain Ontology for Drug Repurposing Analysis\""@en; + dcat:mediaType ; + dcat:downloadURL . + dcat:distribution . + a dcat:Distribution; + dct:title "Visual Paradigm distribution of \"Domain Ontology for Drug Repurposing Analysis\""@en; + dcat:mediaType ; + dcat:downloadURL . diff --git a/models/zwart2024dra-ontology/metadata.yaml b/models/zwart2024dra-ontology/metadata.yaml new file mode 100644 index 000000000..d88c90f4f --- /dev/null +++ b/models/zwart2024dra-ontology/metadata.yaml @@ -0,0 +1,39 @@ +title: Domain Ontology for Drug Repurposing Analysis +acronym: DRA-Ontology +issued: 2024 +modified: +contributor: + - https://dblp.org/pid/304/7074 + - https://orcid.org/0000-0003-1795-5930 + - https://dblp.org/pid/157/9485 + - https://dblp.org/pid/354/5718 + - https://dblp.org/pid/134/4947 + - https://dblp.org/pid/125/5986 + - https://dblp.org/pid/49/5917 + - https://dblp.org/pid/68/84 + - https://dblp.org/pid/81/3332 + - https://dblp.org/pid/09/2013 +keyword: + - genotype + - phenotype + - disease + - drug + - drug repurposing +theme: Class Q - Science +editorialNote: Developed as part of a Master's research focused on improving the pedrictions and related explanations generated in a GNN-based machine learning pipeline (i.e. RD-explainer). +ontologyType: + - domain +language: en +designedForTask: + - conceptual clarification + - ontological analysis +context: + - research +source: + - https://doi.org/10.21203/rs.3.rs-5622649/v1 +representationStyle: + - ontouml +landingPage: + - https://github.com/rosazwart/XAI-FO +license: + - https://creativecommons.org/licenses/by/4.0/ \ No newline at end of file diff --git a/models/zwart2024dra-ontology/ontology.json b/models/zwart2024dra-ontology/ontology.json new file mode 100644 index 000000000..96cf44837 --- /dev/null +++ b/models/zwart2024dra-ontology/ontology.json @@ -0,0 +1,3193 @@ +{ + "id" : "d53JtqGGAqBwAQrR", + "name" : "XAI+FO", + "description" : null, + "type" : "Project", + "model" : { + "id" : "d53JtqGGAqBwAQrR_root", + "name" : "XAI+FO", + "description" : null, + "type" : "Package", + "propertyAssignments" : null, + "contents" : [ { + "id" : "v6Qvv6GGAqBwAQzi", + "name" : "Knowledge-based Conceptual Model", + "description" : null, + "type" : "Package", + "propertyAssignments" : null, + "contents" : [ { + "id" : "Jjp_v6GGAqBwAQ5U", + "name" : "GENE", + "description" : "A region of DNA (deoxyribonucleic acid) coding either for the messenger RNA encoding the amino acid sequence in a polypeptide chain or for a functional RNA molecule. source ", + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "collective", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : false, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "collective" ] + }, { + "id" : "TPmAf6GGAqBwAQ56", + "name" : "ALLELE", + "description" : "An allele is a variant form of a gene. Some genes have a variety of different forms, which are located at the same position, or genetic locus, on a chromosome. source source ", + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "kind", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : null, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "erbgf6GGAqBwAQ7c", + "name" : "REFERENCE ALLELE", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "role", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : false, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "9wvgf6GGAqBwAQ70", + "name" : "VARIANT ALLELE", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "role", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : false, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "a6Mof6GGAqBwAQ_E", + "name" : "GENOTYPE", + "description" : "The term can be used to refer to the alleles, or variant forms of a gene, that are carried by an organism. source ", + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "collective", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : false, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "collective" ] + }, { + "id" : "vKDof6GGAqBwAQ_.", + "name" : "PHENOTYPE", + "description" : "The term \"phenotype\" refers to the observable physical properties of an organism; these include the organism's appearance, development, and behavior. An organism's phenotype is determined by its genotype, which is the set of genes the organism carries, as well as by environmental influences upon these genes. source ", + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "kind", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : null, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "mzHof6GGAqBwARAR", + "name" : "DISEASE", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "kind", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : null, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "yPfYf6GGAqBwARBu", + "name" : "DISEASE-ASSOCIATED PHENOTYPE", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "role", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : false, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "LkVcf6GGAqBwAREg", + "name" : "BIOLOGICAL PROCESS", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "category", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : false, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "6H08f6GGAqBwARE9", + "name" : "ATOMIC BIOLOGICAL PROCESS", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "kind", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : null, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "VAx8f6GGAqBwARFp", + "name" : "COMPLEX BIOLOGICAL PROCESS", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "kind", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : null, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "gR8UQGGGAqBwAQzN", + "name" : "ANATOMICAL ENTITY", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "kind", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : null, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "63uCQGGGAqBwAQ_a", + "name" : "ORTHOLOG GENE", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "role", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : false, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "collective" ] + }, { + "id" : "MWfiQGGGAqBwARBz", + "name" : "DRUG", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "kind", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : null, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "EeYkGGGGAqBwAQze", + "name" : "SPECIES", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "type", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : null, + "isPowertype" : false, + "order" : "2", + "literals" : null, + "restrictedTo" : [ "type" ] + }, { + "id" : "dMo_GGGGAqBwAQ7A", + "name" : "SPECIATION DIVERGENCE", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "relator", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : null, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "relator" ] + }, { + "id" : "n1MImGGGAqBwARBY", + "name" : "REFERENCE RECORD", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "relator", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : null, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "relator" ] + }, { + "id" : "uTMomGGGAqBwARDa", + "name" : "SEQUENCE VARIATION", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "relator", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : null, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "relator" ] + }, { + "id" : "9BEZZGGGAqBwAQ4P", + "name" : "BIOLOGICAL PROCESS PHENOTYPE", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "role", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : false, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "i5dd7OGGAqAEBA68", + "name" : "ANATOMICAL ENTITY PHENOTYPE", + "description" : null, + "type" : "Class", + "propertyAssignments" : null, + "stereotype" : "role", + "isAbstract" : false, + "isDerived" : false, + "properties" : null, + "isExtensional" : false, + "isPowertype" : null, + "order" : null, + "literals" : null, + "restrictedTo" : [ "functional-complex" ] + }, { + "id" : "qpoQf6GGAqBwAQ8Y", + "name" : null, + "description" : null, + "type" : "Generalization", + "propertyAssignments" : null, + "general" : { + "id" : "TPmAf6GGAqBwAQ56", + "type" : "Class" + }, + "specific" : { + "id" : "erbgf6GGAqBwAQ7c", + "type" : "Class" + } + }, { + "id" : "Q0YQf6GGAqBwAQ8c", + "name" : null, + "description" : null, + "type" : "Generalization", + "propertyAssignments" : null, + "general" : { + "id" : "TPmAf6GGAqBwAQ56", + "type" : "Class" + }, + "specific" : { + "id" : "9wvgf6GGAqBwAQ70", + "type" : "Class" + } + }, { + "id" : "0xjif6GGAqBwARHD", + "name" : null, + "description" : null, + "type" : "Generalization", + "propertyAssignments" : null, + "general" : { + "id" : "LkVcf6GGAqBwAREg", + "type" : "Class" + }, + "specific" : { + "id" : "6H08f6GGAqBwARE9", + "type" : "Class" + } + }, { + "id" : "dnRCQGGGAqBwAQ_v", + "name" : null, + "description" : null, + "type" : "Generalization", + "propertyAssignments" : null, + "general" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "specific" : { + "id" : "63uCQGGGAqBwAQ_a", + "type" : "Class" + } + }, { + "id" : "v9zVRGGGAqBwAQ1Z", + "name" : null, + "description" : null, + "type" : "Generalization", + "propertyAssignments" : null, + "general" : { + "id" : "vKDof6GGAqBwAQ_.", + "type" : "Class" + }, + "specific" : { + "id" : "yPfYf6GGAqBwARBu", + "type" : "Class" + } + }, { + "id" : "gDsZZGGGAqBwAQ4l", + "name" : null, + "description" : null, + "type" : "Generalization", + "propertyAssignments" : null, + "general" : { + "id" : "vKDof6GGAqBwAQ_.", + "type" : "Class" + }, + "specific" : { + "id" : "9BEZZGGGAqBwAQ4P", + "type" : "Class" + } + }, { + "id" : "GDNif6GGAqBwARGz", + "name" : null, + "description" : null, + "type" : "Generalization", + "propertyAssignments" : null, + "general" : { + "id" : "LkVcf6GGAqBwAREg", + "type" : "Class" + }, + "specific" : { + "id" : "VAx8f6GGAqBwARFp", + "type" : "Class" + } + }, { + "id" : "9b7d7OGGAqAEBA7W", + "name" : "", + "description" : null, + "type" : "Generalization", + "propertyAssignments" : null, + "general" : { + "id" : "vKDof6GGAqBwAQ_.", + "type" : "Class" + }, + "specific" : { + "id" : "i5dd7OGGAqAEBA68", + "type" : "Class" + } + }, { + "id" : ".ckQf6GGAqBwAQ8o", + "name" : "allele_classes", + "description" : null, + "type" : "GeneralizationSet", + "propertyAssignments" : null, + "isDisjoint" : true, + "isComplete" : true, + "categorizer" : null, + "generalizations" : [ { + "id" : "Q0YQf6GGAqBwAQ8c", + "type" : "Generalization" + }, { + "id" : "qpoQf6GGAqBwAQ8Y", + "type" : "Generalization" + } ] + }, { + "id" : "YCfif6GGAqBwARHZ", + "name" : "process_types", + "description" : null, + "type" : "GeneralizationSet", + "propertyAssignments" : null, + "isDisjoint" : true, + "isComplete" : true, + "categorizer" : null, + "generalizations" : [ { + "id" : "GDNif6GGAqBwARGz", + "type" : "Generalization" + }, { + "id" : "0xjif6GGAqBwARHD", + "type" : "Generalization" + } ] + }, { + "id" : "oo3d7OGGAqAEBA7h", + "name" : "phenotype_classes", + "description" : null, + "type" : "GeneralizationSet", + "propertyAssignments" : null, + "isDisjoint" : true, + "isComplete" : true, + "categorizer" : null, + "generalizations" : [ { + "id" : "gDsZZGGGAqBwAQ4l", + "type" : "Generalization" + }, { + "id" : "9b7d7OGGAqAEBA7W", + "type" : "Generalization" + } ] + }, { + "id" : "pzVAf6GGAqBwAQ6X", + "name" : "is_allele_of", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "memberOf", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "pzVAf6GGAqBwAQ6Y", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "pzVAf6GGAqBwAQ6a", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1", + "propertyType" : { + "id" : "TPmAf6GGAqBwAQ56", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "SHARED" + } ] + }, { + "id" : "j2Sof6GGAqBwAQ_Y", + "name" : "is_part_of", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "memberOf", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "j2Sof6GGAqBwAQ_Z", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "TPmAf6GGAqBwAQ56", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "j2Sof6GGAqBwAQ_b", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "a6Mof6GGAqBwAQ_E", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "SHARED" + } ] + }, { + "id" : "g8aUGGGGAqBwAQ1e", + "name" : "found_in", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "instantiation", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "g8aUGGGGAqBwAQ1f", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "g8aUGGGGAqBwAQ1h", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1", + "propertyType" : { + "id" : "EeYkGGGGAqBwAQze", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "TNjfGGGGAqBwAQ6n", + "name" : "orthologous_to", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "TNjfGGGGAqBwAQ6o", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "63uCQGGGAqBwAQ_a", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "TNjfGGGGAqBwAQ6q", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "GV9AmGGGAqBwAQ.q", + "name" : null, + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "mediation", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "GV9AmGGGAqBwAQ.r", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "GV9AmGGGAqBwAQ.t", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : true, + "isOrdered" : false, + "cardinality" : "1", + "propertyType" : { + "id" : "dMo_GGGGAqBwAQ7A", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "ygAgmGGGAqBwAQ_i", + "name" : null, + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "mediation", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "ygAgmGGGAqBwAQ_j", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "63uCQGGGAqBwAQ_a", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "ygAgmGGGAqBwAQ_l", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : true, + "isOrdered" : false, + "cardinality" : "1", + "propertyType" : { + "id" : "dMo_GGGGAqBwAQ7A", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "OwKImGGGAqBwARBp", + "name" : null, + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "mediation", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "OwKImGGGAqBwARBq", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1", + "propertyType" : { + "id" : "erbgf6GGAqBwAQ7c", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "OwKImGGGAqBwARBs", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : true, + "isOrdered" : false, + "cardinality" : "1", + "propertyType" : { + "id" : "n1MImGGGAqBwARBY", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "j5momGGGAqBwARD_", + "name" : null, + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "mediation", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "j5momGGGAqBwAREA", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "uTMomGGGAqBwARDa", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "j5momGGGAqBwAREC", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : true, + "isOrdered" : false, + "cardinality" : "1", + "propertyType" : { + "id" : "erbgf6GGAqBwAQ7c", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "LTVomGGGAqBwAREn", + "name" : null, + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "mediation", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "LTVomGGGAqBwAREo", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "uTMomGGGAqBwARDa", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "LTVomGGGAqBwAREq", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : true, + "isOrdered" : false, + "cardinality" : "1", + "propertyType" : { + "id" : "9wvgf6GGAqBwAQ70", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "yANVRGGGAqBwAQ0z", + "name" : "is_associated_with", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "yANVRGGGAqBwAQ00", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "yPfYf6GGAqBwARBu", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "yANVRGGGAqBwAQ02", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "mzHof6GGAqBwARAR", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "r1wDRGGGAqBwAQ_f", + "name" : "observed_in", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "r1wDRGGGAqBwAQ_g", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "LkVcf6GGAqBwAREg", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "r1wDRGGGAqBwAQ_i", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "gR8UQGGGAqBwAQzN", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "Sv.jRGGGAqBwARDS", + "name" : "participates_in", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "Sv.jRGGGAqBwARDT", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "Sv.jRGGGAqBwARDV", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "LkVcf6GGAqBwAREg", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "l2.TRGGGAqBwARF6", + "name" : "causes", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "l2.TRGGGAqBwARF7", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "a6Mof6GGAqBwAQ_E", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "l2.TRGGGAqBwARF9", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "vKDof6GGAqBwAQ_.", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "Ye9zRGGGAqBwARJt", + "name" : "targets", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "Ye9zRGGGAqBwARJu", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "MWfiQGGGAqBwARBz", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "Ye9zRGGGAqBwARJw", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "178LRGGGAqBwARKw", + "name" : "treats", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "178LRGGGAqBwARKx", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "MWfiQGGGAqBwARBz", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "178LRGGGAqBwARKz", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "mzHof6GGAqBwARAR", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "DreLRGGGAqBwARLc", + "name" : "involved_in", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "DreLRGGGAqBwARLd", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "9BEZZGGGAqBwAQ4P", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "DreLRGGGAqBwARLf", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "LkVcf6GGAqBwAREg", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "h0XLRGGGAqBwARM1", + "name" : "has_effect_on", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "h0XLRGGGAqBwARM2", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "MWfiQGGGAqBwARBz", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "h0XLRGGGAqBwARM4", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "vKDof6GGAqBwAQ_.", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "1aMQCWGGAqAEBg2Z", + "name" : "is_part_of", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "componentOf", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "1aMQCWGGAqAEBg2a", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "LkVcf6GGAqBwAREg", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "1aMQCWGGAqAEBg2c", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "VAx8f6GGAqBwARFp", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "COMPOSITE" + } ] + }, { + "id" : "XH7VW2GGAqAEBAzU", + "name" : "interacts_with", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "XH7VW2GGAqAEBAzV", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "XH7VW2GGAqAEBAzX", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "xqR1W2GGAqAEBA18", + "name" : "expressed_in", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "xqR1W2GGAqAEBA19", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "gR8UQGGGAqBwAQzN", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "xqR1W2GGAqAEBA1_", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "zOXNW2GGAqAEBA4k", + "name" : "involved_in", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "zOXNW2GGAqAEBA4l", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "mzHof6GGAqBwARAR", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "zOXNW2GGAqAEBA4n", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "LkVcf6GGAqBwAREg", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "Is8dW2GGAqAEBA8S", + "name" : "causes", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "Is8dW2GGAqAEBA8T", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "vKDof6GGAqBwAQ_.", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "Is8dW2GGAqAEBA8V", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "9wvgf6GGAqBwAQ70", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "bfo9W2GGAqAEBA_I", + "name" : "causes", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "bfo9W2GGAqAEBA_J", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "mzHof6GGAqBwARAR", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "bfo9W2GGAqAEBA_L", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "9wvgf6GGAqBwAQ70", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "cIPDW2GGAqAEBBC5", + "name" : "contributes_to", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "cIPDW2GGAqAEBBC6", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "cIPDW2GGAqAEBBC8", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "vKDof6GGAqBwAQ_.", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "9yiTW2GGAqAEBBE4", + "name" : "contributes_to", + "description" : "Strong association with disease as it is known that mutations in this gene causes the disease.", + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "9yiTW2GGAqAEBBE5", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "9yiTW2GGAqAEBBE7", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "mzHof6GGAqBwARAR", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "D2AZ7OGGAqAEBA5Z", + "name" : "causes", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "D2AZ7OGGAqAEBA5a", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "a6Mof6GGAqBwAQ_E", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "D2AZ7OGGAqAEBA5c", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "mzHof6GGAqBwARAR", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "5YS97OGGAqAEBA8x", + "name" : "involved_in", + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "material", + "isAbstract" : false, + "isDerived" : false, + "properties" : [ { + "id" : "5YS97OGGAqAEBA8y", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "0..*", + "propertyType" : { + "id" : "i5dd7OGGAqAEBA68", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + }, { + "id" : "5YS97OGGAqAEBA80", + "name" : "", + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1..*", + "propertyType" : { + "id" : "gR8UQGGGAqBwAQzN", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : "NONE" + } ] + }, { + "id" : "WU1AmGGGAqBwAQ.c", + "name" : null, + "description" : null, + "type" : "Relation", + "propertyAssignments" : null, + "stereotype" : "derivation", + "isAbstract" : false, + "isDerived" : true, + "properties" : [ { + "id" : "f8e40307-2a98-49b1-aa4b-679541daa3db", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1", + "propertyType" : { + "id" : "dMo_GGGGAqBwAQ7A", + "type" : "Class" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : null + }, { + "id" : "228a8dc2-fcdd-4870-98e3-fbcfd7ce9e6d", + "name" : null, + "description" : null, + "type" : "Property", + "propertyAssignments" : null, + "stereotype" : null, + "isDerived" : false, + "isReadOnly" : false, + "isOrdered" : false, + "cardinality" : "1", + "propertyType" : { + "id" : "TNjfGGGGAqBwAQ6n", + "type" : "Relation" + }, + "subsettedProperties" : null, + "redefinedProperties" : null, + "aggregationKind" : null + } ] + } ] + } ] + }, + "diagrams" : [ { + "id" : "AYA_v6GGAqBwAQ4B", + "name" : "Knowledge-based Conceptual Model Diagram", + "description" : null, + "type" : "Diagram", + "owner" : { + "id" : "v6Qvv6GGAqBwAQzi", + "type" : "Package" + }, + "contents" : [ { + "id" : "_2X1W2GGAqAEBA3P", + "type" : "RelationView", + "modelElement" : { + "id" : "xqR1W2GGAqAEBA18", + "type" : "Relation" + }, + "shape" : { + "id" : "_2X1W2GGAqAEBA3P_path", + "type" : "Path", + "points" : [ { + "x" : 927, + "y" : 672 + }, { + "x" : 927, + "y" : 607 + }, { + "x" : 778, + "y" : 607 + }, { + "x" : 778, + "y" : 430 + } ] + }, + "source" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + }, + "target" : { + "id" : "gR8UQGGGAqBwAQzM", + "type" : "ClassView" + } + }, { + "id" : "a6Mof6GGAqBwAQ_D", + "type" : "ClassView", + "modelElement" : { + "id" : "a6Mof6GGAqBwAQ_E", + "type" : "Class" + }, + "shape" : { + "id" : "a6Mof6GGAqBwAQ_D_shape", + "type" : "Rectangle", + "x" : 1871, + "y" : 828, + "width" : 240, + "height" : 82 + } + }, { + "id" : "q2LAmGGGAqBwAQ_G", + "type" : "RelationView", + "modelElement" : { + "id" : "GV9AmGGGAqBwAQ.q", + "type" : "Relation" + }, + "shape" : { + "id" : "q2LAmGGGAqBwAQ_G_path", + "type" : "Path", + "points" : [ { + "x" : 802, + "y" : 918 + }, { + "x" : 802, + "y" : 733 + }, { + "x" : 903, + "y" : 733 + } ] + }, + "source" : { + "id" : "dMo_GGGGAqBwAQ6_", + "type" : "ClassView" + }, + "target" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + } + }, { + "id" : "e3aImGGGAqBwARB1", + "type" : "RelationView", + "modelElement" : { + "id" : "OwKImGGGAqBwARBp", + "type" : "Relation" + }, + "shape" : { + "id" : "e3aImGGGAqBwARB1_path", + "type" : "Path", + "points" : [ { + "x" : 1281, + "y" : 1107 + }, { + "x" : 1281, + "y" : 1038 + } ] + }, + "source" : { + "id" : "n1MImGGGAqBwARBX", + "type" : "ClassView" + }, + "target" : { + "id" : "urbgf6GGAqBwAQ7b", + "type" : "ClassView" + } + }, { + "id" : "XTVomGGGAqBwAREs", + "type" : "RelationView", + "modelElement" : { + "id" : "LTVomGGGAqBwAREn", + "type" : "Relation" + }, + "shape" : { + "id" : "XTVomGGGAqBwAREs_path", + "type" : "Path", + "points" : [ { + "x" : 1545, + "y" : 1128 + }, { + "x" : 1580, + "y" : 1128 + }, { + "x" : 1579, + "y" : 1041 + } ] + }, + "source" : { + "id" : "uTMomGGGAqBwARDZ", + "type" : "ClassView" + }, + "target" : { + "id" : "dwvgf6GGAqBwAQ7z", + "type" : "ClassView" + } + }, { + "id" : "Lb7d7OGGAqAEBA7X", + "type" : "GeneralizationView", + "modelElement" : { + "id" : "9b7d7OGGAqAEBA7W", + "type" : "Generalization" + }, + "shape" : { + "id" : "Lb7d7OGGAqAEBA7X_path", + "type" : "Path", + "points" : [ { + "x" : 1847, + "y" : 377 + }, { + "x" : 1847, + "y" : 338 + }, { + "x" : 1998, + "y" : 338 + }, { + "x" : 1998, + "y" : 264 + } ] + }, + "source" : { + "id" : "vKDof6GGAqBwAQ_9", + "type" : "ClassView" + }, + "target" : { + "id" : "i5dd7OGGAqAEBA67", + "type" : "ClassView" + } + }, { + "id" : "2v.jRGGGAqBwARDX", + "type" : "RelationView", + "modelElement" : { + "id" : "Sv.jRGGGAqBwARDS", + "type" : "Relation" + }, + "shape" : { + "id" : "2v.jRGGGAqBwARDX_path", + "type" : "Path", + "points" : [ { + "x" : 905, + "y" : 688 + }, { + "x" : 648, + "y" : 688 + } ] + }, + "source" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + }, + "target" : { + "id" : "LkVcf6GGAqBwAREf", + "type" : "ClassView" + } + }, { + "id" : "j2.TRGGGAqBwARF_", + "type" : "RelationView", + "modelElement" : { + "id" : "l2.TRGGGAqBwARF6", + "type" : "Relation" + }, + "shape" : { + "id" : "j2.TRGGGAqBwARF__path", + "type" : "Path", + "points" : [ { + "x" : 1918, + "y" : 828 + }, { + "x" : 1918, + "y" : 458 + } ] + }, + "source" : { + "id" : "a6Mof6GGAqBwAQ_D", + "type" : "ClassView" + }, + "target" : { + "id" : "vKDof6GGAqBwAQ_9", + "type" : "ClassView" + } + }, { + "id" : "LkVcf6GGAqBwAREf", + "type" : "ClassView", + "modelElement" : { + "id" : "LkVcf6GGAqBwAREg", + "type" : "Class" + }, + "shape" : { + "id" : "LkVcf6GGAqBwAREf_shape", + "type" : "Rectangle", + "x" : 274, + "y" : 610, + "width" : 374, + "height" : 85 + } + }, { + "id" : "yPfYf6GGAqBwARBt", + "type" : "ClassView", + "modelElement" : { + "id" : "yPfYf6GGAqBwARBu", + "type" : "Class" + }, + "shape" : { + "id" : "yPfYf6GGAqBwARBt_shape", + "type" : "Rectangle", + "x" : 1205, + "y" : 398, + "width" : 241, + "height" : 90 + } + }, { + "id" : "RU1AmGGGAqBwAQ.d", + "type" : "RelationView", + "modelElement" : { + "id" : "WU1AmGGGAqBwAQ.c", + "type" : "Relation" + }, + "shape" : { + "id" : "RU1AmGGGAqBwAQ.d_path", + "type" : "Path", + "points" : [ { + "x" : 837, + "y" : 938 + }, { + "x" : 858, + "y" : 938 + } ] + }, + "source" : { + "id" : "dMo_GGGGAqBwAQ6_", + "type" : "ClassView" + }, + "target" : { + "id" : "HNjfGGGGAqBwAQ6s", + "type" : "RelationView" + } + }, { + "id" : "43utW2GGAqAEBA51", + "type" : "RelationView", + "modelElement" : { + "id" : "DreLRGGGAqBwARLc", + "type" : "Relation" + }, + "shape" : { + "id" : "43utW2GGAqAEBA51_path", + "type" : "Path", + "points" : [ { + "x" : 1694, + "y" : 210 + }, { + "x" : 1694, + "y" : 160 + }, { + "x" : 555, + "y" : 160 + }, { + "x" : 555, + "y" : 610 + } ] + }, + "source" : { + "id" : "9BEZZGGGAqBwAQ4O", + "type" : "ClassView" + }, + "target" : { + "id" : "LkVcf6GGAqBwAREf", + "type" : "ClassView" + } + }, { + "id" : "co3d7OGGAqAEBA7j", + "type" : "GeneralizationSetView", + "modelElement" : { + "id" : "oo3d7OGGAqAEBA7h", + "type" : "GeneralizationSet" + }, + "shape" : { + "id" : "co3d7OGGAqAEBA7j_shape", + "type" : "Text", + "x" : 1811, + "y" : 261, + "width" : 187, + "height" : 75, + "value" : "" + } + }, { + "id" : "3qNAf6GGAqBwAQ6j", + "type" : "RelationView", + "modelElement" : { + "id" : "pzVAf6GGAqBwAQ6X", + "type" : "Relation" + }, + "shape" : { + "id" : "3qNAf6GGAqBwAQ6j_path", + "type" : "Path", + "points" : [ { + "x" : 1354, + "y" : 768 + }, { + "x" : 1174, + "y" : 768 + } ] + }, + "source" : { + "id" : "TPmAf6GGAqBwAQ55", + "type" : "ClassView" + }, + "target" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + } + }, { + "id" : "KIPDW2GGAqAEBBC.", + "type" : "RelationView", + "modelElement" : { + "id" : "cIPDW2GGAqAEBBC5", + "type" : "Relation" + }, + "shape" : { + "id" : "KIPDW2GGAqAEBBC._path", + "type" : "Path", + "points" : [ { + "x" : 1120, + "y" : 672 + }, { + "x" : 1120, + "y" : 575 + }, { + "x" : 1794, + "y" : 575 + }, { + "x" : 1792, + "y" : 458 + } ] + }, + "source" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + }, + "target" : { + "id" : "vKDof6GGAqBwAQ_9", + "type" : "ClassView" + } + }, { + "id" : "urbgf6GGAqBwAQ7b", + "type" : "ClassView", + "modelElement" : { + "id" : "erbgf6GGAqBwAQ7c", + "type" : "Class" + }, + "shape" : { + "id" : "urbgf6GGAqBwAQ7b_shape", + "type" : "Rectangle", + "x" : 1245, + "y" : 944, + "width" : 161, + "height" : 91 + } + }, { + "id" : "P2Sof6GGAqBwAQ_d", + "type" : "RelationView", + "modelElement" : { + "id" : "j2Sof6GGAqBwAQ_Y", + "type" : "Relation" + }, + "shape" : { + "id" : "P2Sof6GGAqBwAQ_d_path", + "type" : "Path", + "points" : [ { + "x" : 1531, + "y" : 777 + }, { + "x" : 1898, + "y" : 777 + }, { + "x" : 1898, + "y" : 828 + } ] + }, + "source" : { + "id" : "TPmAf6GGAqBwAQ55", + "type" : "ClassView" + }, + "target" : { + "id" : "a6Mof6GGAqBwAQ_D", + "type" : "ClassView" + } + }, { + "id" : "63uCQGGGAqBwAQ_Z", + "type" : "ClassView", + "modelElement" : { + "id" : "63uCQGGGAqBwAQ_a", + "type" : "Class" + }, + "shape" : { + "id" : "63uCQGGGAqBwAQ_Z_shape", + "type" : "Rectangle", + "x" : 904, + "y" : 1111, + "width" : 231, + "height" : 87 + } + }, { + "id" : "jaMQCWGGAqAEBg2e", + "type" : "RelationView", + "modelElement" : { + "id" : "1aMQCWGGAqAEBg2Z", + "type" : "Relation" + }, + "shape" : { + "id" : "jaMQCWGGAqAEBg2e_path", + "type" : "Path", + "points" : [ { + "x" : 274, + "y" : 678 + }, { + "x" : 191, + "y" : 678 + }, { + "x" : 191, + "y" : 938 + }, { + "x" : 311, + "y" : 938 + } ] + }, + "source" : { + "id" : "LkVcf6GGAqBwAREf", + "type" : "ClassView" + }, + "target" : { + "id" : "VAx8f6GGAqBwARFo", + "type" : "ClassView" + } + }, { + "id" : "dMo_GGGGAqBwAQ6_", + "type" : "ClassView", + "modelElement" : { + "id" : "dMo_GGGGAqBwAQ7A", + "type" : "Class" + }, + "shape" : { + "id" : "dMo_GGGGAqBwAQ6__shape", + "type" : "Rectangle", + "x" : 684, + "y" : 918, + "width" : 151, + "height" : 104 + } + }, { + "id" : "NYS97OGGAqAEBA82", + "type" : "RelationView", + "modelElement" : { + "id" : "5YS97OGGAqAEBA8x", + "type" : "Relation" + }, + "shape" : { + "id" : "NYS97OGGAqAEBA82_path", + "type" : "Path", + "points" : [ { + "x" : 1931, + "y" : 140 + }, { + "x" : 1931, + "y" : 71 + }, { + "x" : 695, + "y" : 71 + }, { + "x" : 696, + "y" : 327 + } ] + }, + "source" : { + "id" : "i5dd7OGGAqAEBA67", + "type" : "ClassView" + }, + "target" : { + "id" : "gR8UQGGGAqBwAQzM", + "type" : "ClassView" + } + }, { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView", + "modelElement" : { + "id" : "Jjp_v6GGAqBwAQ5U", + "type" : "Class" + }, + "shape" : { + "id" : "Jjp_v6GGAqBwAQ5T_shape", + "type" : "Rectangle", + "x" : 904, + "y" : 671, + "width" : 270, + "height" : 157 + } + }, { + "id" : "U0YQf6GGAqBwAQ8d", + "type" : "GeneralizationView", + "modelElement" : { + "id" : "Q0YQf6GGAqBwAQ8c", + "type" : "Generalization" + }, + "shape" : { + "id" : "U0YQf6GGAqBwAQ8d_path", + "type" : "Path", + "points" : [ { + "x" : 1442, + "y" : 828 + }, { + "x" : 1442, + "y" : 914 + }, { + "x" : 1570, + "y" : 914 + }, { + "x" : 1569, + "y" : 944 + } ] + }, + "source" : { + "id" : "TPmAf6GGAqBwAQ55", + "type" : "ClassView" + }, + "target" : { + "id" : "dwvgf6GGAqBwAQ7z", + "type" : "ClassView" + } + }, { + "id" : "Do.dW2GGAqAEBA9g", + "type" : "RelationView", + "modelElement" : { + "id" : "Is8dW2GGAqAEBA8S", + "type" : "Relation" + }, + "shape" : { + "id" : "Do.dW2GGAqAEBA9g_path", + "type" : "Path", + "points" : [ { + "x" : 1635, + "y" : 968 + }, { + "x" : 1732, + "y" : 968 + }, { + "x" : 1732, + "y" : 458 + } ] + }, + "source" : { + "id" : "dwvgf6GGAqBwAQ7z", + "type" : "ClassView" + }, + "target" : { + "id" : "vKDof6GGAqBwAQ_9", + "type" : "ClassView" + } + }, { + "id" : "vKDof6GGAqBwAQ_9", + "type" : "ClassView", + "modelElement" : { + "id" : "vKDof6GGAqBwAQ_.", + "type" : "Class" + }, + "shape" : { + "id" : "vKDof6GGAqBwAQ_9_shape", + "type" : "Rectangle", + "x" : 1598, + "y" : 377, + "width" : 324, + "height" : 81 + } + }, { + "id" : "ersZZGGGAqBwAQ4m", + "type" : "GeneralizationView", + "modelElement" : { + "id" : "gDsZZGGGAqBwAQ4l", + "type" : "Generalization" + }, + "shape" : { + "id" : "ersZZGGGAqBwAQ4m_path", + "type" : "Path", + "points" : [ { + "x" : 1847, + "y" : 377 + }, { + "x" : 1847, + "y" : 338 + }, { + "x" : 1692, + "y" : 338 + }, { + "x" : 1692, + "y" : 325 + } ] + }, + "source" : { + "id" : "vKDof6GGAqBwAQ_9", + "type" : "ClassView" + }, + "target" : { + "id" : "9BEZZGGGAqBwAQ4O", + "type" : "ClassView" + } + }, { + "id" : "nOXNW2GGAqAEBA4p", + "type" : "RelationView", + "modelElement" : { + "id" : "zOXNW2GGAqAEBA4k", + "type" : "Relation" + }, + "shape" : { + "id" : "nOXNW2GGAqAEBA4p_path", + "type" : "Path", + "points" : [ { + "x" : 1374, + "y" : 235 + }, { + "x" : 1374, + "y" : 130 + }, { + "x" : 489, + "y" : 130 + }, { + "x" : 488, + "y" : 610 + } ] + }, + "source" : { + "id" : "mzHof6GGAqBwARAQ", + "type" : "ClassView" + }, + "target" : { + "id" : "LkVcf6GGAqBwAREf", + "type" : "ClassView" + } + }, { + "id" : "gR8UQGGGAqBwAQzM", + "type" : "ClassView", + "modelElement" : { + "id" : "gR8UQGGGAqBwAQzN", + "type" : "Class" + }, + "shape" : { + "id" : "gR8UQGGGAqBwAQzM_shape", + "type" : "Rectangle", + "x" : 588, + "y" : 327, + "width" : 217, + "height" : 102 + } + }, { + "id" : "yxjif6GGAqBwARHE", + "type" : "GeneralizationView", + "modelElement" : { + "id" : "0xjif6GGAqBwARHD", + "type" : "Generalization" + }, + "shape" : { + "id" : "yxjif6GGAqBwARHE_path", + "type" : "Path", + "points" : [ { + "x" : 491, + "y" : 695 + }, { + "x" : 491, + "y" : 830 + }, { + "x" : 590, + "y" : 830 + }, { + "x" : 590, + "y" : 850 + } ] + }, + "source" : { + "id" : "LkVcf6GGAqBwAREf", + "type" : "ClassView" + }, + "target" : { + "id" : "6H08f6GGAqBwARE8", + "type" : "ClassView" + } + }, { + "id" : "n1MImGGGAqBwARBX", + "type" : "ClassView", + "modelElement" : { + "id" : "n1MImGGGAqBwARBY", + "type" : "Class" + }, + "shape" : { + "id" : "n1MImGGGAqBwARBX_shape", + "type" : "Rectangle", + "x" : 1161, + "y" : 1107, + "width" : 150, + "height" : 91 + } + }, { + "id" : "FckQf6GGAqBwAQ8q", + "type" : "GeneralizationSetView", + "modelElement" : { + "id" : ".ckQf6GGAqBwAQ8o", + "type" : "GeneralizationSet" + }, + "shape" : { + "id" : "FckQf6GGAqBwAQ8q_shape", + "type" : "Text", + "x" : 1304, + "y" : 831, + "width" : 137, + "height" : 77, + "value" : "" + } + }, { + "id" : "MMW9W2GGAqAEBBAG", + "type" : "RelationView", + "modelElement" : { + "id" : "bfo9W2GGAqAEBA_I", + "type" : "Relation" + }, + "shape" : { + "id" : "MMW9W2GGAqAEBBAG_path", + "type" : "Path", + "points" : [ { + "x" : 1579, + "y" : 944 + }, { + "x" : 1579, + "y" : 284 + }, { + "x" : 1465, + "y" : 284 + } ] + }, + "source" : { + "id" : "dwvgf6GGAqBwAQ7z", + "type" : "ClassView" + }, + "target" : { + "id" : "mzHof6GGAqBwARAQ", + "type" : "ClassView" + } + }, { + "id" : "LnRCQGGGAqBwAQ_w", + "type" : "GeneralizationView", + "modelElement" : { + "id" : "dnRCQGGGAqBwAQ_v", + "type" : "Generalization" + }, + "shape" : { + "id" : "LnRCQGGGAqBwAQ_w_path", + "type" : "Path", + "points" : [ { + "x" : 1030, + "y" : 830 + }, { + "x" : 1030, + "y" : 1110 + } ] + }, + "source" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + }, + "target" : { + "id" : "63uCQGGGAqBwAQ_Z", + "type" : "ClassView" + } + }, { + "id" : "uTMomGGGAqBwARDZ", + "type" : "ClassView", + "modelElement" : { + "id" : "uTMomGGGAqBwARDa", + "type" : "Class" + }, + "shape" : { + "id" : "uTMomGGGAqBwARDZ_shape", + "type" : "Rectangle", + "x" : 1407, + "y" : 1107, + "width" : 138, + "height" : 92 + } + }, { + "id" : "X5momGGGAqBwAREE", + "type" : "RelationView", + "modelElement" : { + "id" : "j5momGGGAqBwARD_", + "type" : "Relation" + }, + "shape" : { + "id" : "X5momGGGAqBwAREE_path", + "type" : "Path", + "points" : [ { + "x" : 1407, + "y" : 1124 + }, { + "x" : 1341, + "y" : 1124 + }, { + "x" : 1341, + "y" : 1037 + } ] + }, + "source" : { + "id" : "uTMomGGGAqBwARDZ", + "type" : "ClassView" + }, + "target" : { + "id" : "urbgf6GGAqBwAQ7b", + "type" : "ClassView" + } + }, { + "id" : "echTW2GGAqAEBBFr", + "type" : "RelationView", + "modelElement" : { + "id" : "9yiTW2GGAqAEBBE4", + "type" : "Relation" + }, + "shape" : { + "id" : "echTW2GGAqAEBBFr_path", + "type" : "Path", + "points" : [ { + "x" : 940, + "y" : 672 + }, { + "x" : 940, + "y" : 255 + }, { + "x" : 1238, + "y" : 255 + } ] + }, + "source" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + }, + "target" : { + "id" : "mzHof6GGAqBwARAQ", + "type" : "ClassView" + } + }, { + "id" : "ce9zRGGGAqBwARJy", + "type" : "RelationView", + "modelElement" : { + "id" : "Ye9zRGGGAqBwARJt", + "type" : "Relation" + }, + "shape" : { + "id" : "ce9zRGGGAqBwARJy_path", + "type" : "Path", + "points" : [ { + "x" : 1078, + "y" : 561 + }, { + "x" : 1078, + "y" : 672 + } ] + }, + "source" : { + "id" : "MWfiQGGGAqBwARBy", + "type" : "ClassView" + }, + "target" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + } + }, { + "id" : "qCfif6GGAqBwARHb", + "type" : "GeneralizationSetView", + "modelElement" : { + "id" : "YCfif6GGAqBwARHZ", + "type" : "GeneralizationSet" + }, + "shape" : { + "id" : "qCfif6GGAqBwARHb_shape", + "type" : "Text", + "x" : 478, + "y" : 731, + "width" : 164, + "height" : 70, + "value" : "" + } + }, { + "id" : "mzHof6GGAqBwARAQ", + "type" : "ClassView", + "modelElement" : { + "id" : "mzHof6GGAqBwARAR", + "type" : "Class" + }, + "shape" : { + "id" : "mzHof6GGAqBwARAQ_shape", + "type" : "Rectangle", + "x" : 1238, + "y" : 235, + "width" : 227, + "height" : 90 + } + }, { + "id" : "48aUGGGGAqBwAQ1j", + "type" : "RelationView", + "modelElement" : { + "id" : "g8aUGGGGAqBwAQ1e", + "type" : "Relation" + }, + "shape" : { + "id" : "48aUGGGGAqBwAQ1j_path", + "type" : "Path", + "points" : [ { + "x" : 1080, + "y" : 830 + }, { + "x" : 1078, + "y" : 918 + } ] + }, + "source" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + }, + "target" : { + "id" : "4eYkGGGGAqBwAQzd", + "type" : "ClassView" + } + }, { + "id" : "TPmAf6GGAqBwAQ55", + "type" : "ClassView", + "modelElement" : { + "id" : "TPmAf6GGAqBwAQ56", + "type" : "Class" + }, + "shape" : { + "id" : "TPmAf6GGAqBwAQ55_shape", + "type" : "Rectangle", + "x" : 1354, + "y" : 735, + "width" : 177, + "height" : 92 + } + }, { + "id" : "HNjfGGGGAqBwAQ6s", + "type" : "RelationView", + "modelElement" : { + "id" : "TNjfGGGGAqBwAQ6n", + "type" : "Relation" + }, + "shape" : { + "id" : "HNjfGGGGAqBwAQ6s_path", + "type" : "Path", + "points" : [ { + "x" : 904, + "y" : 1127 + }, { + "x" : 860, + "y" : 1127 + }, { + "x" : 860, + "y" : 787 + }, { + "x" : 904, + "y" : 788 + } ] + }, + "source" : { + "id" : "63uCQGGGAqBwAQ_Z", + "type" : "ClassView" + }, + "target" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + } + }, { + "id" : ".DNif6GGAqBwARG0", + "type" : "GeneralizationView", + "modelElement" : { + "id" : "GDNif6GGAqBwARGz", + "type" : "Generalization" + }, + "shape" : { + "id" : ".DNif6GGAqBwARG0_path", + "type" : "Path", + "points" : [ { + "x" : 491, + "y" : 695 + }, { + "x" : 491, + "y" : 830 + }, { + "x" : 388, + "y" : 830 + }, { + "x" : 388, + "y" : 850 + } ] + }, + "source" : { + "id" : "LkVcf6GGAqBwAREf", + "type" : "ClassView" + }, + "target" : { + "id" : "VAx8f6GGAqBwARFo", + "type" : "ClassView" + } + }, { + "id" : "a4QgmGGGAqBwAQ_0", + "type" : "RelationView", + "modelElement" : { + "id" : "ygAgmGGGAqBwAQ_i", + "type" : "Relation" + }, + "shape" : { + "id" : "a4QgmGGGAqBwAQ_0_path", + "type" : "Path", + "points" : [ { + "x" : 801, + "y" : 1025 + }, { + "x" : 801, + "y" : 1166 + }, { + "x" : 904, + "y" : 1166 + } ] + }, + "source" : { + "id" : "dMo_GGGGAqBwAQ6_", + "type" : "ClassView" + }, + "target" : { + "id" : "63uCQGGGAqBwAQ_Z", + "type" : "ClassView" + } + }, { + "id" : "i5dd7OGGAqAEBA67", + "type" : "ClassView", + "modelElement" : { + "id" : "i5dd7OGGAqAEBA68", + "type" : "Class" + }, + "shape" : { + "id" : "i5dd7OGGAqAEBA67_shape", + "type" : "Rectangle", + "x" : 1855, + "y" : 140, + "width" : 172, + "height" : 124 + } + }, { + "id" : "WANVRGGGAqBwAQ04", + "type" : "RelationView", + "modelElement" : { + "id" : "yANVRGGGAqBwAQ0z", + "type" : "Relation" + }, + "shape" : { + "id" : "WANVRGGGAqBwAQ04_path", + "type" : "Path", + "points" : [ { + "x" : 1251, + "y" : 398 + }, { + "x" : 1251, + "y" : 326 + } ] + }, + "source" : { + "id" : "yPfYf6GGAqBwARBt", + "type" : "ClassView" + }, + "target" : { + "id" : "mzHof6GGAqBwARAQ", + "type" : "ClassView" + } + }, { + "id" : "9BEZZGGGAqBwAQ4O", + "type" : "ClassView", + "modelElement" : { + "id" : "9BEZZGGGAqBwAQ4P", + "type" : "Class" + }, + "shape" : { + "id" : "9BEZZGGGAqBwAQ4O_shape", + "type" : "Rectangle", + "x" : 1598, + "y" : 210, + "width" : 202, + "height" : 115 + } + }, { + "id" : "VAx8f6GGAqBwARFo", + "type" : "ClassView", + "modelElement" : { + "id" : "VAx8f6GGAqBwARFp", + "type" : "Class" + }, + "shape" : { + "id" : "VAx8f6GGAqBwARFo_shape", + "type" : "Rectangle", + "x" : 311, + "y" : 850, + "width" : 160, + "height" : 128 + } + }, { + "id" : "OpoQf6GGAqBwAQ8Z", + "type" : "GeneralizationView", + "modelElement" : { + "id" : "qpoQf6GGAqBwAQ8Y", + "type" : "Generalization" + }, + "shape" : { + "id" : "OpoQf6GGAqBwAQ8Z_path", + "type" : "Path", + "points" : [ { + "x" : 1442, + "y" : 828 + }, { + "x" : 1442, + "y" : 914 + }, { + "x" : 1328, + "y" : 914 + }, { + "x" : 1328, + "y" : 944 + } ] + }, + "source" : { + "id" : "TPmAf6GGAqBwAQ55", + "type" : "ClassView" + }, + "target" : { + "id" : "urbgf6GGAqBwAQ7b", + "type" : "ClassView" + } + }, { + "id" : "MWfiQGGGAqBwARBy", + "type" : "ClassView", + "modelElement" : { + "id" : "MWfiQGGGAqBwARBz", + "type" : "Class" + }, + "shape" : { + "id" : "MWfiQGGGAqBwARBy_shape", + "type" : "Rectangle", + "x" : 971, + "y" : 457, + "width" : 181, + "height" : 104 + } + }, { + "id" : "4eYkGGGGAqBwAQzd", + "type" : "ClassView", + "modelElement" : { + "id" : "EeYkGGGGAqBwAQze", + "type" : "Class" + }, + "shape" : { + "id" : "4eYkGGGGAqBwAQzd_shape", + "type" : "Rectangle", + "x" : 1045, + "y" : 918, + "width" : 175, + "height" : 65 + } + }, { + "id" : "z78LRGGGAqBwARK1", + "type" : "RelationView", + "modelElement" : { + "id" : "178LRGGGAqBwARKw", + "type" : "Relation" + }, + "shape" : { + "id" : "z78LRGGGAqBwARK1_path", + "type" : "Path", + "points" : [ { + "x" : 1102, + "y" : 457 + }, { + "x" : 1102, + "y" : 301 + }, { + "x" : 1238, + "y" : 301 + } ] + }, + "source" : { + "id" : "MWfiQGGGAqBwARBy", + "type" : "ClassView" + }, + "target" : { + "id" : "mzHof6GGAqBwARAQ", + "type" : "ClassView" + } + }, { + "id" : "X2AZ7OGGAqAEBA5e", + "type" : "RelationView", + "modelElement" : { + "id" : "D2AZ7OGGAqAEBA5Z", + "type" : "Relation" + }, + "shape" : { + "id" : "X2AZ7OGGAqAEBA5e_path", + "type" : "Path", + "points" : [ { + "x" : 2041, + "y" : 828 + }, { + "x" : 2041, + "y" : 95 + }, { + "x" : 1545, + "y" : 95 + }, { + "x" : 1545, + "y" : 265 + }, { + "x" : 1465, + "y" : 265 + } ] + }, + "source" : { + "id" : "a6Mof6GGAqBwAQ_D", + "type" : "ClassView" + }, + "target" : { + "id" : "mzHof6GGAqBwARAQ", + "type" : "ClassView" + } + }, { + "id" : "YDzVRGGGAqBwAQ1a", + "type" : "GeneralizationView", + "modelElement" : { + "id" : "v9zVRGGGAqBwAQ1Z", + "type" : "Generalization" + }, + "shape" : { + "id" : "YDzVRGGGAqBwAQ1a_path", + "type" : "Path", + "points" : [ { + "x" : 1618, + "y" : 458 + }, { + "x" : 1618, + "y" : 478 + }, { + "x" : 1449, + "y" : 478 + } ] + }, + "source" : { + "id" : "vKDof6GGAqBwAQ_9", + "type" : "ClassView" + }, + "target" : { + "id" : "yPfYf6GGAqBwARBt", + "type" : "ClassView" + } + }, { + "id" : "V0XLRGGGAqBwARM6", + "type" : "RelationView", + "modelElement" : { + "id" : "h0XLRGGGAqBwARM1", + "type" : "Relation" + }, + "shape" : { + "id" : "V0XLRGGGAqBwARM6_path", + "type" : "Path", + "points" : [ { + "x" : 1154, + "y" : 547 + }, { + "x" : 1694, + "y" : 547 + }, { + "x" : 1694, + "y" : 458 + } ] + }, + "source" : { + "id" : "MWfiQGGGAqBwARBy", + "type" : "ClassView" + }, + "target" : { + "id" : "vKDof6GGAqBwAQ_9", + "type" : "ClassView" + } + }, { + "id" : "dwvgf6GGAqBwAQ7z", + "type" : "ClassView", + "modelElement" : { + "id" : "9wvgf6GGAqBwAQ70", + "type" : "Class" + }, + "shape" : { + "id" : "dwvgf6GGAqBwAQ7z_shape", + "type" : "Rectangle", + "x" : 1485, + "y" : 944, + "width" : 150, + "height" : 97 + } + }, { + "id" : "6H08f6GGAqBwARE8", + "type" : "ClassView", + "modelElement" : { + "id" : "6H08f6GGAqBwARE9", + "type" : "Class" + }, + "shape" : { + "id" : "6H08f6GGAqBwARE8_shape", + "type" : "Rectangle", + "x" : 508, + "y" : 850, + "width" : 165, + "height" : 128 + } + }, { + "id" : "P1wDRGGGAqBwAQ_k", + "type" : "RelationView", + "modelElement" : { + "id" : "r1wDRGGGAqBwAQ_f", + "type" : "Relation" + }, + "shape" : { + "id" : "P1wDRGGGAqBwAQ_k_path", + "type" : "Path", + "points" : [ { + "x" : 622, + "y" : 610 + }, { + "x" : 623, + "y" : 430 + } ] + }, + "source" : { + "id" : "LkVcf6GGAqBwAREf", + "type" : "ClassView" + }, + "target" : { + "id" : "gR8UQGGGAqBwAQzM", + "type" : "ClassView" + } + }, { + "id" : "Qn7VW2GGAqAEBAzZ", + "type" : "RelationView", + "modelElement" : { + "id" : "XH7VW2GGAqAEBAzU", + "type" : "Relation" + }, + "shape" : { + "id" : "Qn7VW2GGAqAEBAzZ_path", + "type" : "Path", + "points" : [ { + "x" : 1161, + "y" : 669 + }, { + "x" : 1161, + "y" : 609 + }, { + "x" : 1224, + "y" : 609 + }, { + "x" : 1224, + "y" : 688 + }, { + "x" : 1172, + "y" : 688 + } ] + }, + "source" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + }, + "target" : { + "id" : "Jjp_v6GGAqBwAQ5T", + "type" : "ClassView" + } + } ] + } ] +} \ No newline at end of file diff --git a/models/zwart2024dra-ontology/ontology.ttl b/models/zwart2024dra-ontology/ontology.ttl new file mode 100644 index 000000000..de5bcf52b --- /dev/null +++ b/models/zwart2024dra-ontology/ontology.ttl @@ -0,0 +1,1209 @@ +@prefix : . +@prefix ontouml: . +@prefix rdf: . +@prefix rdfs: . +@prefix owl: . +@prefix xsd: . + + rdf:type ontouml:Project; + ontouml:name "XAI+FO"@en; + ontouml:model :d53JtqGGAqBwAQrR_root; + ontouml:diagram :AYA_v6GGAqBwAQ4B. +:d53JtqGGAqBwAQrR_root rdf:type ontouml:Package; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "XAI+FO"@en; + ontouml:containsModelElement :v6Qvv6GGAqBwAQzi. +:v6Qvv6GGAqBwAQzi rdf:type ontouml:Package; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "Knowledge-based Conceptual Model"@en; + ontouml:containsModelElement :Jjp_v6GGAqBwAQ5U, :TPmAf6GGAqBwAQ56, :erbgf6GGAqBwAQ7c, , :a6Mof6GGAqBwAQ_E, , :mzHof6GGAqBwARAR, :yPfYf6GGAqBwARBu, :LkVcf6GGAqBwAREg, , :VAx8f6GGAqBwARFp, :gR8UQGGGAqBwAQzN, , :MWfiQGGGAqBwARBz, :EeYkGGGGAqBwAQze, :dMo_GGGGAqBwAQ7A, :n1MImGGGAqBwARBY, :uTMomGGGAqBwARDa, , :i5dd7OGGAqAEBA68, :qpoQf6GGAqBwAQ8Y, :Q0YQf6GGAqBwAQ8c, , :dnRCQGGGAqBwAQ_v, :v9zVRGGGAqBwAQ1Z, :gDsZZGGGAqBwAQ4l, :GDNif6GGAqBwARGz, , , :YCfif6GGAqBwARHZ, :oo3d7OGGAqAEBA7h, :pzVAf6GGAqBwAQ6X, :j2Sof6GGAqBwAQ_Y, :g8aUGGGGAqBwAQ1e, :TNjfGGGGAqBwAQ6n, , :ygAgmGGGAqBwAQ_i, :OwKImGGGAqBwARBp, :j5momGGGAqBwARD_, :LTVomGGGAqBwAREn, :yANVRGGGAqBwAQ0z, :r1wDRGGGAqBwAQ_f, , , :Ye9zRGGGAqBwARJt, , :DreLRGGGAqBwARLc, :h0XLRGGGAqBwARM1, , :XH7VW2GGAqAEBAzU, :xqR1W2GGAqAEBA18, :zOXNW2GGAqAEBA4k, :Is8dW2GGAqAEBA8S, :bfo9W2GGAqAEBA_I, :cIPDW2GGAqAEBBC5, , :D2AZ7OGGAqAEBA5Z, , . +:Jjp_v6GGAqBwAQ5U rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "GENE"@en; + ontouml:description "A region of DNA (deoxyribonucleic acid) coding either for the messenger RNA encoding the amino acid sequence in a polypeptide chain or for a functional RNA molecule. source "@en; + ontouml:stereotype ontouml:collective; + ontouml:restrictedTo ontouml:collective; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:TPmAf6GGAqBwAQ56 rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "ALLELE"@en; + ontouml:description "An allele is a variant form of a gene. Some genes have a variety of different forms, which are located at the same position, or genetic locus, on a chromosome. source source "@en; + ontouml:stereotype ontouml:kind; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:erbgf6GGAqBwAQ7c rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "REFERENCE ALLELE"@en; + ontouml:stereotype ontouml:role; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. + rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "VARIANT ALLELE"@en; + ontouml:stereotype ontouml:role; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:a6Mof6GGAqBwAQ_E rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "GENOTYPE"@en; + ontouml:description "The term can be used to refer to the alleles, or variant forms of a gene, that are carried by an organism. source "@en; + ontouml:stereotype ontouml:collective; + ontouml:restrictedTo ontouml:collective; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. + rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "PHENOTYPE"@en; + ontouml:description "The term \"phenotype\" refers to the observable physical properties of an organism; these include the organism's appearance, development, and behavior. An organism's phenotype is determined by its genotype, which is the set of genes the organism carries, as well as by environmental influences upon these genes. source "@en; + ontouml:stereotype ontouml:kind; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:mzHof6GGAqBwARAR rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "DISEASE"@en; + ontouml:stereotype ontouml:kind; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:yPfYf6GGAqBwARBu rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "DISEASE-ASSOCIATED PHENOTYPE"@en; + ontouml:stereotype ontouml:role; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:LkVcf6GGAqBwAREg rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "BIOLOGICAL PROCESS"@en; + ontouml:stereotype ontouml:category; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. + rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "ATOMIC BIOLOGICAL PROCESS"@en; + ontouml:stereotype ontouml:kind; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:VAx8f6GGAqBwARFp rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "COMPLEX BIOLOGICAL PROCESS"@en; + ontouml:stereotype ontouml:kind; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:gR8UQGGGAqBwAQzN rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "ANATOMICAL ENTITY"@en; + ontouml:stereotype ontouml:kind; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. + rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "ORTHOLOG GENE"@en; + ontouml:stereotype ontouml:role; + ontouml:restrictedTo ontouml:collective; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:MWfiQGGGAqBwARBz rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "DRUG"@en; + ontouml:stereotype ontouml:kind; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:EeYkGGGGAqBwAQze rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "SPECIES"@en; + ontouml:stereotype ontouml:type; + ontouml:restrictedTo ontouml:type; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "2"^^xsd:positiveInteger. +:dMo_GGGGAqBwAQ7A rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "SPECIATION DIVERGENCE"@en; + ontouml:stereotype ontouml:relator; + ontouml:restrictedTo ontouml:relator; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:n1MImGGGAqBwARBY rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "REFERENCE RECORD"@en; + ontouml:stereotype ontouml:relator; + ontouml:restrictedTo ontouml:relator; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:uTMomGGGAqBwARDa rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "SEQUENCE VARIATION"@en; + ontouml:stereotype ontouml:relator; + ontouml:restrictedTo ontouml:relator; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. + rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "BIOLOGICAL PROCESS PHENOTYPE"@en; + ontouml:stereotype ontouml:role; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:i5dd7OGGAqAEBA68 rdf:type ontouml:Class; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "ANATOMICAL ENTITY PHENOTYPE"@en; + ontouml:stereotype ontouml:role; + ontouml:restrictedTo ontouml:functionalComplex; + ontouml:isAbstract "false"^^xsd:boolean; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isExtensional "false"^^xsd:boolean; + ontouml:isPowertype "false"^^xsd:boolean; + ontouml:order "1"^^xsd:positiveInteger. +:qpoQf6GGAqBwAQ8Y rdf:type ontouml:Generalization; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:general :TPmAf6GGAqBwAQ56; + ontouml:specific :erbgf6GGAqBwAQ7c. +:Q0YQf6GGAqBwAQ8c rdf:type ontouml:Generalization; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:general :TPmAf6GGAqBwAQ56; + ontouml:specific . + rdf:type ontouml:Generalization; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:general :LkVcf6GGAqBwAREg; + ontouml:specific . +:dnRCQGGGAqBwAQ_v rdf:type ontouml:Generalization; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:general :Jjp_v6GGAqBwAQ5U; + ontouml:specific . +:v9zVRGGGAqBwAQ1Z rdf:type ontouml:Generalization; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:general ; + ontouml:specific :yPfYf6GGAqBwARBu. +:gDsZZGGGAqBwAQ4l rdf:type ontouml:Generalization; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:general ; + ontouml:specific . +:GDNif6GGAqBwARGz rdf:type ontouml:Generalization; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:general :LkVcf6GGAqBwAREg; + ontouml:specific :VAx8f6GGAqBwARFp. + rdf:type ontouml:Generalization; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:general ; + ontouml:specific :i5dd7OGGAqAEBA68. + rdf:type ontouml:GeneralizationSet; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "allele_classes"@en; + ontouml:isComplete "true"^^xsd:boolean; + ontouml:isDisjoint "true"^^xsd:boolean; + ontouml:generalization :Q0YQf6GGAqBwAQ8c, :qpoQf6GGAqBwAQ8Y. +:YCfif6GGAqBwARHZ rdf:type ontouml:GeneralizationSet; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "process_types"@en; + ontouml:isComplete "true"^^xsd:boolean; + ontouml:isDisjoint "true"^^xsd:boolean; + ontouml:generalization :GDNif6GGAqBwARGz, . +:oo3d7OGGAqAEBA7h rdf:type ontouml:GeneralizationSet; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "phenotype_classes"@en; + ontouml:isComplete "true"^^xsd:boolean; + ontouml:isDisjoint "true"^^xsd:boolean; + ontouml:generalization :gDsZZGGGAqBwAQ4l, . +:pzVAf6GGAqBwAQ6X rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "is_allele_of"@en; + ontouml:stereotype ontouml:memberOf; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :pzVAf6GGAqBwAQ6Y; + ontouml:targetEnd :pzVAf6GGAqBwAQ6a; + ontouml:relationEnd :pzVAf6GGAqBwAQ6Y, :pzVAf6GGAqBwAQ6a. +:j2Sof6GGAqBwAQ_Y rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "is_part_of"@en; + ontouml:stereotype ontouml:memberOf; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :j2Sof6GGAqBwAQ_Z; + ontouml:targetEnd :j2Sof6GGAqBwAQ_b; + ontouml:relationEnd :j2Sof6GGAqBwAQ_Z, :j2Sof6GGAqBwAQ_b. +:g8aUGGGGAqBwAQ1e rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "found_in"@en; + ontouml:stereotype ontouml:instantiation; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :g8aUGGGGAqBwAQ1f; + ontouml:targetEnd :g8aUGGGGAqBwAQ1h; + ontouml:relationEnd :g8aUGGGGAqBwAQ1f, :g8aUGGGGAqBwAQ1h. +:TNjfGGGGAqBwAQ6n rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "orthologous_to"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :TNjfGGGGAqBwAQ6o; + ontouml:targetEnd :TNjfGGGGAqBwAQ6q; + ontouml:relationEnd :TNjfGGGGAqBwAQ6o, :TNjfGGGGAqBwAQ6q. + rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:stereotype ontouml:mediation; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd ; + ontouml:targetEnd ; + ontouml:relationEnd , . +:ygAgmGGGAqBwAQ_i rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:stereotype ontouml:mediation; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :ygAgmGGGAqBwAQ_j; + ontouml:targetEnd :ygAgmGGGAqBwAQ_l; + ontouml:relationEnd :ygAgmGGGAqBwAQ_j, :ygAgmGGGAqBwAQ_l. +:OwKImGGGAqBwARBp rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:stereotype ontouml:mediation; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :OwKImGGGAqBwARBq; + ontouml:targetEnd :OwKImGGGAqBwARBs; + ontouml:relationEnd :OwKImGGGAqBwARBq, :OwKImGGGAqBwARBs. +:j5momGGGAqBwARD_ rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:stereotype ontouml:mediation; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :j5momGGGAqBwAREA; + ontouml:targetEnd :j5momGGGAqBwAREC; + ontouml:relationEnd :j5momGGGAqBwAREA, :j5momGGGAqBwAREC. +:LTVomGGGAqBwAREn rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:stereotype ontouml:mediation; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :LTVomGGGAqBwAREo; + ontouml:targetEnd :LTVomGGGAqBwAREq; + ontouml:relationEnd :LTVomGGGAqBwAREo, :LTVomGGGAqBwAREq. +:yANVRGGGAqBwAQ0z rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "is_associated_with"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :yANVRGGGAqBwAQ00; + ontouml:targetEnd :yANVRGGGAqBwAQ02; + ontouml:relationEnd :yANVRGGGAqBwAQ00, :yANVRGGGAqBwAQ02. +:r1wDRGGGAqBwAQ_f rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "observed_in"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :r1wDRGGGAqBwAQ_g; + ontouml:targetEnd :r1wDRGGGAqBwAQ_i; + ontouml:relationEnd :r1wDRGGGAqBwAQ_g, :r1wDRGGGAqBwAQ_i. + rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "participates_in"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd ; + ontouml:targetEnd ; + ontouml:relationEnd , . + rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "causes"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd ; + ontouml:targetEnd ; + ontouml:relationEnd , . +:Ye9zRGGGAqBwARJt rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "targets"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :Ye9zRGGGAqBwARJu; + ontouml:targetEnd :Ye9zRGGGAqBwARJw; + ontouml:relationEnd :Ye9zRGGGAqBwARJu, :Ye9zRGGGAqBwARJw. + rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "treats"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd ; + ontouml:targetEnd ; + ontouml:relationEnd , . +:DreLRGGGAqBwARLc rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "involved_in"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :DreLRGGGAqBwARLd; + ontouml:targetEnd :DreLRGGGAqBwARLf; + ontouml:relationEnd :DreLRGGGAqBwARLd, :DreLRGGGAqBwARLf. +:h0XLRGGGAqBwARM1 rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "has_effect_on"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :h0XLRGGGAqBwARM2; + ontouml:targetEnd :h0XLRGGGAqBwARM4; + ontouml:relationEnd :h0XLRGGGAqBwARM2, :h0XLRGGGAqBwARM4. + rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "is_part_of"@en; + ontouml:stereotype ontouml:componentOf; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd ; + ontouml:targetEnd ; + ontouml:relationEnd , . +:XH7VW2GGAqAEBAzU rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "interacts_with"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :XH7VW2GGAqAEBAzV; + ontouml:targetEnd :XH7VW2GGAqAEBAzX; + ontouml:relationEnd :XH7VW2GGAqAEBAzV, :XH7VW2GGAqAEBAzX. +:xqR1W2GGAqAEBA18 rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "expressed_in"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :xqR1W2GGAqAEBA19; + ontouml:targetEnd :xqR1W2GGAqAEBA1_; + ontouml:relationEnd :xqR1W2GGAqAEBA19, :xqR1W2GGAqAEBA1_. +:zOXNW2GGAqAEBA4k rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "involved_in"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :zOXNW2GGAqAEBA4l; + ontouml:targetEnd :zOXNW2GGAqAEBA4n; + ontouml:relationEnd :zOXNW2GGAqAEBA4l, :zOXNW2GGAqAEBA4n. +:Is8dW2GGAqAEBA8S rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "causes"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :Is8dW2GGAqAEBA8T; + ontouml:targetEnd :Is8dW2GGAqAEBA8V; + ontouml:relationEnd :Is8dW2GGAqAEBA8T, :Is8dW2GGAqAEBA8V. +:bfo9W2GGAqAEBA_I rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "causes"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :bfo9W2GGAqAEBA_J; + ontouml:targetEnd :bfo9W2GGAqAEBA_L; + ontouml:relationEnd :bfo9W2GGAqAEBA_J, :bfo9W2GGAqAEBA_L. +:cIPDW2GGAqAEBBC5 rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "contributes_to"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :cIPDW2GGAqAEBBC6; + ontouml:targetEnd :cIPDW2GGAqAEBBC8; + ontouml:relationEnd :cIPDW2GGAqAEBBC6, :cIPDW2GGAqAEBBC8. + rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "contributes_to"@en; + ontouml:description "Strong association with disease as it is known that mutations in this gene causes the disease."@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd ; + ontouml:targetEnd ; + ontouml:relationEnd , . +:D2AZ7OGGAqAEBA5Z rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "causes"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd :D2AZ7OGGAqAEBA5a; + ontouml:targetEnd :D2AZ7OGGAqAEBA5c; + ontouml:relationEnd :D2AZ7OGGAqAEBA5a, :D2AZ7OGGAqAEBA5c. + rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "involved_in"@en; + ontouml:stereotype ontouml:material; + ontouml:isDerived "false"^^xsd:boolean; + ontouml:sourceEnd ; + ontouml:targetEnd ; + ontouml:relationEnd , . + rdf:type ontouml:Relation; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:stereotype ontouml:derivation; + ontouml:isDerived "true"^^xsd:boolean; + ontouml:sourceEnd :f8e40307-2a98-49b1-aa4b-679541daa3db; + ontouml:targetEnd ; + ontouml:relationEnd :f8e40307-2a98-49b1-aa4b-679541daa3db, . +:pzVAf6GGAqBwAQ6Y rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality :pzVAf6GGAqBwAQ6Y_cardinality. +:pzVAf6GGAqBwAQ6Y_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:pzVAf6GGAqBwAQ6Y ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :Jjp_v6GGAqBwAQ5U. +:pzVAf6GGAqBwAQ6a rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :pzVAf6GGAqBwAQ6a_cardinality. +:pzVAf6GGAqBwAQ6a_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1"; + ontouml:lowerBound "1"; + ontouml:upperBound "1". +:pzVAf6GGAqBwAQ6a ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:shared; + ontouml:propertyType :TPmAf6GGAqBwAQ56. +:j2Sof6GGAqBwAQ_Z rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :j2Sof6GGAqBwAQ_Z_cardinality. +:j2Sof6GGAqBwAQ_Z_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:j2Sof6GGAqBwAQ_Z ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :TPmAf6GGAqBwAQ56. +:j2Sof6GGAqBwAQ_b rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :j2Sof6GGAqBwAQ_b_cardinality. +:j2Sof6GGAqBwAQ_b_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:j2Sof6GGAqBwAQ_b ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:shared; + ontouml:propertyType :a6Mof6GGAqBwAQ_E. +:g8aUGGGGAqBwAQ1f rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :g8aUGGGGAqBwAQ1f_cardinality. +:g8aUGGGGAqBwAQ1f_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:g8aUGGGGAqBwAQ1f ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :Jjp_v6GGAqBwAQ5U. +:g8aUGGGGAqBwAQ1h rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :g8aUGGGGAqBwAQ1h_cardinality. +:g8aUGGGGAqBwAQ1h_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1"; + ontouml:lowerBound "1"; + ontouml:upperBound "1". +:g8aUGGGGAqBwAQ1h ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :EeYkGGGGAqBwAQze. +:TNjfGGGGAqBwAQ6o rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :TNjfGGGGAqBwAQ6o_cardinality. +:TNjfGGGGAqBwAQ6o_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:TNjfGGGGAqBwAQ6o ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType . +:TNjfGGGGAqBwAQ6q rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality :TNjfGGGGAqBwAQ6q_cardinality. +:TNjfGGGGAqBwAQ6q_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:TNjfGGGGAqBwAQ6q ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :Jjp_v6GGAqBwAQ5U. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :Jjp_v6GGAqBwAQ5U. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1"; + ontouml:lowerBound "1"; + ontouml:upperBound "1". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "true"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :dMo_GGGGAqBwAQ7A. +:ygAgmGGGAqBwAQ_j rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :ygAgmGGGAqBwAQ_j_cardinality. +:ygAgmGGGAqBwAQ_j_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:ygAgmGGGAqBwAQ_j ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType . +:ygAgmGGGAqBwAQ_l rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality :ygAgmGGGAqBwAQ_l_cardinality. +:ygAgmGGGAqBwAQ_l_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1"; + ontouml:lowerBound "1"; + ontouml:upperBound "1". +:ygAgmGGGAqBwAQ_l ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "true"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :dMo_GGGGAqBwAQ7A. +:OwKImGGGAqBwARBq rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :OwKImGGGAqBwARBq_cardinality. +:OwKImGGGAqBwARBq_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1"; + ontouml:lowerBound "1"; + ontouml:upperBound "1". +:OwKImGGGAqBwARBq ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :erbgf6GGAqBwAQ7c. +:OwKImGGGAqBwARBs rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality :OwKImGGGAqBwARBs_cardinality. +:OwKImGGGAqBwARBs_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1"; + ontouml:lowerBound "1"; + ontouml:upperBound "1". +:OwKImGGGAqBwARBs ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "true"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :n1MImGGGAqBwARBY. +:j5momGGGAqBwAREA rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :j5momGGGAqBwAREA_cardinality. +:j5momGGGAqBwAREA_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:j5momGGGAqBwAREA ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :uTMomGGGAqBwARDa. +:j5momGGGAqBwAREC rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality :j5momGGGAqBwAREC_cardinality. +:j5momGGGAqBwAREC_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1"; + ontouml:lowerBound "1"; + ontouml:upperBound "1". +:j5momGGGAqBwAREC ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "true"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :erbgf6GGAqBwAQ7c. +:LTVomGGGAqBwAREo rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :LTVomGGGAqBwAREo_cardinality. +:LTVomGGGAqBwAREo_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:LTVomGGGAqBwAREo ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :uTMomGGGAqBwARDa. +:LTVomGGGAqBwAREq rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality :LTVomGGGAqBwAREq_cardinality. +:LTVomGGGAqBwAREq_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1"; + ontouml:lowerBound "1"; + ontouml:upperBound "1". +:LTVomGGGAqBwAREq ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "true"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType . +:yANVRGGGAqBwAQ00 rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :yANVRGGGAqBwAQ00_cardinality. +:yANVRGGGAqBwAQ00_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:yANVRGGGAqBwAQ00 ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :yPfYf6GGAqBwARBu. +:yANVRGGGAqBwAQ02 rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :yANVRGGGAqBwAQ02_cardinality. +:yANVRGGGAqBwAQ02_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:yANVRGGGAqBwAQ02 ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :mzHof6GGAqBwARAR. +:r1wDRGGGAqBwAQ_g rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :r1wDRGGGAqBwAQ_g_cardinality. +:r1wDRGGGAqBwAQ_g_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:r1wDRGGGAqBwAQ_g ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :LkVcf6GGAqBwAREg. +:r1wDRGGGAqBwAQ_i rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :r1wDRGGGAqBwAQ_i_cardinality. +:r1wDRGGGAqBwAQ_i_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:r1wDRGGGAqBwAQ_i ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :gR8UQGGGAqBwAQzN. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :Jjp_v6GGAqBwAQ5U. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :LkVcf6GGAqBwAREg. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :a6Mof6GGAqBwAQ_E. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType . +:Ye9zRGGGAqBwARJu rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :Ye9zRGGGAqBwARJu_cardinality. +:Ye9zRGGGAqBwARJu_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:Ye9zRGGGAqBwARJu ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :MWfiQGGGAqBwARBz. +:Ye9zRGGGAqBwARJw rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :Ye9zRGGGAqBwARJw_cardinality. +:Ye9zRGGGAqBwARJw_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:Ye9zRGGGAqBwARJw ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :Jjp_v6GGAqBwAQ5U. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :MWfiQGGGAqBwARBz. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :mzHof6GGAqBwARAR. +:DreLRGGGAqBwARLd rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :DreLRGGGAqBwARLd_cardinality. +:DreLRGGGAqBwARLd_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:DreLRGGGAqBwARLd ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType . +:DreLRGGGAqBwARLf rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :DreLRGGGAqBwARLf_cardinality. +:DreLRGGGAqBwARLf_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:DreLRGGGAqBwARLf ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :LkVcf6GGAqBwAREg. +:h0XLRGGGAqBwARM2 rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :h0XLRGGGAqBwARM2_cardinality. +:h0XLRGGGAqBwARM2_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:h0XLRGGGAqBwARM2 ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :MWfiQGGGAqBwARBz. +:h0XLRGGGAqBwARM4 rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :h0XLRGGGAqBwARM4_cardinality. +:h0XLRGGGAqBwARM4_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:h0XLRGGGAqBwARM4 ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType . + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :LkVcf6GGAqBwAREg. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:composite; + ontouml:propertyType :VAx8f6GGAqBwARFp. +:XH7VW2GGAqAEBAzV rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :XH7VW2GGAqAEBAzV_cardinality. +:XH7VW2GGAqAEBAzV_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:XH7VW2GGAqAEBAzV ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :Jjp_v6GGAqBwAQ5U. +:XH7VW2GGAqAEBAzX rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :XH7VW2GGAqAEBAzX_cardinality. +:XH7VW2GGAqAEBAzX_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:XH7VW2GGAqAEBAzX ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :Jjp_v6GGAqBwAQ5U. +:xqR1W2GGAqAEBA19 rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :xqR1W2GGAqAEBA19_cardinality. +:xqR1W2GGAqAEBA19_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:xqR1W2GGAqAEBA19 ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :gR8UQGGGAqBwAQzN. +:xqR1W2GGAqAEBA1_ rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :xqR1W2GGAqAEBA1__cardinality. +:xqR1W2GGAqAEBA1__cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:xqR1W2GGAqAEBA1_ ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :Jjp_v6GGAqBwAQ5U. +:zOXNW2GGAqAEBA4l rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality :zOXNW2GGAqAEBA4l_cardinality. +:zOXNW2GGAqAEBA4l_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:zOXNW2GGAqAEBA4l ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :mzHof6GGAqBwARAR. +:zOXNW2GGAqAEBA4n rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :zOXNW2GGAqAEBA4n_cardinality. +:zOXNW2GGAqAEBA4n_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:zOXNW2GGAqAEBA4n ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :LkVcf6GGAqBwAREg. +:Is8dW2GGAqAEBA8T rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality :Is8dW2GGAqAEBA8T_cardinality. +:Is8dW2GGAqAEBA8T_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:Is8dW2GGAqAEBA8T ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType . +:Is8dW2GGAqAEBA8V rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :Is8dW2GGAqAEBA8V_cardinality. +:Is8dW2GGAqAEBA8V_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:Is8dW2GGAqAEBA8V ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType . +:bfo9W2GGAqAEBA_J rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality :bfo9W2GGAqAEBA_J_cardinality. +:bfo9W2GGAqAEBA_J_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:bfo9W2GGAqAEBA_J ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :mzHof6GGAqBwARAR. +:bfo9W2GGAqAEBA_L rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :bfo9W2GGAqAEBA_L_cardinality. +:bfo9W2GGAqAEBA_L_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:bfo9W2GGAqAEBA_L ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType . +:cIPDW2GGAqAEBBC6 rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :cIPDW2GGAqAEBBC6_cardinality. +:cIPDW2GGAqAEBBC6_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:cIPDW2GGAqAEBBC6 ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :Jjp_v6GGAqBwAQ5U. +:cIPDW2GGAqAEBBC8 rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :cIPDW2GGAqAEBBC8_cardinality. +:cIPDW2GGAqAEBBC8_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". +:cIPDW2GGAqAEBBC8 ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType . + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :Jjp_v6GGAqBwAQ5U. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :mzHof6GGAqBwARAR. +:D2AZ7OGGAqAEBA5a rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality :D2AZ7OGGAqAEBA5a_cardinality. +:D2AZ7OGGAqAEBA5a_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:D2AZ7OGGAqAEBA5a ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :a6Mof6GGAqBwAQ_E. +:D2AZ7OGGAqAEBA5c rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality :D2AZ7OGGAqAEBA5c_cardinality. +:D2AZ7OGGAqAEBA5c_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". +:D2AZ7OGGAqAEBA5c ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :mzHof6GGAqBwARAR. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "0..*"; + ontouml:lowerBound "0"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :i5dd7OGGAqAEBA68. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name ""@en; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1..*"; + ontouml:lowerBound "1"; + ontouml:upperBound "*". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :gR8UQGGGAqBwAQzN. +:f8e40307-2a98-49b1-aa4b-679541daa3db rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality :f8e40307-2a98-49b1-aa4b-679541daa3db_cardinality. +:f8e40307-2a98-49b1-aa4b-679541daa3db_cardinality rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1"; + ontouml:lowerBound "1"; + ontouml:upperBound "1". +:f8e40307-2a98-49b1-aa4b-679541daa3db ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :dMo_GGGGAqBwAQ7A. + rdf:type ontouml:Property; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:cardinality . + rdf:type ontouml:Cardinality; + ontouml:cardinalityValue "1"; + ontouml:lowerBound "1"; + ontouml:upperBound "1". + ontouml:isDerived "false"^^xsd:boolean; + ontouml:isReadOnly "false"^^xsd:boolean; + ontouml:isOrdered "false"^^xsd:boolean; + ontouml:aggregationKind ontouml:none; + ontouml:propertyType :TNjfGGGGAqBwAQ6n. +:AYA_v6GGAqBwAQ4B rdf:type ontouml:Diagram; + ontouml:project :d53JtqGGAqBwAQrR; + ontouml:name "Knowledge-based Conceptual Model Diagram"@en; + ontouml:containsView , :a6Mof6GGAqBwAQ_D, :q2LAmGGGAqBwAQ_G, :e3aImGGGAqBwARB1, :XTVomGGGAqBwAREs, :Lb7d7OGGAqAEBA7X, , , :LkVcf6GGAqBwAREf, :yPfYf6GGAqBwARBt, , , :co3d7OGGAqAEBA7j, , , :urbgf6GGAqBwAQ7b, :P2Sof6GGAqBwAQ_d, , :jaMQCWGGAqAEBg2e, :dMo_GGGGAqBwAQ6_, :NYS97OGGAqAEBA82, :Jjp_v6GGAqBwAQ5T, :U0YQf6GGAqBwAQ8d, , :vKDof6GGAqBwAQ_9, :ersZZGGGAqBwAQ4m, :nOXNW2GGAqAEBA4p, :gR8UQGGGAqBwAQzM, :yxjif6GGAqBwARHE, :n1MImGGGAqBwARBX, :FckQf6GGAqBwAQ8q, :MMW9W2GGAqAEBBAG, :LnRCQGGGAqBwAQ_w, :uTMomGGGAqBwARDZ, :X5momGGGAqBwAREE, :echTW2GGAqAEBBFr, :ce9zRGGGAqBwARJy, :qCfif6GGAqBwARHb, :mzHof6GGAqBwARAQ, , :TPmAf6GGAqBwAQ55, :HNjfGGGGAqBwAQ6s, , :a4QgmGGGAqBwAQ_0, :i5dd7OGGAqAEBA67, :WANVRGGGAqBwAQ04, , :VAx8f6GGAqBwARFo, :OpoQf6GGAqBwAQ8Z, :MWfiQGGGAqBwARBy, , :z78LRGGGAqBwARK1, :X2AZ7OGGAqAEBA5e, :YDzVRGGGAqBwAQ1a, :V0XLRGGGAqBwARM6, :dwvgf6GGAqBwAQ7z, , :P1wDRGGGAqBwAQ_k, :Qn7VW2GGAqAEBAzZ. diff --git a/models/zwart2024dra-ontology/ontology.vpp b/models/zwart2024dra-ontology/ontology.vpp new file mode 100644 index 000000000..7e3297ff1 Binary files /dev/null and b/models/zwart2024dra-ontology/ontology.vpp differ diff --git a/models/zwart2024dra-ontology/original-diagrams/diagram.png b/models/zwart2024dra-ontology/original-diagrams/diagram.png new file mode 100644 index 000000000..a1f2ce602 Binary files /dev/null and b/models/zwart2024dra-ontology/original-diagrams/diagram.png differ diff --git a/models/zwart2024dra-ontology/references.bib b/models/zwart2024dra-ontology/references.bib new file mode 100644 index 000000000..a196c1684 --- /dev/null +++ b/models/zwart2024dra-ontology/references.bib @@ -0,0 +1,16 @@ +@mastersthesis{Zwart2024, + author = {Zwart, Rosa}, + title = {Foundational Ontologies to Improve the Explainability of Explainable AI Algorithms}, + year = {2024}, + school = {Leiden University}, + type = {Master's Thesis}, + address = {Leiden, The Netherlands}, + note = {Leiden Institute of Advanced Computer Science (LIACS)} +} +@misc{Bernabe2025, + author = {Bernabé, César and Zwart, Rosa and Perdomo-Quinteiro, Pablo and Jacobsen, Annika and Sales, Tiago P. and Queralt-Rosinach, Núria and Roos, Marco}, + title = {Restructuring Knowledge Graphs with Conceptual Models: Implications for Machine Learning Predictions in Drug Repurposing}, + year = {2025}, + note = {Preprint (Version 1) available at Research Square}, + url = {https://doi.org/10.21203/rs.3.rs-5622649/v1} +}