<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mwiki.costasano.club/index.php?action=history&amp;feed=atom&amp;title=ICT%3ATechnical_Terms_for_Collaborators</id>
	<title>ICT:Technical Terms for Collaborators - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mwiki.costasano.club/index.php?action=history&amp;feed=atom&amp;title=ICT%3ATechnical_Terms_for_Collaborators"/>
	<link rel="alternate" type="text/html" href="https://mwiki.costasano.club/index.php?title=ICT:Technical_Terms_for_Collaborators&amp;action=history"/>
	<updated>2026-07-22T23:27:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://mwiki.costasano.club/index.php?title=ICT:Technical_Terms_for_Collaborators&amp;diff=113&amp;oldid=prev</id>
		<title>Mngr: Created page with &quot;= Technical Terms Explained for Collaborators =  This page explains a small number of technical terms that appear in the project documentation.  It is intended for collaborators who are not system architects and who are not expected to configure or maintain the system.  The purpose of this page is to support understanding, not to teach implementation.  == How to Read This Page ==  If you encounter an unfamiliar term in another ICT document, you can look it up here.  You...&quot;</title>
		<link rel="alternate" type="text/html" href="https://mwiki.costasano.club/index.php?title=ICT:Technical_Terms_for_Collaborators&amp;diff=113&amp;oldid=prev"/>
		<updated>2026-01-19T16:59:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Technical Terms Explained for Collaborators =  This page explains a small number of technical terms that appear in the project documentation.  It is intended for collaborators who are not system architects and who are not expected to configure or maintain the system.  The purpose of this page is to support understanding, not to teach implementation.  == How to Read This Page ==  If you encounter an unfamiliar term in another ICT document, you can look it up here.  You...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Technical Terms Explained for Collaborators =&lt;br /&gt;
&lt;br /&gt;
This page explains a small number of technical terms that appear in the project documentation.&lt;br /&gt;
&lt;br /&gt;
It is intended for collaborators who are not system architects and who are not expected to configure or maintain the system.&lt;br /&gt;
&lt;br /&gt;
The purpose of this page is to support understanding, not to teach implementation.&lt;br /&gt;
&lt;br /&gt;
== How to Read This Page ==&lt;br /&gt;
&lt;br /&gt;
If you encounter an unfamiliar term in another ICT document, you can look it up here.&lt;br /&gt;
&lt;br /&gt;
You do not need to memorize these definitions.&lt;br /&gt;
They are provided only to remove ambiguity.&lt;br /&gt;
&lt;br /&gt;
== General Modeling Terms ==&lt;br /&gt;
&lt;br /&gt;
=== Entity ===&lt;br /&gt;
&lt;br /&gt;
An &amp;#039;&amp;#039;&amp;#039;entity&amp;#039;&amp;#039;&amp;#039; is simply a type of thing that we talk about explicitly and consistently.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* HeritageObject&lt;br /&gt;
* DigitalAsset&lt;br /&gt;
* Actor&lt;br /&gt;
* ResearchChapter&lt;br /&gt;
&lt;br /&gt;
An entity answers the question:&lt;br /&gt;
: &amp;#039;&amp;#039;“What kind of thing is this?”&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Attribute ===&lt;br /&gt;
&lt;br /&gt;
An &amp;#039;&amp;#039;&amp;#039;attribute&amp;#039;&amp;#039;&amp;#039; is a property of an entity.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* A HeritageObject has a title&lt;br /&gt;
* A DigitalAsset has a description&lt;br /&gt;
* An Actor has a name&lt;br /&gt;
&lt;br /&gt;
An attribute answers the question:&lt;br /&gt;
: &amp;#039;&amp;#039;“What do we want to know about this thing?”&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Relationship ===&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;relationship&amp;#039;&amp;#039;&amp;#039; describes how two entities are connected.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* An Actor is director of a HeritageObject&lt;br /&gt;
* A DigitalAsset represents a HeritageObject&lt;br /&gt;
* A HeritageObject belongs to a ResearchChapter&lt;br /&gt;
&lt;br /&gt;
Relationships may have additional information, such as role or certainty.&lt;br /&gt;
&lt;br /&gt;
== MediaWiki-Specific Concepts (Conceptual View) ==&lt;br /&gt;
&lt;br /&gt;
The following concepts are part of the implementation, but collaborators do not need to use them directly.&lt;br /&gt;
&lt;br /&gt;
=== MediaWiki ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;MediaWiki&amp;#039;&amp;#039;&amp;#039; is the platform that provides:&lt;br /&gt;
* Pages&lt;br /&gt;
* Editing&lt;br /&gt;
* Collaboration&lt;br /&gt;
* Public presentation&lt;br /&gt;
&lt;br /&gt;
In this project, MediaWiki is used as a structured research environment.&lt;br /&gt;
&lt;br /&gt;
=== Forms ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Forms&amp;#039;&amp;#039;&amp;#039; are guided input screens.&lt;br /&gt;
&lt;br /&gt;
They:&lt;br /&gt;
* Help users enter information consistently&lt;br /&gt;
* Hide technical complexity&lt;br /&gt;
* Reduce errors&lt;br /&gt;
&lt;br /&gt;
Most collaborators interact with the system through forms.&lt;br /&gt;
&lt;br /&gt;
=== Cargo ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Cargo&amp;#039;&amp;#039;&amp;#039; is the component that stores structured information reliably.&lt;br /&gt;
&lt;br /&gt;
Conceptually:&lt;br /&gt;
* It acts like a structured notebook behind the scenes&lt;br /&gt;
* It ensures information is stored consistently&lt;br /&gt;
* It allows querying and reuse of data&lt;br /&gt;
&lt;br /&gt;
Collaborators do not interact with Cargo directly.&lt;br /&gt;
&lt;br /&gt;
=== Page Schemas ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Page Schemas&amp;#039;&amp;#039;&amp;#039; define:&lt;br /&gt;
* What information a page may contain&lt;br /&gt;
* How forms are generated&lt;br /&gt;
* How information is connected internally&lt;br /&gt;
&lt;br /&gt;
Conceptually:&lt;br /&gt;
* They are templates for structure, not content&lt;br /&gt;
* They ensure everyone describes things in the same way&lt;br /&gt;
&lt;br /&gt;
=== Tables ===&lt;br /&gt;
&lt;br /&gt;
In documentation, the word &amp;#039;&amp;#039;&amp;#039;table&amp;#039;&amp;#039;&amp;#039; refers to a structured collection of information.&lt;br /&gt;
&lt;br /&gt;
Conceptually:&lt;br /&gt;
* A table corresponds to an entity type&lt;br /&gt;
* Each entry corresponds to one entity&lt;br /&gt;
* Attributes become columns&lt;br /&gt;
&lt;br /&gt;
Tables exist to support consistency and reuse, not to impose rigidity.&lt;br /&gt;
&lt;br /&gt;
== Files and Digital Assets ==&lt;br /&gt;
&lt;br /&gt;
=== File ===&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;file&amp;#039;&amp;#039;&amp;#039; is a physical digital object:&lt;br /&gt;
* Image&lt;br /&gt;
* PDF&lt;br /&gt;
* Scan&lt;br /&gt;
* Document&lt;br /&gt;
&lt;br /&gt;
Files are managed by MediaWiki itself.&lt;br /&gt;
&lt;br /&gt;
=== Digital Asset ===&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;DigitalAsset&amp;#039;&amp;#039;&amp;#039; is a conceptual wrapper around one or more files.&lt;br /&gt;
&lt;br /&gt;
Conceptually:&lt;br /&gt;
* It groups files meaningfully&lt;br /&gt;
* It provides context&lt;br /&gt;
* It allows interpretation and annotation&lt;br /&gt;
&lt;br /&gt;
Files are storage.&lt;br /&gt;
Digital Assets are meaning.&lt;br /&gt;
&lt;br /&gt;
== Internal vs External Complexity ==&lt;br /&gt;
&lt;br /&gt;
Some complexity exists in the system to support long-term research needs.&lt;br /&gt;
&lt;br /&gt;
This complexity is:&lt;br /&gt;
* Internal&lt;br /&gt;
* Documented&lt;br /&gt;
* Managed centrally&lt;br /&gt;
&lt;br /&gt;
Collaborators are not expected to understand or manage it.&lt;br /&gt;
&lt;br /&gt;
The goal is for contributors to focus on:&lt;br /&gt;
* Historical content&lt;br /&gt;
* Interpretation&lt;br /&gt;
* Quality of information&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
If you remember only one thing from this page, it should be this:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The system uses technical tools internally so that contributors can work conceptually and intuitively.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
This page is intended as a stable reference for non-technical collaborators.&lt;/div&gt;</summary>
		<author><name>Mngr</name></author>
	</entry>
</feed>