This section demonstrates the practical implementation of the E-DNH ontology using real natural heritage datasets, validating how the semantic relationships among the modules enable integrated knowledge reasoning. The case study focuses on 197 taxidermy specimens of endangered wildlife, representing approximately 140 biological species, preserved across the collections of Seoul Grand Park, Hannam University, and the National Heritage Administration of Korea. These datasets reveal the intersection points among the DigitalSpecimen class in the Nature Module, the OutstandingUniversalValue class in the Heritage Module, and the DigitalActivity class in the Digital Module, illustrating how the biological reality, cultural significance, and digital reconstruction of natural heritage are semantically integrated within a unified knowledge structure.
5.7.1. Interdependence among Cross-Modules
When defining inter-ontological relations, the focus is placed on the interdependent connections that natural heritage maintains with taxonomic classification, heritage value assessment, and digitization processes. For instance, species that qualify for designation as Natural Monuments in Korea are generally those listed as Vulnerable (VU) or higher on the IUCN Red List, or species that perform ecologically critical roles. Within the dataset analyzed in this study, 28 out of 31 species designated as Natural Monuments were categorized as Endangered (EN), Vulnerable (VU), or Near Threatened (NT). This correlation indicates that heritage inscription strongly aligns with biological rarity, ensuring that ontology-based recommendation systems can jointly consider both conservation priority and heritage designation when identifying candidates for protection or educational visualization.
The first cross-module dependency concerns the taxonomic hierarchy (TaxonIdentification), which serves as a primary determinant of heritage value characteristics. In the dataset, Carnivora species—such as otters, Siberian tigers, and wolves—are recognized for their ecological significance as apex predators, while Gruiformes species—such as cranes, storks, and white-naped cranes—possess cultural symbolism and scientific research value. Thus, taxonomic position directly shapes the type of HeritageAspect, linking ecological function and cultural meaning. Pattern analysis of the order attribute of DigitalSpecimen and the aspectType attribute of HeritageAspect within the Neo4j graph quantitatively reveals how heritage aspects are distributed across taxonomic groups.
The second dependency concerns protection status (nationalProtection, iucnStatus), which exerts a major influence on digitization priority and quality criteria. Among the specimens selected for 3D digitization, 68% were classified as either endangered wildlife or Natural Monuments. These specimens were scanned under higher spatial resolutions (0.1 mm vs. 0.5 mm) and stricter quality thresholds (RMS error < 0.3 mm; completeness > 95%) than ordinary specimens. A consistent trend was observed in which higher protection levels corresponded to higher resolution values in AcquisitionEvent and more stringent geometricAccuracy criteria in QualityAssessment. Hence, protection status functions as a key determinant of the technical parameters of the digitization process, forming a cross-module linkage in which attributes of the Heritage Module directly influence the configuration of activities in the Digital Module.
The third dependency involves the type of holding institution (Agent), which generated clear methodological and functional distinctions in digitization practices. In this dataset, Seoul Grand Park (a zoological institution) emphasized external realism for educational exhibition purposes, Hannam University (an academic research institution) focused on anatomical precision for morphological studies, and the National Heritage Administration (a governmental body) pursued photogrammetric documentation accompanied by detailed metadata for heritage recording. The institutional role primarily affects the purpose attribute of DigitalActivity and the outputFormat of TechnicalSpecification. Accordingly, this study defines the Agent.type property as a relational bridge connecting institutional characteristics in the Heritage Module with the process design of the Digital Module.
5.7.2. Internal Relationships and Hierarchy
When dealing with ontologies originating from different domains, hierarchical structuring serves as a fundamental mechanism for enabling integrated modeling of cross-domain concepts. This multi-layered relational modeling approach provides the semantic foundation for interoperability among heterogeneous ontologies, establishing the groundwork for subsequent knowledge inference and query optimization. Intra-module relationship modeling focuses on defining the internal relationships among detailed classes within each ontology module. By precisely describing the hierarchical dependencies and semantic connections between various entity levels, this modeling approach ensures accurate representation of complex object attributes, individual instances, and interlinked processes within the ontology.
Figure 6 illustrate the exploratory flow of information within the internal relationships of each module — digital specimen, heritage value, and digital context — demonstrating how the E-DNH ontology supports systematic knowledge navigation and semantic reasoning across its modular architecture.
1) Internal Relationships within the Nature Module
Within the
Nature Module, the DigitalSpecimen functions as the central node. In this case study, the internal relationships were modeled around four crane (
Grus japonensis, NA0007) specimens (
Figure 6. (a)).
// Taxonomic identification of crane specimens
MATCH (ds:DigitalSpecimen {id: ’NA0007’})-[:identifiedAs]->(t:TaxonIdentifica
tion)
RETURN ds.vernacularName, t.order, t.family, t.genus
This query specifies that the specimen belongs to the taxonomic hierarchy Order Gruiformes → Family Gruidae → Genus Grus. The identifiedAs relationship reflects the Identification concept defined in Darwin Core and may include attributes such as identification date, identifier, and confidence level. In this dataset, the crane specimen was morphologically identified based on diagnostic characteristics—body length 140 cm, wingspan 240 cm, white plumage with black neck and head—with an identification confidence of 100%. Furthermore, the DigitalSpecimen maintains a preservation context through its relationship with the holding institution:
// Institutional distribution of crane specimens
MATCH (ds:DigitalSpecimen {scientificName: ’Grus japonensis’})-[:curatedBy]
->(ag:Agent)
RETURN ag.name AS Institution, COUNT(ds) AS SpecimenCount
The query result shows three specimens held by Seoul Grand Park and one by the National Heritage Administration, indicating that Seoul Grand Park serves as the primary repository for crane specimens. This distribution reflects the institution’s policy of operating a migratory bird conservation program and repurposing deceased individuals as educational materials through specimen preparation.
2) Internal Relationships within the Heritage Module
Within the
Heritage Module, the OutstandingUniversalValue (OUV) serves as the conceptual starting point. In this case study, the "Biodiversity Conservation Value" was represented as a single OutstandingUniversalValue node (OUV_001) (
Figure 6. (b)).
// Heritage inscription and legal foundation
MATCH (ouv:OutstandingUniversalValue {id: ’OUV_001’})-[:inscribedAs]->
(hi:HeritageInscription) -[:regulatedBy]->(li:LegalInstrument)
RETURN ouv.description, hi.designation, li.lawName, li.article
This query reveals that the Biodiversity Conservation Value is protected under a dual legal framework: designated both as a Natural Monument under Article 25 of the Cultural Heritage Protection Act and as a Class I Endangered Species under Article 7 of the Wildlife Protection and Management Act. The two laws govern distinct but complementary domains—cultural–historical significance under the National Heritage Administration and ecological–scientific significance under the Ministry of Environment. When a natural entity falls under both frameworks, it receives the highest level of institutional protection. The OutstandingUniversalValue is further subdivided into multiple HeritageAspects, as shown below:
// Multidimensional aspects of heritage value
MATCH (ouv:OutstandingUniversalValue {id: ’OUV_001’})-[:hasAspect]
->(ha:HeritageAspect)
RETURN ha.aspectType, ha.description ORDER BY ha.aspectType
For the crane (Grus japonensis), three primary aspects were identified:
Ecological significance: a top predator in wetland ecosystems and a key indicator of ecological health;
Cultural symbolism: a traditional emblem of longevity and good fortune, frequently depicted in Korean folklore and art;
Scientific research value: a focal species in migratory pathway analysis, climate-change monitoring, and conservation genetics.
Among these, the ecological significance aspect is directly connected to an ongoing conservation project:
// Linking heritage aspect with conservation project
MATCH (ha:HeritageAspect {id: ’HA_001’})-[:implementedThrough]
->(hp:HeritageProject)
RETURN ha.aspectType, hp.projectName, hp.objective, hp.budget
The “Crane Restoration and Habitat Conservation Project” (2015–present; annual budget ∼ ₩500 million) aims to stabilize the wintering populations in the Cheorwon area. This case exemplifies how the ecological aspect of heritage value can be translated into practical conservation action, bridging the conceptual layer of the ontology with real-world implementation.
3) Internal Relationships within the Digital Module
Within the Digital Module, the core structure centers on tracing data lineage throughout the digitization workflow. The entire digitization process of the otter specimen (SP0018) was reconstructed in full detail (
Figure 6.(c)).
// Tracing data lineage of digitization workflow
MATCH path = (ae:AcquisitionEvent {id: ’AE_SP0018’})
-[:processedBy]->(dp:DataProcessing)
-[:assessedBy]->(qa:QualityAssessment)
-[:annotatesUncertainty]->(ua:UncertaintyAnnotation)
RETURN path
This query defines the following sequential process chain:
AcquisitionEvent (AE_SP0018): specimen preparation and 3D scanning conducted in 2022 using Artec Space Spider (resolution: 0.1 mm; ambient conditions: 20 °C, 45% RH);
DataProcessing (DP_001):Structure from Motion and Multi-View Stereo reconstruction using RealityCapture v1.3 (image overlap 85%, ICP alignment error < 0.5 mm);
QualityAssessment (QA_001): geometric accuracy RMS = 0.23 mm, color difference < 3.0, completeness = 97.8% (based on Eureka3D benchmark);
UncertaintyAnnotation (UA_001): AI-based texture restoration applied to damaged feather micro-structures, with a confidence level of 68%.
This lineage explicitly distinguishes which portions of the final 3D model originate from verified source data and which areas were algorithmically reconstructed through AI inference. The ProvenanceTrace node encapsulates the entire chain as a single meta-object, ensuring full traceability and reusability of digital assets across future workflows. By preserving the complete provenance path, the Digital Module guarantees scientific transparency, enabling reproducibility, quality validation, and responsible reuse of digital specimens.
5.7.3. Knowledge Graph Visualization and Interpretation
First, the centrality analysis indicates that the DigitalSpecimen node exhibits the highest degree of connectivity. For example, the crane specimen (NA0007) is directly or indirectly linked to twelve nodes, reflecting that the physical entity of natural heritage serves as the conceptual core from which all knowledge relationships originate. In contrast, the LegalInstrument and UncertaintyAnnotation nodes appear as terminal nodes, signifying that legal and uncertainty information provide contextual support rather than structural centrality within the knowledge network.
Figure 7.
presents the visualization of the above cases within the Neo4j graph database. The following structural characteristics can be observed in this graph.
Figure 7.
presents the visualization of the above cases within the Neo4j graph database. The following structural characteristics can be observed in this graph.
Second, cross-module relationships act as bridge edges that maintain the overall network integrity. When the relationships hasOutstandingValue (Nature → Heritage) and digitizedBy (Nature → Digital) are removed, the graph disintegrates into three independent components. This demonstrates that cross-module links are not mere references but structural dependencies essential for semantic connectivity within the E-DNH graph.
Third, path length analysis shows an average distance of 3.2 hops between any two nodes, indicating a small-world network structure that enables efficient semantic traversal even across complex queries. For instance, to retrieve “the digital model quality of species protected under a specific legal act”, the query path LegalInstrument →HeritageInscription→OutstandingUniversalValue→DigitalSpecimen→AcquisitionEvent→ Data Processing → QualityAssessment successfully produces the desired inference through a six-hop reasoning chain.
Fourth, the clustering coefficient of 0.68 reveals that connected nodes form tightly knit local clusters. This implies that related entities—such as all information linked to the crane (Grus japonensis)—form dense subgraphs, which facilitate context-aware information retrieval and enable the design of recommendation systems based on semantic proximity.
Overall, these graph metrics demonstrate that the E-DNH ontology functions not merely as a taxonomic framework but as an integrated knowledge network, capable of representing and reasoning over the multifaceted contexts of natural heritage. The following section presents an example of semantic storytelling, showcasing how this knowledge graph supports interpretive narratives grounded in real heritage data.