settings.yml revision 2f0eba71c311b096362f3603d17addad30213c4d
951N/A#
951N/A# Project configuration
951N/A#
951N/A# Environment specific settings can be overridden in:
951N/A# /config/settings/<environment>.yml
951N/A#
951N/A
951N/A# Name of the installation
951N/Aname: "MyOntohub"
951N/A
951N/A# Hostname of the installation
951N/Ahostname: example.com
951N/A
951N/A# Generalizing term "Ontology",ALternatives are M:Models and S:Specification
951N/AOMS: ontology
951N/A# In case of Model,this should be used.
951N/AOMS_qualifier: modeling
951N/A
951N/A# Optional asset host for delivery of static files (css, images, javascripts)
951N/A# asset_host: assets.example.com
951N/A
951N/A# Sender address for outgoing mail
951N/Aemail: noreply@example.com
951N/A
951N/A# Mail delivery
951N/A# http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration
951N/Aaction_mailer:
951N/A # possible values for delivery_method (see ActionMailer documentation):
951N/A # :smtp, :sendmail, :file, :test
951N/A delivery_method: :sendmail
951N/A perform_deliveries: true
951N/A raise_delivery_errors: true
951N/A smtp_settings:
951N/A address: 'mail'
951N/A port: 25
951N/A # Supply the fully qualified domain name in the settings.local.yml at:
951N/A domain: # nil
951N/A enable_starttls_auto: true
951N/A password: # nil
951N/A authentication: # nil
951N/A
951N/A# The number of days a user can access
951N/A# the website without confirming his account.
951N/Aallow_unconfirmed_access_for_days: 3
951N/A
951N/A# Limits for displaying file contents and diffs
951N/Amax_read_filesize: 524_288
951N/Amax_combined_diff_size: 1_048_576
951N/A
951N/A# Timeout for ontology parsing jobs in hours
951N/Aontology_parse_timeout: 6
951N/A
958N/A# Footer links and texts
951N/Afooter:
951N/A - text: Foo Institute
968N/A - text: About
951N/A href: http://about.example.com
951N/A
951N/A# Delivery of exceptions, disabled by default
951N/Aexception_notifier:
951N/A enabled: false
951N/A email_prefix: "[ontohub exception]"
951N/A sender_address: "exceptions@example.com"
951N/A exception_recipients:
951N/A - exception-recipient@example.com
951N/A
951N/A# Worker count
951N/Aworkers:
951N/A hets: 1
951N/A
951N/A# The following paths can be absolute paths
951N/A# or relative paths to the project root
951N/Apaths:
951N/A # General data.
951N/A data: data
951N/A # git repositories (names are numbers/ids)
951N/A git_repositories: data/repositories
951N/A # named symlinks to the git repositories
951N/A symlinks: data/git_daemon
951N/A # cache for files that needed to be checked out from the git repositories
951N/A commits: data/commits
951N/A # home directory of the git user
951N/A # needed for handling of ssh keys in ~git/.ssh/authorized_keys
951N/A git_home: ~git
951N/A
951N/Agit:
951N/A verify_url: http://localhost/
951N/A default_branch: 'master'
951N/A push_priority:
951N/A commits: 1
951N/A changed_files_per_commit: 5
951N/A fallbacks:
951N/A committer_name: 'ontohub_system'
951N/A committer_email: 'ontohub_system@ontohub.org'
951N/A
951N/A# The name of the repository in which the externally imported ontology files are
951N/A# saved.
951N/Aexternal_repository_name: 'External'
951N/A
951N/Aallowed_iri_schemes:
951N/A - http
951N/A - https
951N/A - file
951N/A - gopher
951N/A - urn
951N/A
951N/Adisplay_head_commit: false
951N/Adisplay_symbols_tab: false
951N/A
951N/Aformat_selection: false
951N/A
951N/A# Possible values for metadata, adapted from OMV
951N/Aformality_levels:
951N/A - name: vocabulary
951N/A description: "list of words"
951N/A - name: terminology
951N/A description: "list of concepts with definitions"
951N/A - name: taxonomy
951N/A description: "terminology with subsumption hierarchy"
951N/A - name: axiomatization
951N/A description: "ontology with axioms beyond a pure subsumption hierarchy"
951N/A # number of axioms per concept can be displayed
951N/A
951N/Alicense_models:
951N/A - name: Apple Public Source License (APSL)
951N/A url: http://www.opensource.apple.com/license/apsl/
951N/A - name: Open Software License (OSL)
951N/A url: http://opensource.org/licenses/OSL-3.0
951N/A - name: General Public License (GPL)
951N/A url: http://www.gnu.org/licenses/gpl.html
951N/A - name: IBM Public License (IBM PL)
951N/A url: http://opensource.org/licenses/IPL-1.0
951N/A - name: Common Public License (CPL)
951N/A url: http://www.eclipse.org/legal/cpl-v10.html
951N/A - name: Lesser General Public License (LGPL)
951N/A url: https://www.gnu.org/licenses/lgpl.html
951N/A - name: INTEL Open Source License (INTEL OSL)
951N/A url: http://opensource.org/licenses/Intel
951N/A - name: Modified BSD License (mBSD)
951N/A url: http://opensource.org/licenses/BSD-3-Clause
951N/A - name: Academic Free License (AFL)
951N/A url: http://opensource.org/licenses/AFL-3.0
951N/A
951N/Aontology_types:
951N/A - name: Upper Level Ontology
951N/A description: describes general, domain-independent concepts e.g. space, time
951N/A documentation: http://www.example.com
951N/A - name: Core Ontology
951N/A description: "describes the most important concepts in a specific domain (also: mid-level ontology)"
951N/A documentation: http://www.example.com
951N/A - name: Domain Ontology
951N/A description: describes some domain of the world
951N/A documentation: http://www.example.com
951N/A - name: Application Ontology
951N/A description: describes some domain in an application-dependent manner
951N/A documentation: http://www.example.com
951N/A
951N/Atasks:
951N/A - name: SearchTask
951N/A description: the task characterizes how ontologies are used to refine common keywordbased search algorithms using domain knowledge in form of subsumption relations. Ontology-driven search is usually performed automatically by means of reasoning services handling particular aspects of an ontology representation language.
951N/A - name: AnnotationTask
951N/A description: the ontology is used as a controlled vocabulary to annotate Semantic Web resources. This task includes the usage of a semantically rich ontology for representing arbitrarily complex annotation statements on these resources. The task can be performed manually or (semi-)automatically.
951N/A - name: QueryRewritingTask
951N/A description: complementary to the query formulation dimension, this task applies ontologies to semantically optimize query expressions by means of the domain knowledge (constraints, subsumption relations etc.) The task can be interpreted as a particular art of filtering information. The task is performed automatically; however, it assumes the availability of patterns describing the transformations at query level.
951N/A - name: FilteringTask
951N/A description: the task describes at a very general level how ontologies are applied to refine the solution space of a certain problem, such as information retrieval or personalization. The task is targeted at being performed semi-automatically or automatically.
951N/A - name: IntegrationTask
951N/A description: the task characterizes how ontologies provide an integrating environment, an inter-lingua, for information repositories or software tools. In this scenario the ontology is applied (semi-)automatically to merge between heterogeneous data pools in the same or in adjacent domains.
951N/A - name: QueryFormulationTask
951N/A description: the ontology is used in information retrieval settings as a controlled vocabulary for representing user queries. Usually the task is performed automatically in that the concepts of the ontology is are listed in a query formulation front-end in order to allow users to specifies their queries.
951N/A - name: MediationTask
951N/A description: the ontology is built to reduce the ambiguities between communicating human or machine agents. It can act as a normative model which formally and clearly defines the meaning of the terms employed in agent interactions. In the context of programmed agents, the task is envisioned to be performed automatically.
951N/A - name: ConfigurationTask
951N/A description: the ontology is designed to provide a controlled and unambiguous means to represent valid configuration profiles in application systems. As the aim of the ontology is to support the operationalization of particular system-related processes; this task is performed automatically in that the ontology is processed in an automatic manner by means of reasoners or APIs.
951N/A - name: PersonalizationTask
951N/A description: the ontology is used mainly for providing personalized access to information resources. Individual user preferences w.r.t. particular application settings are formally specified by means of an ontology, which, in conjunction with appropriate reasoning services, can be directly integrated to a personalization component for filtering purposes. The usage of ontologies in personalization tasks might be carried out in various forms, from a direct involvement of the user who manually specifies ontological concepts which optimally describe his preferences, to the ontological modelling of user profiles.
951N/A - name: IndexingTask
951N/A description: in this scenario, the goal of the ontology is to provide a clearly defined classification and browsing structure for the information items in a repository. Again, the task can be performed manually by domain experts or as part of an application in an automatic or semi-automatic way.
951N/A - name: MatchingTask
951N/A description: the goal of matching is to establish links between semantically similar data items in information repositories. In contrast to the previous task, matching does not include the production of a shared final schema/ontology as a result of aggregating the matched source elements to common elements. W.r.t. the automatization level the range varies from manual to fully-automatical execution.
951N/A