From 9912b702f3de529eceb863f5149c062581df5d61 Mon Sep 17 00:00:00 2001 From: "Guendalina.Righetti1" <guendalina.righetti@unibz.it> Date: Thu, 9 Nov 2023 22:17:42 +0100 Subject: [PATCH] Add new file --- RandomOntologies/ReadMe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 RandomOntologies/ReadMe diff --git a/RandomOntologies/ReadMe b/RandomOntologies/ReadMe new file mode 100644 index 0000000..50ac102 --- /dev/null +++ b/RandomOntologies/ReadMe @@ -0,0 +1,19 @@ +"size" is one of "small", "medium", "big". + +Each folder contains 2 zip files: + +1) SizeOntologies.zip contains 11 ontologies: + +agentive1size.owl, agentive2size.owl, agentive3size.owl - randomly generated ontologies whose concepts are classified as AgentivePhysicalObject; + +nonagentive1size.owl, nonagentive2size.owl, nonagentive3size.owl - randomly generated ontologies whose concepts are classified as NonAgentivePhysicalObject; + +InitialOntology1.owl, InitialOntology2.owl, InitialOntology3.owl - the initial ontology used in the experiments about asymmetry and hybridity, one for each couple of (random) concepts; + +EmptyAlignment.owl - empty ontology, used only to run the app; + +EmptyTest.owl - empty ontology, used only to run the app; + + +2) paramsfv.zip contains 24 text files, corresponding to the preference orders that we used in our experiments. +Each file is named in the following way: CombinedConcept-PreferenceOrderUsed-WeightAssignmentUsed–PercentageOfMovesAllowed(ProcedureUsed).txt -- GitLab