-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimports.txt
More file actions
35 lines (32 loc) · 1.61 KB
/
Copy pathimports.txt
File metadata and controls
35 lines (32 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ==============================================================================
# External Ontology Imports Configuration
# ==============================================================================
# This file defines external ontologies to import into your application ontology.
# Each line defines one import with the format: import_id|import_url
#
# Format:
# import_id|import_url
#
# Where:
# - import_id: Short identifier for the ontology (lowercase, no spaces)
# This will be used as the filename prefix (e.g., "logo" → "logo.owl")
# - import_url: Direct URL to the ontology OWL file
#
# IMPORTANT NOTES:
# 1. The pipe character "|" is the delimiter between ID and URL
# 2. Lines starting with # are comments and will be ignored
# 3. Empty lines are ignored
# 4. PMD Core Ontology (pmdco) is ALWAYS imported automatically - don't add it here
# 5. For each import, you can optionally create a corresponding terms file
# (e.g., logo_terms.txt) in the root directory to specify which classes to import
#
# ==============================================================================
# Example: Import the Logistics Ontology from PMD
# Uncomment the line below to enable this import:
# logo|https://raw.githubusercontent.com/materialdigital/logistics-application-ontology/main/logo.owl
# Example: Import another external ontology
# Uncomment and modify as needed:
# myonto|https://example.org/ontologies/myonto.owl
# ==============================================================================
# Add your imports below this line
# ==============================================================================