Technology Concepts

version 2.1

Final Community Group Report

This version:
https://www.w3.org/community/reports/dpvcg/CG-FINAL-tech-20250316/
Latest published version:
https://w3id.org/dpv/tech
Latest editor's draft:
https://dev.dpvcg.org/tech
Editor:
Harshvardhan J. Pandit (ADAPT Centre, Dublin City University)
Authors:
Delaram Golpayegani (ADAPT Centre, Trinity College Dublin)
Georg P. Krog (Signatu AS)
Harshvardhan J. Pandit (ADAPT Centre, Dublin City University)
Julian Flake (University of Koblenz)
Paul Ryan (Uniphar PLC)
Feedback:
GitHub w3c/dpv (pull requests, new issue, open issues)
This Release
https://w3id.org/dpv/2.1/tech
Previous Release
https://w3id.org/dpv/2.0/tech
Changelog
Changelog for v2.1
Key Publications
Data Privacy Vocabulary (DPV) -- Version 2.0 (2024)

Contributors: (ordered alphabetically) Delaram Golpayegani (ADAPT Centre, Trinity College Dublin), Harshvardhan J. Pandit (ADAPT Centre, Dublin City University), Tek Raj Chhetri (No affiliation provided). NOTE: The affiliations are informative, do not represent formal endorsements, and may be outdated as this list is generated automatically from existing data.

Abstract

The Data Privacy Vocabulary (DPV) Specification provides the concept Technology to represent how technologies are applied within the context of personal data and its processing. The TECH extension provides further specific details regarding technologies, their management, and relevance to actual real-world tools and systems. The namespace for terms in tech is https://w3id.org/dpv/tech#. The suggested prefix for the namespace is tech. The TECH vocabulary and its documentation is available on GitHub.

DPV Specifications: The [DPV] is the core specification within the DPV family, with the following extensions: Personal Data [PD], Locations [LOC], Risk Management [RISK], Technology [TECH] and [AI], [JUSTIFICATIONS], [SECTOR] specific extensions, and [LEGAL] extensions modelling specific jurisdictions and regulations. A [PRIMER] introduces the concepts and modelling of DPV specifications, and [GUIDES] describe application of DPV for specific applications and use-cases. The Search Index page provides a searchable hierarchy of all concepts. The Data Privacy Vocabularies and Controls Community Group (DPVCG) develops and manages these specifications through GitHub. For meetings, see the DPVCG calendar.

To cite and understand the structure of DPV, the article "Data Privacy Vocabulary (DPV) - Version 2.0" (2024) describes the current state of DPV and extensions from version 2.0 onwards (open access version here). The earlier article "Creating A Vocabulary for Data Privacy" (2019) describes how the DPV was developed (open access versions here, here, and here).

Contributing: The DPVCG welcomes participation to improve the DPV and associated resources, including expansion or refinement of concepts, requesting information and applications, and addressing open issues. See contributing guide for further information.

Status of This Document

This specification was published by the Data Privacy Vocabularies and Controls Community Group. It is not a W3C Standard nor is it on the W3C Standards Track. Please note that under the W3C Community Final Specification Agreement (FSA) other conditions apply. Learn more about W3C Community and Business Groups.

GitHub Issues are preferred for discussion of this specification.

1. Core Concepts

Figure 1

The 'core' concepts in the TECH extension consist of:

2. Actors involved in Technologies

To specify the specific actors and their roles in the context of technologies, the concept Actor is provided along with the relation hasActor to associate it with the technology. Further specific actors and their associations are defined by extending these concepts, for example:

Note: Technology actors defined in regulations

3. Function & Intended Use

Note: Why not reuse 'dpv:Purpose'? Why do we need 'Function' and 'Intended Use'?

Function is a generic abstract term that refers to what 'functions' a technology has or is capable of through the relation hasFunction. It can be used as a 'catch-all' concept to express that a technology is capable of e.g. identity verification (purpose), data collection (processing operation), access control or encryption (technical measure), and other concepts. A function in a technology is always present or possible with the use of that technology, and a specific use-case may or may not use the function. It thus provides a way to express information about the technology regarding what exists or can be done without invoking any potential interpretation that the technology is being used in a specific way. Function as a concept is not necessary to be used until the other existing DPV concepts, which are more concrete and specific, are not sufficient for reasons described above.

IntendedUse is useful to indicate the uses for which a technology is developed, or what it is planned to be used for, and which is associated with a technology through the relation hasIntendedUse. The 'intended use' could be the developer who envisions specific uses of the technology while developing it, or a user who plans to use the technology for specific activities when they acquire it. Such intended uses can be represented by using concepts within the DPV and its extensions - such as purposes, processing operations, technical and organisational measures, and so on. Where the intended use cannot be represented by a single concept, multiple concepts can be combined by using the relations in a manner similar to the use of dpv:Process.

Intended Use is an intent or ex-ante indication or plan for the use of technology. The actual use of the technology should be represented within the context of a process instance. Where there is a difference between the intended and actual use, whether such differences are classified as 'misuses' or 'violations' depends on the context. For example if the technology has the intended use to send emails for account communications, and the actual use involved using the technology for sending newsletters, then the difference between intended and actual use may be classified as 'misuse' or it may lead to realising that the earlier intended use did not sufficiently represent all required uses of the technology, and lead to updating the intended uses. Thus, in practice, a technology may have several intended uses that evolve over time.

4. Provision of Technology

Note: Breaking change introduced in v2.1

The provision of technology can happen via the following methods:

5. Networking & Communication

Communication mediums or mechanism used by technology include:

6. Inputs/Outputs

The following concepts represent the inputs and outputs associated with technology, which extend the core concept InputOutput, and can be associated through the relations hasInput and hasOutput. Of these, Input and Output refer to how they interact with the technology, and the other concepts such as Action, Content, Decision, Prediction, and Recommendation refer to the roles of inputs and outputs. Some concepts, such as Content are defined as dpv:Data to reflect that they are always available as data, whereas others such as Action or Decision may be in data or other forms, such as the physical movements present in robotic systems.

7. Documentation

Documentation represents information provided with technologies which 'document' or provide explanations or instructions associated with technologies. Documentation is associated with technology by using hasDocumentation, and conversely technology is associated with documentation by using dct:subject. To represent information about who provided the documentation, when, etc. - we recommend using DCMI Metadata Terms (DCT).

8. Status

Status of technology, represented by the concept TechnologyStatus, indicates its state of development, deployment, use, and any other relevant stages within the lifecycle. The relation dpv:hasStatus is used to indicate the status of a technology.

Note: Adding additional technology statuses

9. Tools

Tools are technologies which are commonly used or required, and for which providing a concept within the [TECH] extension would be helpful for representing practical use-cases.

Note: Enhancing the TECH tools taxonomy

10. Vocabulary Index

10.1 Classes

10.1.1 Action

Term Action Prefix tech
Label Action
IRI https://w3id.org/dpv/tech#Action
Type rdfs:Class, skos:Concept
Broader/Parent types tech:InputOutput
Object of relation tech:hasInputAction, tech:hasOutputAction
Definition A process or activity, which could be physical or virtual
Usage Note Action is a concept referring to activities or tasks in the context of technologies producing or using them as inputs or outputs
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.2 Actor

Term Actor Prefix tech
Label Actor
IRI https://w3id.org/dpv/tech#Actor
Type rdfs:Class, skos:Concept
Broader/Parent types dpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor
Definition Actors and Entities involved in provision, use, and management of Technology
Date Created 2022-06-15
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.1.3 Algorithm

Term Algorithm Prefix tech
Label Algorithm
IRI https://w3id.org/dpv/tech#Algorithm
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types dpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasAlgorithm
Definition A step-by-step set of instructions used to solve a problem or perform a computation
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.4 Android

Term Android Prefix tech
Label Android
IRI https://w3id.org/dpv/tech#Android
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:OStech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition Android operating system
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.5 API

Term API Prefix tech
Label API
IRI https://w3id.org/dpv/tech#API
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Algorithmdpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasAlgorithm, tech:hasAPI
Definition A set of rules and protocols to communicate and exchange data between applications
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.6 Application

Term Application Prefix tech
Label Application
IRI https://w3id.org/dpv/tech#Application
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasApplication, tech:hasSoftware
Definition Application or Application Software
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.7 ApplicationSpecificIntegratedCircuit

Term ApplicationSpecificIntegratedCircuit Prefix tech
Label ApplicationSpecificIntegratedCircuit
IRI https://w3id.org/dpv/tech#ApplicationSpecificIntegratedCircuit
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:IntegratedCircuittech:Hardwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasHardware
Definition A custom-designed integrated circuit optimised for a specific task
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.8 Application Store

Term AppStore Prefix tech
Label Application Store
IRI https://w3id.org/dpv/tech#AppStore
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Applicationtech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasApplication, tech:hasSoftware
Definition An application or platform for distribution of other applications
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.9 Audio Content

Term AudioContent Prefix tech
Label Audio Content
IRI https://w3id.org/dpv/tech#AudioContent
Type rdfs:Class, skos:Concept
Broader/Parent types tech:Contentdpv:Data
Broader/Parent types tech:Contenttech:InputOutput
Object of relation dpv:hasData
Definition Content that is or has an audio component
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.10 Auditor

Term Auditor Prefix tech
Label Auditor
IRI https://w3id.org/dpv/tech#Auditor
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Partnertech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasAuditor, tech:hasPartner
Definition Actor that audits Technology for conformance to policies, standards, or legal requirements
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.11 Bluetooth

Term Bluetooth Prefix tech
Label Bluetooth
IRI https://w3id.org/dpv/tech#Bluetooth
Type rdfs:Class, skos:Concept, tech:CommunicationMechanism
Broader/Parent types tech:Networkingtech:CommunicationMechanismdpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasCommunicationMechanism
Definition Technology utilising bluetooth
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section COMMS in TECH

10.1.12 Capability

Term Capability Prefix tech
Label Capability
IRI https://w3id.org/dpv/tech#Capability
Type rdfs:Class, skos:Concept
Object of relation tech:hasCapability
Definition Expression of what the technology is capable of achieving or providing
Usage Note Examples of capabilities are image recognition, sentiment analysis, machine translation
Examples dex:E0064 :: Indicating use of a technical measure and its implementation
Date Created 2024-05-09
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in DEX

10.1.13 Cellular Network

Term CellularNetwork Prefix tech
Label Cellular Network
IRI https://w3id.org/dpv/tech#CellularNetwork
Type rdfs:Class, skos:Concept, tech:CommunicationMechanism
Broader/Parent types tech:Networkingtech:CommunicationMechanismdpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasCommunicationMechanism
Definition Technology utilising cellular networking
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section COMMS in TECH

10.1.14 Cloud Service Provision

Term CloudService Prefix tech
Label Cloud Service Provision
IRI https://w3id.org/dpv/tech#CloudService
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types dpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology
Definition A remotely accessible service delivered over the internet for providing resources, software, or infrastructure
Date Created 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.15 Cloud Storage

Term CloudStorage Prefix tech
Label Cloud Storage
IRI https://w3id.org/dpv/tech#CloudStorage
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:DataStoragetech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition Storage utilising cloud technologies
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.16 Communication Mechanism

Term CommunicationMechanism Prefix tech
Label Communication Mechanism
IRI https://w3id.org/dpv/tech#CommunicationMechanism
Type rdfs:Class, skos:Concept
Broader/Parent types dpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasCommunicationMechanism
Definition Communication mechanism used or provided by Technology
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section CORE in TECH

10.1.17 Component

Term Component Prefix tech
Label Component
IRI https://w3id.org/dpv/tech#Component
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types dpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser, tech:isComponentOf
Object of relation dpv:isImplementedUsingTechnology, tech:hasComponent
Definition A self-contained part of a system that performs a specific function and interacts with other components
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.18 Content

Term Content Prefix tech
Label Content
IRI https://w3id.org/dpv/tech#Content
Type rdfs:Class, skos:Concept
Broader/Parent types dpv:Data
Broader/Parent types tech:InputOutput
Object of relation dpv:hasData
Definition Data or information in a particular form and structure
Usage Note Content is a concept referring to information used in the context of technologies producing or using them as inputs or outputs
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.20 Customer

Term Customer Prefix tech
Label Customer
IRI https://w3id.org/dpv/tech#Customer
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasCustomer
Definition Actor that uses Technology directly or indirectly by providing it to Users
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.21 Database

Term Database Prefix tech
Label Database
IRI https://w3id.org/dpv/tech#Database
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:DataStoragetech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition A database, database management system (DBMS), or application database
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.22 Data Storage

Term DataStorage Prefix tech
Label Data Storage
IRI https://w3id.org/dpv/tech#DataStorage
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition Technology associated with storage of data
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.23 Decision

Term Decision Prefix tech
Label Decision
IRI https://w3id.org/dpv/tech#Decision
Type rdfs:Class, skos:Concept
Broader/Parent types tech:InputOutput
Definition A conclusion or determination of an action or choice in the context of technologies
Usage Note Decision is a concept referring to activities or tasks in the context of technologies producing or using them as inputs or outputs
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.24 Deployer

Term Deployer Prefix tech
Label Deployer
IRI https://w3id.org/dpv/tech#Deployer
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasDeployer
Definition Actor that deploys Technology
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.25 Deployment Location

Term DeploymentLocation Prefix tech
Label Deployment Location
IRI https://w3id.org/dpv/tech#DeploymentLocation
Type rdfs:Class, skos:Concept
Broader/Parent types dpv:Location
Object of relation dpv:hasJurisdiction, dpv:hasLocation, tech:hasDeploymentLocation
Definition Location for where technology is deployed and used
Date Created 2022-06-15
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.1.26 Designer

Term Designer Prefix tech
Label Designer
IRI https://w3id.org/dpv/tech#Designer
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasDesigner
Definition Actor that designs Technology
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.27 Desktop PC

Term DesktopPC Prefix tech
Label Desktop PC
IRI https://w3id.org/dpv/tech#DesktopPC
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:PersonalComputertech:Devicetech:Hardwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasDevice, tech:hasHardware
Definition A non-portable or fixed personal computer
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.28 Developer

Term Developer Prefix tech
Label Developer
IRI https://w3id.org/dpv/tech#Developer
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Producertech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasDeveloper, tech:hasProducer
Definition Actor that develops Technology
Source
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.1.29 Development Plan

Term DevelopmentPlan Prefix tech
Label Development Plan
IRI https://w3id.org/dpv/tech#DevelopmentPlan
Type rdfs:Class, skos:Concept, tech:Documentation
Broader/Parent types tech:Plantech:Documentation
Object of relation tech:hasDocumentation
Definition Plan associated with developing technology
Date Created 2024-05-09
See More: section DOCS in TECH

10.1.30 Device

Term Device Prefix tech
Label Device
IRI https://w3id.org/dpv/tech#Device
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Hardwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasDevice, tech:hasHardware
Definition Device or computing device
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.31 Distributor

Term Distributor Prefix tech
Label Distributor
IRI https://w3id.org/dpv/tech#Distributor
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor
Definition Actor that distributes the Technology
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.32 Documentation

Term Documentation Prefix tech
Label Documentation
IRI https://w3id.org/dpv/tech#Documentation
Type rdfs:Class, skos:Concept
Object of relation tech:hasDocumentation
Definition Information describing use, functionality, design, or other technical aspects of the Technology
Date Created 2024-05-09
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.1.33 Evaluator

Term Evaluator Prefix tech
Label Evaluator
IRI https://w3id.org/dpv/tech#Evaluator
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Partnertech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasEvaluator, tech:hasPartner
Definition Actor that evaluates the performance of Technology
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.34 Function

Term Function Prefix tech
Label Function
IRI https://w3id.org/dpv/tech#Function
Type rdfs:Class, skos:Concept
Object of relation tech:hasFunction
Definition Expression of what goals or purposes the technology's capabilities are being used towards or developed for
Usage Note Function is a broad concept that can include purposes such as identify verification, capability such as image recognition, or specific security measures such as encryption
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section CORE in TECH

10.1.35 GNU/Linux

Term GNULinux Prefix tech
Label GNU/Linux
IRI https://w3id.org/dpv/tech#GNULinux
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:OStech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition GNU/Linux operating system
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.36 GPS

Term GPS Prefix tech
Label GPS
IRI https://w3id.org/dpv/tech#GPS
Type rdfs:Class, skos:Concept, tech:CommunicationMechanism
Broader/Parent types tech:CommunicationMechanismdpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasCommunicationMechanism
Definition Technology utilising GPS
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section COMMS in TECH

10.1.37 Guide

Term Guide Prefix tech
Label Guide
IRI https://w3id.org/dpv/tech#Guide
Type rdfs:Class, skos:Concept, tech:Documentation
Broader/Parent types tech:Documentation
Object of relation tech:hasDocumentation
Definition Documentation that provides guidance regarding the technology
Date Created 2024-05-09
See More: section DOCS in TECH

10.1.38 Hardware

Term Hardware Prefix tech
Label Hardware
IRI https://w3id.org/dpv/tech#Hardware
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types dpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasHardware
Definition Physical parts or components of the technology
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.39 Image Content

Term ImageContent Prefix tech
Label Image Content
IRI https://w3id.org/dpv/tech#ImageContent
Type rdfs:Class, skos:Concept
Broader/Parent types tech:Contentdpv:Data
Broader/Parent types tech:Contenttech:InputOutput
Object of relation dpv:hasData
Definition Content that is or has an image component
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.40 Importer

Term Importer Prefix tech
Label Importer
IRI https://w3id.org/dpv/tech#Importer
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor
Definition Actor that imports the Technology within a jurisdiction
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.41 Infrastructure as a Service (IaaS) Provision

Term Infrastructure Prefix tech
Label Infrastructure as a Service (IaaS) Provision
IRI https://w3id.org/dpv/tech#Infrastructure
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types dpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasInfrastructure
Definition The foundational hardware, software, and other resources to support the operation of systems or services
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.42 Input

Term Input Prefix tech
Label Input
IRI https://w3id.org/dpv/tech#Input
Type rdfs:Class, skos:Concept
Broader/Parent types tech:InputOutput
Object of relation tech:hasInput
Definition Input to a technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.43 Input Action

Term InputAction Prefix tech
Label Input Action
IRI https://w3id.org/dpv/tech#InputAction
Type rdfs:Class, skos:Concept
Broader/Parent types tech:Actiontech:InputOutput
Broader/Parent types tech:Inputtech:InputOutput
Object of relation tech:hasInput, tech:hasInputAction, tech:hasOutputAction
Definition Action provided as an input to a technology
Usage Note Action can mean a physical action, such as the movements involved in robotics
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.44 Input Data

Term InputData Prefix tech
Label Input Data
IRI https://w3id.org/dpv/tech#InputData
Type rdfs:Class, skos:Concept
Broader/Parent types dpv:Data
Broader/Parent types tech:Inputtech:InputOutput
Object of relation dpv:hasData, tech:hasInput, tech:hasInputData
Definition Data that is provided an input to a technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.45 Input-Output

Term InputOutput Prefix tech
Label Input-Output
IRI https://w3id.org/dpv/tech#InputOutput
Type rdfs:Class, skos:Concept
Definition [rdflib.term.Literal('Forms of inputs and outputs associated with a technology', lang='en'), rdflib.term.Literal('A broad abstract concept referring to the inputs and outputs associated with a technology', lang='en')]
Date Created 2024-12-17
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH , section IO in TECH

10.1.46 Installer

Term Installer Prefix tech
Label Installer
IRI https://w3id.org/dpv/tech#Installer
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasInstaller
Definition Actor that installs Technology
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.47 Instructions

Term Instructions Prefix tech
Label Instructions
IRI https://w3id.org/dpv/tech#Instructions
Type rdfs:Class, skos:Concept, tech:Documentation
Broader/Parent types tech:Documentation
Object of relation tech:hasDocumentation
Definition Instructions related to technology
Date Created 2024-05-09
See More: section DOCS in TECH

10.1.48 IntegratedCircuit

Term IntegratedCircuit Prefix tech
Label IntegratedCircuit
IRI https://w3id.org/dpv/tech#IntegratedCircuit
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Hardwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasHardware
Definition A integrated electronic chip containing interconnected components to perform specific functions
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.49 Intended Use

Term IntendedUse Prefix tech
Label Intended Use
IRI https://w3id.org/dpv/tech#IntendedUse
Type rdfs:Class, skos:Concept
Object of relation tech:hasIntendedUse
Definition Describes the 'intended' use of the technology
Usage Note Intended use can be used to describe how the developer or provider of technology intends it to be used e.g. use a database to store data, and to describe the plan or 'intent' to use the technology by a user or operator e.g. use a database to store and analyse data. Intended Use can involve any concept e.g. DPV's purpose, processing, tech/org measures, and can be low-level purely technical uses such as store data or high-level goals such as legal compliance. Intended Use only describes the intent or ex-ante intention, and may be different from how the technology is being actually used - which is indicated by using isImplementedUsingTechnology in a process or other relevant context.
Date Created 2024-05-22
Contributors Harshvardhan J. Pandit
See More: section CORE in TECH

10.1.50 Internet

Term Internet Prefix tech
Label Internet
IRI https://w3id.org/dpv/tech#Internet
Type rdfs:Class, skos:Concept, tech:CommunicationMechanism
Broader/Parent types tech:Networkingtech:CommunicationMechanismdpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasCommunicationMechanism
Definition Technology utilising internet
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section COMMS in TECH

10.1.51 iOS

Term iOS Prefix tech
Label iOS
IRI https://w3id.org/dpv/tech#iOS
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:OStech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition iOS operating system
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.52 Internet of Things (IoT)

Term IoT Prefix tech
Label Internet of Things (IoT)
IRI https://w3id.org/dpv/tech#IoT
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Hardwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasHardware
Definition IoT is the infrastructure of interconnected entities, people, systems and information resources together with services that process and react to information from the physical world and virtual world
Source
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.53 IoT Device

Term IoTDevice Prefix tech
Label IoT Device
IRI https://w3id.org/dpv/tech#IoTDevice
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Devicetech:Hardwaredpv:Technology
Broader/Parent types tech:IoTtech:Hardwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasDevice, tech:hasHardware
Definition An entity of an IoT system that interacts and communicates with the physical world through sensing or actuating
Source
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.54 IoT System

Term IoTSystem Prefix tech
Label IoT System
IRI https://w3id.org/dpv/tech#IoTSystem
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:IoTtech:Hardwaredpv:Technology
Broader/Parent types tech:Systemdpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasHardware, tech:hasSystem
Definition A specific system that is an implementation or application of the IoT framework and contains interconnected IoT devices and their communication network along with other hardware and software required for providing functionalities
Source
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.55 Laptop PC

Term LaptopPC Prefix tech
Label Laptop PC
IRI https://w3id.org/dpv/tech#LaptopPC
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:PersonalComputertech:Devicetech:Hardwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasDevice, tech:hasHardware
Definition A portal personal computer
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.56 License

Term License Prefix tech
Label License
IRI https://w3id.org/dpv/tech#License
Type rdfs:Class, skos:Concept
Broader/Parent types dpv:LicenseAgreementdpv:ContractByDomaindpv:Contractdpv:LegalBasis
Object of relation dpv:hasLegalBasis, tech:hasLicense
Definition A legal agreement that allows or provides a license for the use or other operations involving a technology
Usage Note This concept is derived from license agreements and contracts which are legal bases, and therefore can also be used as a legla basis
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.1.57 Lifecycle Stage

Term LifecycleStage Prefix tech
Label Lifecycle Stage
IRI https://w3id.org/dpv/tech#LifecycleStage
Type rdfs:Class, skos:Concept
Object of relation tech:hasLifecycleStage
Definition A stage within the lifecycle of technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.1.58 Local Network

Term LocalNetwork Prefix tech
Label Local Network
IRI https://w3id.org/dpv/tech#LocalNetwork
Type rdfs:Class, skos:Concept, tech:CommunicationMechanism
Broader/Parent types tech:Networkingtech:CommunicationMechanismdpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasCommunicationMechanism
Definition Technology utilising local networking
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section COMMS in TECH

10.1.59 Local Storage

Term LocalStorage Prefix tech
Label Local Storage
IRI https://w3id.org/dpv/tech#LocalStorage
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:DataStoragetech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition Storage that is local (e.g. on device)
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.60 Maintainer

Term Maintainer Prefix tech
Label Maintainer
IRI https://w3id.org/dpv/tech#Maintainer
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasMaintainer
Definition Actor that maintains Technology
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.61 Manual

Term Manual Prefix tech
Label Manual
IRI https://w3id.org/dpv/tech#Manual
Type rdfs:Class, skos:Concept, tech:Documentation
Broader/Parent types tech:Documentation
Object of relation tech:hasDocumentation
Definition Documentation that provides instructions for using, maintaining, developing, or performing other activities regarding the technology
Date Created 2024-05-09
See More: section DOCS in TECH

10.1.62 Manufacturer

Term Manufacturer Prefix tech
Label Manufacturer
IRI https://w3id.org/dpv/tech#Manufacturer
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasManufacturer
Definition Actor that manufactures Technology
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.63 Market Availability Status

Term MarketAvailabilityStatus Prefix tech
Label Market Availability Status
IRI https://w3id.org/dpv/tech#MarketAvailabilityStatus
Type rdfs:Class, skos:Concept
Broader/Parent types tech:TechnologyStatusdpv:Statusdpv:Context
Object of relation dpv:hasContext, dpv:hasStatus, tech:hasMarketAvailabilityStatus
Definition Status indicating whether Technology is available on the market
Date Created 2024-05-09
See More: section STATUS in TECH

10.1.64 Market Available

Term MarketAvailable Prefix tech
Label Market Available
IRI https://w3id.org/dpv/tech#MarketAvailable
Type rdfs:Class, skos:Concept, tech:MarketAvailabilityStatus
Broader/Parent types tech:MarketAvailabilityStatustech:TechnologyStatusdpv:Statusdpv:Context
Object of relation dpv:hasContext, dpv:hasStatus, tech:hasMarketAvailabilityStatus
Definition Status indicating Technology is available on the market
Date Created 2024-05-09
See More: section STATUS in TECH

10.1.65 Market Unavailable

Term MarketUnavailable Prefix tech
Label Market Unavailable
IRI https://w3id.org/dpv/tech#MarketUnavailable
Type rdfs:Class, skos:Concept, tech:MarketAvailabilityStatus
Broader/Parent types tech:MarketAvailabilityStatustech:TechnologyStatusdpv:Statusdpv:Context
Object of relation dpv:hasContext, dpv:hasStatus, tech:hasMarketAvailabilityStatus
Definition Status indicating Technology is unavailable on the market
Date Created 2024-05-09
See More: section STATUS in TECH

10.1.66 Mobile Phone

Term MobilePhone Prefix tech
Label Mobile Phone
IRI https://w3id.org/dpv/tech#MobilePhone
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Telephonetech:Devicetech:Hardwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasDevice, tech:hasHardware
Definition Mobile telephone
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.67 Model

Term Model Prefix tech
Label Model
IRI https://w3id.org/dpv/tech#Model
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types dpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasModel
Definition A simplified representation or abstraction of a system, process, or concept
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.68 Microsoft Windows

Term MSWindows Prefix tech
Label Microsoft Windows
IRI https://w3id.org/dpv/tech#MSWindows
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:OStech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition Microsoft Windows operating system
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.69 Networking

Term Networking Prefix tech
Label Networking
IRI https://w3id.org/dpv/tech#Networking
Type rdfs:Class, skos:Concept, tech:CommunicationMechanism
Broader/Parent types tech:CommunicationMechanismdpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasCommunicationMechanism
Definition Technology utilising networking
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section COMMS in TECH

10.1.70 Not Provided

Term NotProvided Prefix tech
Label Not Provided
IRI https://w3id.org/dpv/tech#NotProvided
Type rdfs:Class, skos:Concept, tech:ProvisionStatus
Broader/Parent types tech:ProvisionStatustech:TechnologyStatusdpv:Statusdpv:Context
Object of relation dpv:hasContext, dpv:hasStatus, tech:hasProvisionStatus
Definition Status indicating Technology has not been provided
Date Created 2024-05-09
See More: section STATUS in TECH

10.1.71 Operator

Term Operator Prefix tech
Label Operator
IRI https://w3id.org/dpv/tech#Operator
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor
Definition Actor that operates the Technology
Usage Note Operator and User are similar concepts but may refer to different actors, for example in the scenario where the user determines what actions to perform on the technology and the operator executes these actions by operating the technology
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.72 Operating System (OS)

Term OS Prefix tech
Label Operating System (OS)
IRI https://w3id.org/dpv/tech#OS
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition Software for managing hardware and other software
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.73 Output

Term Output Prefix tech
Label Output
IRI https://w3id.org/dpv/tech#Output
Type rdfs:Class, skos:Concept
Broader/Parent types tech:InputOutput
Object of relation tech:hasOutput
Definition Output from a technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.74 Output Action

Term OutputAction Prefix tech
Label Output Action
IRI https://w3id.org/dpv/tech#OutputAction
Type rdfs:Class, skos:Concept
Broader/Parent types tech:Actiontech:InputOutput
Broader/Parent types tech:Outputtech:InputOutput
Object of relation tech:hasInputAction, tech:hasOutput, tech:hasOutputAction
Definition Action produced as an output from a technology
Usage Note Action can mean a physical action, such as the movements involved in robotics
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.75 Output Data

Term OutputData Prefix tech
Label Output Data
IRI https://w3id.org/dpv/tech#OutputData
Type rdfs:Class, skos:Concept
Broader/Parent types dpv:Data
Broader/Parent types tech:Outputtech:InputOutput
Object of relation dpv:hasData, tech:hasOutput, tech:hasOutputData
Definition Data that is produced as an output from a technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.76 Owner

Term Owner Prefix tech
Label Owner
IRI https://w3id.org/dpv/tech#Owner
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasOwner
Definition Actor that owns Technology
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.77 Partner

Term Partner Prefix tech
Label Partner
IRI https://w3id.org/dpv/tech#Partner
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasPartner
Definition Actor that provides services in the context of Technology
Usage Note "Partner" is a vague term and should not be used - instead the more specific terms provided in this vocabulary should be used. Partner refers to entities that provide services for the technology (as opposed to for using the technology) - for example to further develop or refine it, or to test or audit it.
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.78 Personal Computer (PC)

Term PersonalComputer Prefix tech
Label Personal Computer (PC)
IRI https://w3id.org/dpv/tech#PersonalComputer
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Devicetech:Hardwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasDevice, tech:hasHardware
Definition A computing device intended for individual use
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.79 Plan

Term Plan Prefix tech
Label Plan
IRI https://w3id.org/dpv/tech#Plan
Type rdfs:Class, skos:Concept, tech:Documentation
Broader/Parent types tech:Documentation
Object of relation tech:hasDocumentation
Definition Plan associated with using, maintaining, developing, or performing other activities associated with technology
Date Created 2024-05-09
See More: section DOCS in TECH

10.1.80 Platform

Term Platform Prefix tech
Label Platform
IRI https://w3id.org/dpv/tech#Platform
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types dpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasPlatform
Definition A digital environment that provides tools, infrastructure, and services for developing, deploying, and running applications
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.81 Prediction

Term Prediction Prefix tech
Label Prediction
IRI https://w3id.org/dpv/tech#Prediction
Type rdfs:Class, skos:Concept
Broader/Parent types tech:InputOutput
Definition An inference or prediction of an action or data or decision in the context of technologies
Usage Note Prediction is a concept referring to activities or tasks in the context of technologies producing or using them as inputs or outputs
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.82 Producer

Term Producer Prefix tech
Label Producer
IRI https://w3id.org/dpv/tech#Producer
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasProducer
Definition Actor that produces Technology
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.83 Provided

Term Provided Prefix tech
Label Provided
IRI https://w3id.org/dpv/tech#Provided
Type rdfs:Class, skos:Concept, tech:ProvisionStatus
Broader/Parent types tech:ProvisionStatustech:TechnologyStatusdpv:Statusdpv:Context
Object of relation dpv:hasContext, dpv:hasStatus, tech:hasProvisionStatus
Definition Status indicating Technology has been provided
Date Created 2024-05-09
See More: section STATUS in TECH

10.1.84 Provided as AlgorithmicProvision

Term ProvidedAsAlgorithmic Prefix tech
Label Provided as AlgorithmicProvision
IRI https://w3id.org/dpv/tech#ProvidedAsAlgorithmic
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as an algorithm or method
Date Created 2022-06-15
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.85 Provided as Compute as a Service (CaaS)Provision

Term ProvidedAsCaaS Prefix tech
Label Provided as Compute as a Service (CaaS)Provision
IRI https://w3id.org/dpv/tech#ProvidedAsCaaS
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvidedAsCloudServicetech:ProvidedAsServicetech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a cloud service consisting of managed compute resources
Date Created 2024-05-09
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.86 Provided as Cloud ServiceProvision

Term ProvidedAsCloudService Prefix tech
Label Provided as Cloud ServiceProvision
IRI https://w3id.org/dpv/tech#ProvidedAsCloudService
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvidedAsServicetech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a cloud service
Date Created 2024-05-09
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.87 Provided as ComponentProvision

Term ProvidedAsComponent Prefix tech
Label Provided as ComponentProvision
IRI https://w3id.org/dpv/tech#ProvidedAsComponent
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a component
Date Created 2022-06-15
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.88 Provided as Fixed UseProvision

Term ProvidedAsFixedUse Prefix tech
Label Provided as Fixed UseProvision
IRI https://w3id.org/dpv/tech#ProvidedAsFixedUse
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided for using a fixed number of times
Date Created 2022-06-15
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.89 Provided as GoodsProvision

Term ProvidedAsGoods Prefix tech
Label Provided as GoodsProvision
IRI https://w3id.org/dpv/tech#ProvidedAsGoods
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided or used as goods
Date Created 2022-06-15
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.90 Provided as Hybrid Cloud ServiceProvision

Term ProvidedAsHybridCloudService Prefix tech
Label Provided as Hybrid Cloud ServiceProvision
IRI https://w3id.org/dpv/tech#ProvidedAsHybridCloudService
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvidedAsPrivateCloudServicetech:ProvidedAsCloudServicetech:ProvidedAsServicetech:ProvisionMethoddpv:Technology
Broader/Parent types tech:ProvidedAsPublicCloudServicetech:ProvidedAsCloudServicetech:ProvidedAsServicetech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a cloud service that is both private and public in parts
Date Created 2024-05-09
Date Modified 2024-12-01
Contributors Tek Raj Chhetri
See More: section PROVISION in TECH

10.1.91 Provided as Infrastructure as a Service (IaaS)Provision

Term ProvidedAsIaaS Prefix tech
Label Provided as Infrastructure as a Service (IaaS)Provision
IRI https://w3id.org/dpv/tech#ProvidedAsIaaS
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvidedAsCloudServicetech:ProvidedAsServicetech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a cloud service consisting of managed infrastructure resources
Date Created 2024-05-09
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.92 Provided as Mobile backend as a ServiceProvision

Term ProvidedAsMBaaS Prefix tech
Label Provided as Mobile backend as a ServiceProvision
IRI https://w3id.org/dpv/tech#ProvidedAsMBaaS
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvidedAsCloudServicetech:ProvidedAsServicetech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a cloud service consisting of managed 'backend' services for mobile users
Date Created 2024-05-09
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.93 Provided as Platform as a Service (PaaS)Provision

Term ProvidedAsPaaS Prefix tech
Label Provided as Platform as a Service (PaaS)Provision
IRI https://w3id.org/dpv/tech#ProvidedAsPaaS
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvidedAsCloudServicetech:ProvidedAsServicetech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a cloud service consisting of managed platform resources
Date Created 2024-05-09
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.94 Provided as Private Cloud ServiceProvision

Term ProvidedAsPrivateCloudService Prefix tech
Label Provided as Private Cloud ServiceProvision
IRI https://w3id.org/dpv/tech#ProvidedAsPrivateCloudService
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvidedAsCloudServicetech:ProvidedAsServicetech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a cloud service that is private
Date Created 2024-05-09
Date Modified 2024-12-01
Contributors Tek Raj Chhetri
See More: section PROVISION in TECH

10.1.95 Provided as ProductProvision

Term ProvidedAsProduct Prefix tech
Label Provided as ProductProvision
IRI https://w3id.org/dpv/tech#ProvidedAsProduct
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a product
Date Created 2022-06-15
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.96 Provided as Public Cloud ServiceProvision

Term ProvidedAsPublicCloudService Prefix tech
Label Provided as Public Cloud ServiceProvision
IRI https://w3id.org/dpv/tech#ProvidedAsPublicCloudService
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvidedAsCloudServicetech:ProvidedAsServicetech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a cloud service that is public
Date Created 2024-05-09
Date Modified 2024-12-01
Contributors Tek Raj Chhetri
See More: section PROVISION in TECH

10.1.97 Provided as Software as a Service (SaaS)Provision

Term ProvidedAsSaaS Prefix tech
Label Provided as Software as a Service (SaaS)Provision
IRI https://w3id.org/dpv/tech#ProvidedAsSaaS
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvidedAsCloudServicetech:ProvidedAsServicetech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a cloud service consisting of managed software resources
Date Created 2024-05-09
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.98 Provided as Serverless ComputingProvision

Term ProvidedAsServerlessComputing Prefix tech
Label Provided as Serverless ComputingProvision
IRI https://w3id.org/dpv/tech#ProvidedAsServerlessComputing
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvidedAsCloudServicetech:ProvidedAsServicetech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a cloud service consisting of fully managed servers for executing functions
Date Created 2024-05-09
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.99 Provided as ServiceProvision

Term ProvidedAsService Prefix tech
Label Provided as ServiceProvision
IRI https://w3id.org/dpv/tech#ProvidedAsService
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided or used as service(s)
Date Created 2022-06-15
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.100 Provided as SubscriptionProvision

Term ProvidedAsSubscription Prefix tech
Label Provided as SubscriptionProvision
IRI https://w3id.org/dpv/tech#ProvidedAsSubscription
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology that is provided or used as a periodic subscription
Date Created 2022-06-15
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.101 Provided as SystemProvision

Term ProvidedAsSystem Prefix tech
Label Provided as SystemProvision
IRI https://w3id.org/dpv/tech#ProvidedAsSystem
Type rdfs:Class, skos:Concept, tech:ProvisionMethod
Broader/Parent types tech:ProvisionMethoddpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Technology provided as a system
Date Created 2022-06-15
Date Modified 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section PROVISION in TECH

10.1.102 Provider

Term Provider Prefix tech
Label Provider
IRI https://w3id.org/dpv/tech#Provider
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasProvider
Definition Actor that provides Technology
Source
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.1.103 Provision Method

Term ProvisionMethod Prefix tech
Label Provision Method
IRI https://w3id.org/dpv/tech#ProvisionMethod
Type rdfs:Class, skos:Concept
Broader/Parent types dpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasProvisionMethod
Definition Method associated with provision or use of technology
Date Created 2022-06-15
Date Modified 2024-05-09
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.1.104 Provision Status

Term ProvisionStatus Prefix tech
Label Provision Status
IRI https://w3id.org/dpv/tech#ProvisionStatus
Type rdfs:Class, skos:Concept
Broader/Parent types tech:TechnologyStatusdpv:Statusdpv:Context
Object of relation dpv:hasContext, dpv:hasStatus, tech:hasProvisionStatus
Definition Status indicating whether Technology has been provided
Date Created 2024-05-09
See More: section STATUS in TECH

10.1.105 Purchaser

Term Purchaser Prefix tech
Label Purchaser
IRI https://w3id.org/dpv/tech#Purchaser
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasPurchaser
Definition Actor that purchases Technology
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.106 Recommendation

Term Recommendation Prefix tech
Label Recommendation
IRI https://w3id.org/dpv/tech#Recommendation
Type rdfs:Class, skos:Concept
Broader/Parent types tech:InputOutput
Definition A recommendation or suggestion of an action or decision or choice in the context of technologies
Usage Note Recommendation is a concept referring to activities or tasks in the context of technologies producing or using them as inputs or outputs
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.107 Service

Term Service Prefix tech
Label Service
IRI https://w3id.org/dpv/tech#Service
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types dpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasService
Definition The carrying out of a specific task or set of tasks as a service
Usage Note This concept is distinct from dpv:Service as it represents the notion of a technical service whereas dpv:Service can also refer to organisational, legal, social, and other meanings of service
Date Created 2024-12-01
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.108 Smartphone

Term Smartphone Prefix tech
Label Smartphone
IRI https://w3id.org/dpv/tech#Smartphone
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:MobilePhonetech:Telephonetech:Devicetech:Hardwaredpv:Technology
Broader/Parent types tech:PersonalComputertech:Devicetech:Hardwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasDevice, tech:hasHardware
Definition A combination of a mobile phone with computing capabilities similar to a PC
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.109 Smartphone Application

Term SmartphoneApplication Prefix tech
Label Smartphone Application
IRI https://w3id.org/dpv/tech#SmartphoneApplication
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Applicationtech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasApplication, tech:hasSoftware
Definition A computing or digital program on a smartphone device
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.110 Software

Term Software Prefix tech
Label Software
IRI https://w3id.org/dpv/tech#Software
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types dpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition Virtual parts or components of the technology such as programs and data
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.111 SoftwareFramework

Term SoftwareFramework Prefix tech
Label SoftwareFramework
IRI https://w3id.org/dpv/tech#SoftwareFramework
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition An opinionated collection of functions and architecture design choices for building applications
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.112 SoftwareLibrary

Term SoftwareLibrary Prefix tech
Label SoftwareLibrary
IRI https://w3id.org/dpv/tech#SoftwareLibrary
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Softwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSoftware
Definition A collection of pre-built and reusable functions for use in development and management of software
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.113 Specification

Term Specification Prefix tech
Label Specification
IRI https://w3id.org/dpv/tech#Specification
Type rdfs:Class, skos:Concept, tech:Documentation
Broader/Parent types tech:Documentation
Object of relation tech:hasDocumentation
Definition Documentation that specifies requirements that must be satisfied by the technology
Date Created 2024-05-09
See More: section DOCS in TECH

10.1.114 Subject

Term Subject Prefix tech
Label Subject
IRI https://w3id.org/dpv/tech#Subject
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasSubject
Definition Actor that is subjected to the use or impact of Technology
Usage Note Subject can be a human or non-human entity. To explicitly indicate that the subject is a human, and to reuse DPV's human subject taxonomy, the tech:Subject should also be defined as an instance or category of dpv:HumanSubject
Source
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.1.115 Supplier

Term Supplier Prefix tech
Label Supplier
IRI https://w3id.org/dpv/tech#Supplier
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasSupplier
Definition Actor that supplies Technology
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.116 System

Term System Prefix tech
Label System
IRI https://w3id.org/dpv/tech#System
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types dpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasSystem
Definition A collection of components that interact to achieve a specific goal or function
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.117 System Integrator

Term SystemIntegrator Prefix tech
Label System Integrator
IRI https://w3id.org/dpv/tech#SystemIntegrator
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Partnertech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasPartner, tech:hasSystemIntegrator
Definition Actor that integrates Technology in to (larger) systems
Source
Date Created 2024-05-09
See More: section ACTORS in TECH

10.1.118 Technology Readiness Level (TRL)

Term TechnologyReadinessLevel Prefix tech
Label Technology Readiness Level (TRL)
IRI https://w3id.org/dpv/tech#TechnologyReadinessLevel
Type rdfs:Class, skos:Concept
Broader/Parent types tech:TechnologyStatusdpv:Statusdpv:Context
Object of relation dpv:hasContext, dpv:hasStatus, tech:hasTRL
Definition Indication of maturity of Technology (ISO 16290:2013)
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section STATUS in TECH

10.1.119 Technology Status

Term TechnologyStatus Prefix tech
Label Technology Status
IRI https://w3id.org/dpv/tech#TechnologyStatus
Type rdfs:Class, skos:Concept
Broader/Parent types dpv:Statusdpv:Context
Object of relation dpv:hasContext, dpv:hasStatus
Definition Status associated with development, deployment, and use of technology
Date Created 2024-05-31
See More: section STATUS in TECH

10.1.120 Telephone

Term Telephone Prefix tech
Label Telephone
IRI https://w3id.org/dpv/tech#Telephone
Type rdfs:Class, skos:Concept, dpv:Technology
Broader/Parent types tech:Devicetech:Hardwaredpv:Technology
Subject of relation tech:hasActor, tech:hasAlgorithm, tech:hasAPI, tech:hasApplication, tech:hasAuditor, tech:hasCapability, tech:hasCommunicationMechanism, tech:hasCustomer, tech:hasDeployer, tech:hasDeploymentLocation, tech:hasDesigner, tech:hasDeveloper, tech:hasDevice, tech:hasDocumentation, tech:hasEvaluator, tech:hasFunction, tech:hasHardware, tech:hasInfrastructure, tech:hasInput, tech:hasInputAction, tech:hasInputData, tech:hasInstaller, tech:hasIntendedUse, tech:hasLicense, tech:hasLifecycleStage, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, tech:hasModel, tech:hasOutput, tech:hasOutputAction, tech:hasOutputData, tech:hasOwner, tech:hasPartner, tech:hasPlatform, tech:hasProducer, tech:hasProvider, tech:hasProvisionMethod, tech:hasProvisionStatus, tech:hasPurchaser, tech:hasService, tech:hasSoftware, tech:hasSubject, tech:hasSupplier, tech:hasSystem, tech:hasSystemIntegrator, tech:hasTRL, tech:hasUser
Object of relation dpv:isImplementedUsingTechnology, tech:hasDevice, tech:hasHardware
Definition Telephone
Date Created 2022-06-15
Contributors Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.1.121 Testing Plan

Term TestingPlan Prefix tech
Label Testing Plan
IRI https://w3id.org/dpv/tech#TestingPlan
Type rdfs:Class, skos:Concept, tech:Documentation
Broader/Parent types tech:Plantech:Documentation
Object of relation tech:hasDocumentation
Definition Plan associated with testing technology
Date Created 2024-05-09
See More: section DOCS in TECH

10.1.122 Textual Content

Term TextualContent Prefix tech
Label Textual Content
IRI https://w3id.org/dpv/tech#TextualContent
Type rdfs:Class, skos:Concept
Broader/Parent types tech:Contentdpv:Data
Broader/Parent types tech:Contenttech:InputOutput
Object of relation dpv:hasData
Definition Content that is or has a textual component
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.123 User

Term User Prefix tech
Label User
IRI https://w3id.org/dpv/tech#User
Type rdfs:Class, skos:Concept, tech:Actor
Broader/Parent types tech:Customertech:Actordpv:Entity
Object of relation dpv:hasActiveEntity, dpv:hasEntity, dpv:hasNonInvolvedEntity, dpv:hasPassiveEntity, dpv:hasResponsibleEntity, dpv:isDeterminedByEntity, dpv:isImplementedByEntity, dpv:isIndicatedBy, dpv:isOrganistionalUnitOf, dpv:isRepresentativeFor, tech:hasCustomer, tech:hasUser
Definition Actor that uses Technology
Source
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.1.124 Video Content

Term VideoContent Prefix tech
Label Video Content
IRI https://w3id.org/dpv/tech#VideoContent
Type rdfs:Class, skos:Concept
Broader/Parent types tech:Contentdpv:Data
Broader/Parent types tech:Contenttech:InputOutput
Object of relation dpv:hasData
Definition Content that is or has a video component
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section IO in TECH

10.1.125 WiFi

Term WiFi Prefix tech
Label WiFi
IRI https://w3id.org/dpv/tech#WiFi
Type rdfs:Class, skos:Concept, tech:CommunicationMechanism
Broader/Parent types tech:Networkingtech:CommunicationMechanismdpv:Technology
Object of relation dpv:isImplementedUsingTechnology, tech:hasCommunicationMechanism
Definition Technology utilising wifi wireless networking
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section COMMS in TECH

10.2 Properties

10.2.1 has actor

Term hasActor Prefix tech
Label has actor
IRI https://w3id.org/dpv/tech#hasActor
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:TechnologyActor
Definition Indicates an actor associated with technology
Date Created 2022-10-21
Date Modified 2024-05-17
Contributors Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.2 has algorithm

Term hasAlgorithm Prefix tech
Label has algorithm
IRI https://w3id.org/dpv/tech#hasAlgorithm
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Algorithm
Definition Indicates the technology has or uses the associated algorithm
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.3 has api

Term hasAPI Prefix tech
Label has api
IRI https://w3id.org/dpv/tech#hasAPI
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:API
Definition Indicates the technology has or uses the associated api
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.4 has application

Term hasApplication Prefix tech
Label has application
IRI https://w3id.org/dpv/tech#hasApplication
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Application
Definition Indicates the technology has or uses the associated application
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.5 has auditor

Term hasAuditor Prefix tech
Label has auditor
IRI https://w3id.org/dpv/tech#hasAuditor
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Auditor
Definition Indicates technology auditor
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.6 has capability

Term hasCapability Prefix tech
Label has capability
IRI https://w3id.org/dpv/tech#hasCapability
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Capability
Definition Indicates the capability of the technology
Examples dex:E0064 :: Indicating use of a technical measure and its implementation
Date Created 2024-05-09
See More: section CORE in DEX

10.2.7 has communication mechanism

Term hasCommunicationMechanism Prefix tech
Label has communication mechanism
IRI https://w3id.org/dpv/tech#hasCommunicationMechanism
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:CommunicationMechanism
Definition Indicates communication mechanisms used or provided by technology
Date Created 2022-07-02
Contributors Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.8 has component

Term hasComponent Prefix tech
Label has component
IRI https://w3id.org/dpv/tech#hasComponent
Type rdf:Property, skos:Concept
Domain includes dpv:System
Range includes tech:Component
Definition Indicates the system has or uses the associated component
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.9 has customer

Term hasCustomer Prefix tech
Label has customer
IRI https://w3id.org/dpv/tech#hasCustomer
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Customer
Definition Indicates technology customer
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.10 has deployer

Term hasDeployer Prefix tech
Label has deployer
IRI https://w3id.org/dpv/tech#hasDeployer
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Deployer
Definition Indicates technology deployer
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.11 has deployment location

Term hasDeploymentLocation Prefix tech
Label has deployment location
IRI https://w3id.org/dpv/tech#hasDeploymentLocation
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:DeploymentLocation
Definition Specifies the location of technology deployment and use
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.12 has designer

Term hasDesigner Prefix tech
Label has designer
IRI https://w3id.org/dpv/tech#hasDesigner
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Designer
Definition Indicates technology designer
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.13 has developer

Term hasDeveloper Prefix tech
Label has developer
IRI https://w3id.org/dpv/tech#hasDeveloper
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Developer
Definition Indicates technology developer
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.14 has device

Term hasDevice Prefix tech
Label has device
IRI https://w3id.org/dpv/tech#hasDevice
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasHardware
Sub-property of tech:hasHardware
Domain includes dpv:Technology
Range includes tech:Device
Definition Indicates the technology has or uses the associated device
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.15 has documentation

Term hasDocumentation Prefix tech
Label has documentation
IRI https://w3id.org/dpv/tech#hasDocumentation
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Documentation
Definition Indicates documentation associated with technology
Date Created 2024-06-29
Contributors Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.16 has evaluator

Term hasEvaluator Prefix tech
Label has evaluator
IRI https://w3id.org/dpv/tech#hasEvaluator
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Evaluator
Definition Indicates technology evaluator
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.17 has function

Term hasFunction Prefix tech
Label has function
IRI https://w3id.org/dpv/tech#hasFunction
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Function
Definition Indicates the function of the technology
Date Created 2024-05-09
See More: section CORE in TECH

10.2.18 has hardware

Term hasHardware Prefix tech
Label has hardware
IRI https://w3id.org/dpv/tech#hasHardware
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Hardware
Definition Indicates the technology has or uses the associated hardware
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.19 has infrastructure

Term hasInfrastructure Prefix tech
Label has infrastructure
IRI https://w3id.org/dpv/tech#hasInfrastructure
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Infrastructure
Definition Indicates the technology has or uses the associated infrastructure
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.20 has input

Term hasInput Prefix tech
Label has input
IRI https://w3id.org/dpv/tech#hasInput
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Input
Definition Indicates the input associated with the technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.21 has input action

Term hasInputAction Prefix tech
Label has input action
IRI https://w3id.org/dpv/tech#hasInputAction
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasInput
Sub-property of tech:hasInput
Domain includes dpv:Technology
Range includes tech:Action
Definition Indicates the input action associated with the technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.22 has input data

Term hasInputData Prefix tech
Label has input data
IRI https://w3id.org/dpv/tech#hasInputData
Type rdf:Property, skos:Concept
Broader/Parent types dpv:hasData
Broader/Parent types tech:hasInput
Sub-property of dpv:hasDatatech:hasInput
Domain includes dpv:Technology
Range includes tech:InputData
Definition Indicates the input data associated with the technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.23 has installer

Term hasInstaller Prefix tech
Label has installer
IRI https://w3id.org/dpv/tech#hasInstaller
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Installer
Definition Indicates technology installer
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.24 has intended use

Term hasIntendedUse Prefix tech
Label has intended use
IRI https://w3id.org/dpv/tech#hasIntendedUse
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:IntendedUse
Definition Indicates the intended use of technology
Date Created 2024-05-22
Contributors Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.25 has license

Term hasLicense Prefix tech
Label has license
IRI https://w3id.org/dpv/tech#hasLicense
Type rdf:Property, skos:Concept
Broader/Parent types dpv:hasLegalBasis
Sub-property of dpv:hasLegalBasis
Domain includes dpv:Technology
Range includes tech:License
Definition Indicates the license associated with the technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.26 has lifecycle stage

Term hasLifecycleStage Prefix tech
Label has lifecycle stage
IRI https://w3id.org/dpv/tech#hasLifecycleStage
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:LifecycleStage
Definition Indicates the lifecycle stage associated with the technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.27 has maintainer

Term hasMaintainer Prefix tech
Label has maintainer
IRI https://w3id.org/dpv/tech#hasMaintainer
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Maintainer
Definition Indicates technology maintainer
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.28 has manufacturer

Term hasManufacturer Prefix tech
Label has manufacturer
IRI https://w3id.org/dpv/tech#hasManufacturer
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Manufacturer
Definition Indicates technology manufacturer
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.29 has market availability status

Term hasMarketAvailabilityStatus Prefix tech
Label has market availability status
IRI https://w3id.org/dpv/tech#hasMarketAvailabilityStatus
Type rdf:Property, skos:Concept
Broader/Parent types dpv:hasStatus
Sub-property of dpv:hasStatus
Domain includes dpv:Technology
Range includes tech:MarketAvailabilityStatus
Definition Indicates whether the technology is available on the market
Date Created 2024-05-09
See More: section STATUS in TECH

10.2.30 has model

Term hasModel Prefix tech
Label has model
IRI https://w3id.org/dpv/tech#hasModel
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Model
Definition Indicates the technology has or uses the associated model
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.31 has output

Term hasOutput Prefix tech
Label has output
IRI https://w3id.org/dpv/tech#hasOutput
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Output
Definition Indicates the output associated with the technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.32 has output action

Term hasOutputAction Prefix tech
Label has output action
IRI https://w3id.org/dpv/tech#hasOutputAction
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasOutput
Sub-property of tech:hasOutput
Domain includes dpv:Technology
Range includes tech:Action
Definition Indicates the output action associated with the technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.33 has output data

Term hasOutputData Prefix tech
Label has output data
IRI https://w3id.org/dpv/tech#hasOutputData
Type rdf:Property, skos:Concept
Broader/Parent types dpv:hasData
Broader/Parent types tech:hasOutput
Sub-property of dpv:hasDatatech:hasOutput
Domain includes dpv:Technology
Range includes tech:OutputData
Definition Indicates the output data associated with the technology
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.34 has owner

Term hasOwner Prefix tech
Label has owner
IRI https://w3id.org/dpv/tech#hasOwner
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Owner
Definition Indicates technology owner
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.35 has partner

Term hasPartner Prefix tech
Label has partner
IRI https://w3id.org/dpv/tech#hasPartner
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Partner
Definition Indicates technology partner
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.36 has platform

Term hasPlatform Prefix tech
Label has platform
IRI https://w3id.org/dpv/tech#hasPlatform
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Platform
Definition Indicates the technology has or uses the associated platform
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.37 has producer

Term hasProducer Prefix tech
Label has producer
IRI https://w3id.org/dpv/tech#hasProducer
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Producer
Definition Indicates technology producer
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.38 has provider

Term hasProvider Prefix tech
Label has provider
IRI https://w3id.org/dpv/tech#hasProvider
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Provider
Definition Indicates technology provider
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.39 has provision method

Term hasProvisionMethod Prefix tech
Label has provision method
IRI https://w3id.org/dpv/tech#hasProvisionMethod
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:ProvisionMethod
Definition Specifies the provision or usage method of technology
Date Created 2022-07-02
Contributors Harshvardhan J. Pandit
See More: section CORE in TECH

10.2.40 has provision status

Term hasProvisionStatus Prefix tech
Label has provision status
IRI https://w3id.org/dpv/tech#hasProvisionStatus
Type rdf:Property, skos:Concept
Broader/Parent types dpv:hasStatus
Sub-property of dpv:hasStatus
Domain includes dpv:Technology
Range includes tech:ProvisionStatus
Definition Indicates whether the technology has been provided
Date Created 2024-05-09
See More: section STATUS in TECH

10.2.41 has purchaser

Term hasPurchaser Prefix tech
Label has purchaser
IRI https://w3id.org/dpv/tech#hasPurchaser
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Purchaser
Definition Indicates technology purchaser
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.42 has service

Term hasService Prefix tech
Label has service
IRI https://w3id.org/dpv/tech#hasService
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Service
Definition Indicates the technology has or uses the associated service
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.43 has software

Term hasSoftware Prefix tech
Label has software
IRI https://w3id.org/dpv/tech#hasSoftware
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:Software
Definition Indicates the technology has or uses the associated software
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.44 has subject

Term hasSubject Prefix tech
Label has subject
IRI https://w3id.org/dpv/tech#hasSubject
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Subject
Definition Indicates technology subject
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.45 has supplier

Term hasSupplier Prefix tech
Label has supplier
IRI https://w3id.org/dpv/tech#hasSupplier
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:Supplier
Definition Indicates technology supplier
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.46 has system

Term hasSystem Prefix tech
Label has system
IRI https://w3id.org/dpv/tech#hasSystem
Type rdf:Property, skos:Concept
Domain includes dpv:Technology
Range includes tech:System
Definition Indicates the technology has or uses the associated system
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.2.47 has system integrator

Term hasSystemIntegrator Prefix tech
Label has system integrator
IRI https://w3id.org/dpv/tech#hasSystemIntegrator
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:SystemIntegrator
Definition Indicates technology system integrator
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.48 has TRL

Term hasTRL Prefix tech
Label has TRL
IRI https://w3id.org/dpv/tech#hasTRL
Type rdf:Property, skos:Concept
Broader/Parent types dpv:hasStatus
Sub-property of dpv:hasStatus
Domain includes dpv:Technology
Range includes tech:TechnologyReadinessLevel
Definition Indicates technology maturity level
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section STATUS in TECH

10.2.49 has user

Term hasUser Prefix tech
Label has user
IRI https://w3id.org/dpv/tech#hasUser
Type rdf:Property, skos:Concept
Broader/Parent types tech:hasActor
Sub-property of tech:hasActor
Domain includes dpv:Technology
Range includes tech:User
Definition Indicates technology user
Date Created 2024-05-09
Contributors Harshvardhan J. Pandit
See More: section ACTORS in TECH

10.2.50 is component of

Term isComponentOf Prefix tech
Label is component of
IRI https://w3id.org/dpv/tech#isComponentOf
Type rdf:Property, skos:Concept
Domain includes tech:Component
Range includes dpv:System
Definition Indicates the component is part of the associated system
Date Created 2024-12-01
Contributors Delaram Golpayegani, Harshvardhan J. Pandit
See More: section TOOLS in TECH

10.3 External

DPV uses the following terms from [RDF] and [RDFS] with their defined meanings:

The following external concepts are re-used within DPV:

Funding Acknowledgements

Funding Sponsors

The DPVCG was established as part of the SPECIAL H2020 Project, which received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 731601 from 2017 to 2019.

Harshvardhan J. Pandit was funded to work on DPV from 2020 to 2022 by the Irish Research Council's Government of Ireland Postdoctoral Fellowship Grant#GOIPD/2020/790.

The ADAPT SFI Centre for Digital Media Technology is funded by Science Foundation Ireland through the SFI Research Centres Programme and is co-funded under the European Regional Development Fund (ERDF) through Grant#13/RC/2106 (2018 to 2020) and Grant#13/RC/2106_P2 (2021 onwards).

Funding Acknowledgements for Contributors

The contributions of Beatriz Esteves and Delaram Golpayegani have received funding through the PROTECT ITN Project from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No 813497, in particular through the development of AI Risk Ontology (AIRO) and Vocabulary of AI Risks (VAIR) which have been integrated in to this extension. Beatriz Esteves is funded by SolidLab Vlaanderen (Flemish Government, EWI and RRF project VV023/10), and by the imec.icon project PACSOI (HBC.2023.0752) which was co-financed by imec and VLAIO. Julian Flake received funding from the TITAN project funded under European Union’s Horizon Europe Framework Programme grant#101129822 and from the European Union’s Digital Europe Programme grant#101123471 (EDGE-Skills).

The contributions of Harshvardhan J. Pandit have been made with the financial support of Science Foundation Ireland under Grant Agreement No. 13/RC/2106_P2 at the ADAPT SFI Research Centre.

A. Issue summary

There are no issues listed in this specification.

B. Changelog for v2.1

total terms: 192 ; added: 71 ; removed: 14 ;

The changelog provides more information on concepts that have been added/removed in this version. Below is a summary of the changes.

C. References

C.1 Informative references

[AI]
AI Technology concepts for DPV. URL: https://w3id.org/dpv/ai
[AIAct]
Artificial Intelligence Act (AI Act). URL: http://data.europa.eu/eli/reg/2024/1689/oj
[DCT]
DCMI Metadata Terms (DCT). URL: https://www.dublincore.org/specifications/dublin-core/dcmi-terms/
[DPV]
Data Privacy Vocabulary (DPV) Specification. URL: https://w3id.org/dpv
[EU-AIAct]
EU AI Act concepts for DPV. URL: https://w3id.org/dpv/legal/eu/aiact
[GUIDES]
Guides for DPV. URL: https://w3id.org/dpv/guides
[JUSTIFICATIONS]
Concepts representing Justifications for DPV. URL: https://w3id.org/dpv/justifications
Legal Jurisdiction-relevant concepts for DPV. URL: https://w3id.org/dpv/legal
[LOC]
Location and Geo-Political Membership concepts for DPV. URL: https://w3id.org/dpv/loc
[NIS2]
Network Information Security Directive (NIS2). URL: http://data.europa.eu/eli/dir/2022/2555/2022-12-27
[PD]
Personal Data categories for DPV. URL: https://w3id.org/dpv/pd
[PRIMER]
Primer for Data Privacy Vocabulary. URL: https://w3id.org/dpv/primer
[RDF]
RDF 1.1 Concepts and Abstract Syntax. URL: https://www.w3.org/TR/rdf11-concepts/
[RDFS]
RDF Schema 1.1. URL: https://www.w3.org/TR/rdf-schema/
[RISK]
Risk Assessment and Management concepts for DPV. URL: https://w3id.org/dpv/risk
[SECTOR]
Sector-specific Extensions for DPV. URL: https://w3id.org/dpv/sector
[TECH]
Technology concepts for DPV. URL: https://w3id.org/dpv/tech