Proposal for concepts representing Technologies

Hello. In DPV, we have the concept 'Technology', but no further 
elaborations. Below I propose providing a set of technologies as a 
separate extension (dpv-tech) so as to assist representing actual 
use-cases.

The list is by no means complete, and suggestions for additional 
concepts or better structuring are welcome.

Note: obviously missing things from this are browsers, AI (ML, NLP, 
etc.), TVs and IoTs etc. I'm debating whether to add them (respectively) 
as software, algorithms, and devices.

-
    Term: DataStorageTechnology
    Description: Technology used for storing data
    ParentTerm: dpv:Technology
-
    Term: Database
    Description: A database, database management system (DBMS), or 
application database
    ParentTerm: dpv-tech:DataStorageTechnology
-
    Term: Cookie
    Description: A HTTP or web or internet cookie
    ParentTerm: dpv-tech:LocalStorage
-
    Term: FileSystem
    Description: A data storage and retrieval interface provided by an 
operating system
    ParentTerm: dpv-tech:DataStorageTechnology
-
    Term: LocalStorage
    Description: Data stored 'locally' within a context
    ParentTerm: dpv-tech:DataStorageTechnology
-
    Term: DeviceStorage
    Description: Data stored 'on device' as in in the device's storage
    ParentTerm: dpv-tech:LocalStorage
-
    Term: ApplicationStorage
    Description: Data stored 'in app' as in within the application's storage
    ParentTerm: dpv-tech:LocalStorage
-
    Term: RemoteStorage
    Description: Data stored 'remotely' i.e. not locally within a context
    ParentTerm: dpv-tech:DataStorageTechnology
-
    Term: CloudStorage
    Description: Data stored 'on cloud' i.e. internet-based access to data
    ParentTerm: dpv-tech:RemoteStorage
-
    Term: ServerStorage
    Description: Data stored on a server i.e. a remote cloud-based 
storage mechanism
    ParentTerm: dpv-tech:CloudStorage
-
    Term: ServiceTechnology
    Description: Technology used for providing services
    ParentTerm: dpv:Technology
-
    Term: Service
    Description: A provision of utility with an intangible component
    ParentTerm: dpv-tech:ServiceTechnology
-
    Term: Product
    Description: The provision of utility e.g. goods, objects, services, 
etc. as a singular item
    ParentTerm: dpv-tech:ServiceTechnology
-
    Term: Application
    Description: A computing or digital program
    ParentTerm: dpv-tech:ServiceTechnology
-
    Term: SmartphoneApplication
    Description: A computing or digital program on a smartphone device
    ParentTerm: dpv-tech:Application
-
    Term: DigitalService
    Description: A service that is provided digitally
    ParentTerm: dpv-tech:Service
-
    Term: OnlineService
    Description: A service that is provided through or based on internet 
i.e. online connectivity
    ParentTerm: dpv-tech:Service
-
    Term: TrackingTechnologoy
    Description: Technology used to track individuals
    ParentTerm: dpv-tech:Concept
-
    Term: TrackingCookie
    Description: Cookies used for tracking
    ParentTerm: dpv-tech:TrackingTechnology,dpv-tech:Cookie
-
    Term: TrackingPixel
    Description: Pixels or web beacons or similar techniques used for 
tracking
    ParentTerm: dpv-tech:TrackingTechnology
-
    Term: ExecutionEnvironment
    Description: Technologies related to execution of processes
    ParentTerm: dpv:Technology
-
    Term: LocalExecution
    Description: Execution of processes 'locally' within a context
    ParentTerm: dpv-tech:ExecutionEnvironment
-
    Term: DeviceExecution
    Description: Execution of processes 'on device' within a context
    ParentTerm: dpv-tech:LocalExecution
-
    Term: RemoteExecution
    Description: Execution of processes 'remotely' i.e. not locally 
within a context
    ParentTerm: dpv-tech:ExecutionEnvironment
-
    Term: CloudExecution
    Description: Execution of processes 'on cloud' i.e. over the internet
    ParentTerm: dpv-tech:RemoteExecution
-
    Term: ServerExecution
    Description: Execution of processes on a server i.e. internet based 
processing
    ParentTerm: dpv-tech:CloudExecution

-- 
---
Harshvardhan J. Pandit, Ph.D
Research Fellow
ADAPT Centre, Trinity College Dublin
https://harshp.com/

Received on Wednesday, 23 March 2022 22:59:35 UTC