From df0629124b53091371232591805b28e9e644ae9d Mon Sep 17 00:00:00 2001 From: Harshvardhan Pandit Date: Thu, 23 May 2024 11:48:03 +0100 Subject: [PATCH] adds IntendedUse to TECH, revises TECH concepts - adds IntendedUse and hasIntendedUse to indicate the goal or purpose of technology without conflicting with other DPV concepts such as Purpose while still permitting flexibility in use; closes #85 - completes revision of cloud concepts; closes #47 --- code/jinja2_resources/template_tech.jinja2 | 92 +- code/vocab_csv/tech-core-properties.csv | 2 +- code/vocab_csv/tech-core.csv | 1 + code/vocab_csv/tech-provision.csv | 4 +- code/vocab_csv/tech.xlsx | Bin 46591 -> 47201 bytes tech/index-en.html | 562 ++- tech/index.html | 562 ++- tech/modules/actors-owl.jsonld | 1306 +++---- tech/modules/actors-owl.owl | 780 ++-- tech/modules/actors.jsonld | 1626 ++++----- tech/modules/actors.rdf | 566 +-- tech/modules/comms-owl.jsonld | 528 +-- tech/modules/comms-owl.owl | 246 +- tech/modules/comms.jsonld | 490 +-- tech/modules/comms.rdf | 132 +- tech/modules/core-owl.jsonld | 841 +++-- tech/modules/core-owl.n3 | 24 + tech/modules/core-owl.owl | 392 +- tech/modules/core-owl.ttl | 24 + tech/modules/core.jsonld | 715 ++-- tech/modules/core.n3 | 26 + tech/modules/core.rdf | 300 +- tech/modules/core.ttl | 26 + tech/modules/docs-owl.jsonld | 474 +-- tech/modules/docs-owl.owl | 236 +- tech/modules/docs.jsonld | 474 +-- tech/modules/docs.rdf | 134 +- tech/modules/provision-owl.jsonld | 708 ++-- tech/modules/provision-owl.n3 | 4 +- tech/modules/provision-owl.owl | 390 +- tech/modules/provision-owl.ttl | 4 +- tech/modules/provision.jsonld | 702 ++-- tech/modules/provision.n3 | 4 +- tech/modules/provision.rdf | 326 +- tech/modules/provision.ttl | 4 +- tech/modules/status-owl.jsonld | 570 +-- tech/modules/status-owl.owl | 278 +- tech/modules/status.jsonld | 790 ++-- tech/modules/status.rdf | 222 +- tech/modules/tools-owl.jsonld | 714 ++-- tech/modules/tools-owl.owl | 390 +- tech/modules/tools.jsonld | 818 ++--- tech/modules/tools.rdf | 352 +- tech/tech-en.html | 562 ++- tech/tech-owl.html | 215 +- tech/tech-owl.jsonld | 3569 +++++++++--------- tech/tech-owl.n3 | 28 +- tech/tech-owl.owl | 1968 +++++----- tech/tech-owl.ttl | 28 +- tech/tech.html | 562 ++- tech/tech.jsonld | 3793 ++++++++++---------- tech/tech.n3 | 36 +- tech/tech.rdf | 1802 +++++----- tech/tech.ttl | 36 +- 54 files changed, 15558 insertions(+), 13880 deletions(-) diff --git a/code/jinja2_resources/template_tech.jinja2 b/code/jinja2_resources/template_tech.jinja2 index c061e7c44..7933d8400 100644 --- a/code/jinja2_resources/template_tech.jinja2 +++ b/code/jinja2_resources/template_tech.jinja2 @@ -64,33 +64,38 @@
-

The [[[DPV]]] provides a rich taxonomy of concepts which includes Technology. While it enables expression of how some technology is applied within the context of personal data and its processing, there is a need for further specific details regarding technologies, their management, and relevance to actual real-world tools and systems. DPV-TECH provides such concepts associated with Technologies as an extension to DPV concepts.

-

The namespace for terms in dpv-tech is https://www.w3id.org/dpv/dpv-tech#
- The suggested prefix for the namespace is dpv-tech
- The DPV-TECH vocabulary and its documentation is available on GitHub.

+

The [[[DPV]]] provides a rich taxonomy of concepts which includes Technology. While it enables expression of how some technology is applied within the context of personal data and its processing, there is a need for further specific details regarding technologies, their management, and relevance to actual real-world tools and systems. TECH provides such concepts associated with Technologies as an extension to DPV concepts.

+

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.

-
-

WARNING This vocabulary will be undergoing major changes based on the necessity to specify cloud technology concepts and to ensure provided concepts are useful. There may be extensive removal/additions of concepts that changes the structure and semantics of this extension.

-
- - {{ dpv_document_family(document='dpv-tech-spec') }} + {{ dpv_document_family(document='tech-spec') }} {{ sotd() }}
-
+

Core Concepts

-

The concept concepts provided in DPV-TECH include subtypes of `dpv:Technology` as [=DataTechnology=], [=OperationalTechnology=] (as in relating to operations or processes), [=SecurityTechnology=], [=IdentityTechnology=], [=ManagementTechnology=], and [=SurveillanceTechnology=]. These enable expression of the role of a particular technology within the context of personal data processing.

-

To indicate how technology was provided or is used, the concept [=ProvisionMethod=] and relation [=hasProvisionMethod=] are useful. It enables expression of where technology is used as a Product or Subscription (e.g. from a vendor), or as a System or a Component (e.g. standalone).

-

The concept [=CommunicationMechanism=] and relation [=hasCommunicationMechanism=] enables expressing how the technology communicates, such as by use of Internet, Cellular Networks, GPS, etc.

-

To indicate entities or actors associated with the Technology and their specific roles, the concept [=Actor=] and associated relations are useful.

-

To represent location of technology use, the existing DPV concepts related to location can be used, i.e. `dpv:Location` and `dpv:hasLocation` along with its various types and contextually relevant concepts. To explicitly refer to location as associated with use of technology, the concept [=UsageLocation=] is provided. For example, to indicate that some technology (whose actual location is on a server) is used in an office. Some synonyms used to indicate usage location for similar information are: application, deployment, or operation.

-

To indicate the maturity of a technology, the concept [=ReadinessLevel=] and relation [=hasTRL=] are useful. This information can be based on standards, such as the ISO 16290:2013, or those provided by other bodies and domains.

+ {{ list_hierarchy(modules['core']['classes']) }}
-
-

Types of Technologies

- + +
+

Actors involved in Technologies

+

To specify the specific actors and their roles in the context of technologies, [=Actor=] is provided along with the following specific roles as its subtypes:

+
    +
  • [=Developer=] and [=hasDeveloper=] specifies who develops or has developed the technology.
  • +
  • [=Provider=] and [=hasProvider=] specifies who provides the technology. This could be the same entity as developer, or a different one - such as when the technology is repackaged or modified before provision.
  • +
  • [=User=] and [=hasUser=] specifies who uses or is the user for the technology. Note that while this refers to users in the technical sense of the term, such users may or may not be data subjects. For example, a technology used by an immigration officer has that officer as the user, rather than the immigrating person. To be more explicit, technology user and whom the technology is used on are two different criterias. See distinction below.
  • +
  • [=Subject=] and [=hasSubject=] is the subject of the technology i.e. whom the technology is used on or subjected to. This may be directly (e.g. person within a CCTV camera's vision) or indirectly (e.g. person whose details were used as training data). What is considered a subject may be contextually dependant on the nature and scope of the technology as well as its application. In the future, we may separate this concept for further distinction between direct and indirect subjects (or use alternate terms) - if such categorisation is deemed beneficial in the description of individuals subjected to technologies.
  • +
+

Note, that the technology actor concepts are based on the EU's proposal for AI reguation (i.e. AI ACT) and its corresponding concepts (e.g. AI Provider, AI Developer). Rather than limiting such concepts for "AI", we have expanded upon their intended meaning to encompass any technology. The concepts from the AI ACT can thus be modelled as subtypes of these.

+ {{ list_hierarchy(modules['actors']['classes']) }} +
+ +
+

Intended Use

-
+ +

Provision of Technology

The provision of technology can happen via the following methods:

    @@ -100,11 +105,9 @@
{{ list_hierarchy(modules['provision']['classes']) }}
-
-

Communication used by Technologies

-
-
-
+ +
+

Networking & Communication

Communication mediums or mechanism used by technology include:

  • [=GPS=] or the location providing Global Positioning System or its equivalent technologies.
  • @@ -114,48 +117,19 @@ {{ list_hierarchy(modules['comms']['classes']) }}
-
-

Actors involved in Technologies

-

To specify the specific actors and their roles in the context of technologies, [=Actor=] is provided along with the following specific roles as its subtypes:

-
    -
  • [=Developer=] and [=hasDeveloper=] specifies who develops or has developed the technology.
  • -
  • [=Provider=] and [=hasProvider=] specifies who provides the technology. This could be the same entity as developer, or a different one - such as when the technology is repackaged or modified before provision.
  • -
  • [=User=] and [=hasUser=] specifies who uses or is the user for the technology. Note that while this refers to users in the technical sense of the term, such users may or may not be data subjects. For example, a technology used by an immigration officer has that officer as the user, rather than the immigrating person. To be more explicit, technology user and whom the technology is used on are two different criterias. See distinction below.
  • -
  • [=Subject=] and [=hasSubject=] is the subject of the technology i.e. whom the technology is used on or subjected to. This may be directly (e.g. person within a CCTV camera's vision) or indirectly (e.g. person whose details were used as training data). What is considered a subject may be contextually dependant on the nature and scope of the technology as well as its application. In the future, we may separate this concept for further distinction between direct and indirect subjects (or use alternate terms) - if such categorisation is deemed beneficial in the description of individuals subjected to technologies.
  • -
-

Note, that the technology actor concepts are based on the EU's proposal for AI reguation (i.e. AI ACT) and its corresponding concepts (e.g. AI Provider, AI Developer). Rather than limiting such concepts for "AI", we have expanded upon their intended meaning to encompass any technology. The concepts from the AI ACT can thus be modelled as subtypes of these.

- {{ list_hierarchy(modules['actors']['classes']) }} -
+ -
-

Docs

+
+

Documentation

{{ list_hierarchy(modules['docs']['classes']) }}
-
+

Status

{{ list_hierarchy(modules['status']['classes']) }}
- - - -
+

Tools

diff --git a/code/vocab_csv/tech-core-properties.csv b/code/vocab_csv/tech-core-properties.csv index 2159a3379..17a8aa418 100644 --- a/code/vocab_csv/tech-core-properties.csv +++ b/code/vocab_csv/tech-core-properties.csv @@ -5,7 +5,7 @@ hasProvisionMethod,has provision method,Specifies the provision or usage method hasDeploymentLocation,has deployment location,Specifies the location of technology deployment and use,dpv:Technology,tech:DeploymentLocation,dpv:Relation,,,,,2024-05-09,,accepted,Harshvardhan J. Pandit,,,,,,,,,,,,,, hasCapability,has capability,Indicates the capability of the technology,dpv:Technology,tech:Capability,dpv:Relation,,,,,2024-05-09,,accepted,,,,,,,,,,,,,,, hasFunction,has function,Indicates the function of the technology,dpv:Technology,tech:Function,dpv:Relation,,,,,2024-05-09,,accepted,,,,,,,,,,,,,,, -,,,,,,,,,,,,,, +hasIntendedUse,has intended use,Indicates the intended use of technology,dpv:Technology,tech:IntendedUse,dpv:Relation,,,,,2024-05-22,,accepted,Harshvardhan J. Pandit,https://w3id.org/dpv/meetings/meeting-2024-05-22,,,,,,,,,,,,, ,,,,,,,,,,,,,, ,,,,,,,,,,,,,, diff --git a/code/vocab_csv/tech-core.csv b/code/vocab_csv/tech-core.csv index c3beb7fe2..e0b097719 100644 --- a/code/vocab_csv/tech-core.csv +++ b/code/vocab_csv/tech-core.csv @@ -10,3 +10,4 @@ CommunicationMechanism,Communication Mechanism,Communication mechanism used or p Capability,Capability,Expression of what the technology is capable of achieving or providing,dpv:Concept,sc,,,,"Examples of capabilities are image recognition, sentiment analysis, machine translation",,2024-05-09,,accepted,,,,,,,,,,,,,,,,, Function,Function,Expression of what goals or purposes the technology's capabilities are being used towards or developed for,dpv:Concept,sc,,,,"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",,2024-05-09,,accepted,,,,,,,,,,,,,,,,, Documentation,Documentation,"Information describing use, functionality, design, or other technical aspects of the Technology",dpv:Concept,sc,,,,,,2024-05-09,,accepted,,,,,,,,,,,,,,,,, +IntendedUse,Intended Use,Describes the 'intended' use of the technology,dpv:Concept,sc,,,,"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 procss or other relevant context. ",,2024-05-22,,accepted,Harshvardhan J. Pandit,https://w3id.org/dpv/meetings/meeting-2024-05-22,,,,,,,,,,,,,,, diff --git a/code/vocab_csv/tech-provision.csv b/code/vocab_csv/tech-provision.csv index b2379508c..773aa94d8 100644 --- a/code/vocab_csv/tech-provision.csv +++ b/code/vocab_csv/tech-provision.csv @@ -17,8 +17,8 @@ SaaS,Software as a Service,Technology provided as a cloud service consisting of CaaS,Compute as a Service,Technology provided as a cloud service consisting of managed compute resources,tech:CloudService,tech:TechnologyProvisionMethod,,,,,,2024-05-09,,accepted,,,,,,,,,,,,,,,,, MBaaS,Mobile backend as a Service,Technology provided as a cloud service consisting of managed 'backend' services for mobile users,tech:CloudService,tech:TechnologyProvisionMethod,,,,,,2024-05-09,,accepted,,,,,,,,,,,,,,,,, ServerlessComputing,Serverless Computing,Technology provided as a cloud service consisting of fully managed servers for executing functions,tech:CloudService,tech:TechnologyProvisionMethod,,,,,,2024-05-09,,accepted,,,,,,,,,,,,,,,,, -PrivateCloudService,Private Cloud Service,Technology provided as a cloud service that is private,,tech:TechnologyProvisionMethod,,,,,,2024-05-09,,accepted,,,,,,,,,,,,,,,,, -PublicCloudService,Public Cloud Service,Technology provided as a cloud service that is public,,tech:TechnologyProvisionMethod,,,,,,2024-05-09,,accepted,,,,,,,,,,,,,,,,, +PrivateCloudService,Private Cloud Service,Technology provided as a cloud service that is private,tech:CloudService,tech:TechnologyProvisionMethod,,,,,,2024-05-09,,accepted,,,,,,,,,,,,,,,,, +PublicCloudService,Public Cloud Service,Technology provided as a cloud service that is public,tech:CloudService,tech:TechnologyProvisionMethod,,,,,,2024-05-09,,accepted,,,,,,,,,,,,,,,,, HybridCloudService,Hybrid Cloud Service,Technology provided as a cloud service that is both private and public in parts,"tech:PrivateCloudService,tech:PublicCloudService",tech:TechnologyProvisionMethod,,,,,,2024-05-09,,accepted,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,, ,,,,,,,,,,,,,, diff --git a/code/vocab_csv/tech.xlsx b/code/vocab_csv/tech.xlsx index ef45ee8cbca6b312bb4a61927d1578b84f7284c6..61bd0174ca1f5a94d74520deb810863469fd8456 100644 GIT binary patch delta 34960 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 kz&_pSa%sYB0~t6~`R};@2ZT&Z^#A|> delta 34248 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 diff --git a/tech/index-en.html b/tech/index-en.html index d4e2ae862..c491f660f 100644 --- a/tech/index-en.html +++ b/tech/index-en.html @@ -316,14 +316,10 @@

-

The [[[DPV]]] provides a rich taxonomy of concepts which includes Technology. While it enables expression of how some technology is applied within the context of personal data and its processing, there is a need for further specific details regarding technologies, their management, and relevance to actual real-world tools and systems. DPV-TECH provides such concepts associated with Technologies as an extension to DPV concepts.

-

The namespace for terms in dpv-tech is https://www.w3id.org/dpv/dpv-tech#
- The suggested prefix for the namespace is dpv-tech
- The DPV-TECH vocabulary and its documentation is available on GitHub.

- -
-

WARNING This vocabulary will be undergoing major changes based on the necessity to specify cloud technology concepts and to ensure provided concepts are useful. There may be extensive removal/additions of concepts that changes the structure and semantics of this extension.

-
+

The [[[DPV]]] provides a rich taxonomy of concepts which includes Technology. While it enables expression of how some technology is applied within the context of personal data and its processing, there is a need for further specific details regarding technologies, their management, and relevance to actual real-world tools and systems. TECH provides such concepts associated with Technologies as an extension to DPV concepts.

+

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 and Related Resources

@@ -338,14 +334,9 @@

DPV and Related Resources

-
+

Core Concepts

-

The concept concepts provided in DPV-TECH include subtypes of `dpv:Technology` as [=DataTechnology=], [=OperationalTechnology=] (as in relating to operations or processes), [=SecurityTechnology=], [=IdentityTechnology=], [=ManagementTechnology=], and [=SurveillanceTechnology=]. These enable expression of the role of a particular technology within the context of personal data processing.

-

To indicate how technology was provided or is used, the concept [=ProvisionMethod=] and relation [=hasProvisionMethod=] are useful. It enables expression of where technology is used as a Product or Subscription (e.g. from a vendor), or as a System or a Component (e.g. standalone).

-

The concept [=CommunicationMechanism=] and relation [=hasCommunicationMechanism=] enables expressing how the technology communicates, such as by use of Internet, Cellular Networks, GPS, etc.

-

To indicate entities or actors associated with the Technology and their specific roles, the concept [=Actor=] and associated relations are useful.

-

To represent location of technology use, the existing DPV concepts related to location can be used, i.e. `dpv:Location` and `dpv:hasLocation` along with its various types and contextually relevant concepts. To explicitly refer to location as associated with use of technology, the concept [=UsageLocation=] is provided. For example, to indicate that some technology (whose actual location is on a server) is used in an office. Some synonyms used to indicate usage location for similar information are: application, deployment, or operation.

-

To indicate the maturity of a technology, the concept [=ReadinessLevel=] and relation [=hasTRL=] are useful. This information can be based on standards, such as the ISO 16290:2013, or those provided by other bodies and domains.

+
  • tech:Actor: Actors and Entities involved in provision, use, and management of Technology @@ -376,6 +367,11 @@

    Core Concepts

    tech:Function: Expression of what goals or purposes the technology's capabilities are being used towards or developed for go to full definition +
  • +
  • + tech:IntendedUse: Describes the 'intended' use of the technology + go to full definition +
  • tech:ProvisionMethod: Method associated with provision or use of technology @@ -384,11 +380,134 @@

    Core Concepts

-
-

Types of Technologies

- + +
+

Actors involved in Technologies

+

To specify the specific actors and their roles in the context of technologies, [=Actor=] is provided along with the following specific roles as its subtypes:

+
    +
  • [=Developer=] and [=hasDeveloper=] specifies who develops or has developed the technology.
  • +
  • [=Provider=] and [=hasProvider=] specifies who provides the technology. This could be the same entity as developer, or a different one - such as when the technology is repackaged or modified before provision.
  • +
  • [=User=] and [=hasUser=] specifies who uses or is the user for the technology. Note that while this refers to users in the technical sense of the term, such users may or may not be data subjects. For example, a technology used by an immigration officer has that officer as the user, rather than the immigrating person. To be more explicit, technology user and whom the technology is used on are two different criterias. See distinction below.
  • +
  • [=Subject=] and [=hasSubject=] is the subject of the technology i.e. whom the technology is used on or subjected to. This may be directly (e.g. person within a CCTV camera's vision) or indirectly (e.g. person whose details were used as training data). What is considered a subject may be contextually dependant on the nature and scope of the technology as well as its application. In the future, we may separate this concept for further distinction between direct and indirect subjects (or use alternate terms) - if such categorisation is deemed beneficial in the description of individuals subjected to technologies.
  • +
+

Note, that the technology actor concepts are based on the EU's proposal for AI reguation (i.e. AI ACT) and its corresponding concepts (e.g. AI Provider, AI Developer). Rather than limiting such concepts for "AI", we have expanded upon their intended meaning to encompass any technology. The concepts from the AI ACT can thus be modelled as subtypes of these.

+
+
+ +
+

Intended Use

-
+ +

Provision of Technology

The provision of technology can happen via the following methods:

    @@ -416,33 +535,11 @@

    Provision of Technology

    tech:Goods: Technology provided or used as goods go to full definition - -
  • - tech:PrivateCloudService: Technology provided as a cloud service that is private - go to full definition -
      -
    • - tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts - go to full definition - -
    • -
  • tech:Product: Technology that is provided as a product go to full definition -
  • -
  • - tech:PublicCloudService: Technology provided as a cloud service that is public - go to full definition -
      -
    • - tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts - go to full definition - -
    • -
  • tech:Service: Technology provided or used as service(s) @@ -471,6 +568,28 @@

    Provision of Technology

    tech:PaaS: Technology provided as a cloud service consisting of managed platform resources go to full definition +
  • +
  • + tech:PrivateCloudService: Technology provided as a cloud service that is private + go to full definition +
      +
    • + tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts + go to full definition + +
    • +
    +
  • +
  • + tech:PublicCloudService: Technology provided as a cloud service that is public + go to full definition +
      +
    • + tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts + go to full definition + +
    • +
  • tech:SaaS: Technology provided as a cloud service consisting of managed software resources @@ -498,11 +617,9 @@

    Provision of Technology

-
-

Communication used by Technologies

-
-
-
+ +
+

Networking & Communication

Communication mediums or mechanism used by technology include:

  • [=GPS=] or the location providing Global Positioning System or its equivalent technologies.
  • @@ -549,130 +666,10 @@

    Communication used by Technologies

-
-

Actors involved in Technologies

-

To specify the specific actors and their roles in the context of technologies, [=Actor=] is provided along with the following specific roles as its subtypes:

-
    -
  • [=Developer=] and [=hasDeveloper=] specifies who develops or has developed the technology.
  • -
  • [=Provider=] and [=hasProvider=] specifies who provides the technology. This could be the same entity as developer, or a different one - such as when the technology is repackaged or modified before provision.
  • -
  • [=User=] and [=hasUser=] specifies who uses or is the user for the technology. Note that while this refers to users in the technical sense of the term, such users may or may not be data subjects. For example, a technology used by an immigration officer has that officer as the user, rather than the immigrating person. To be more explicit, technology user and whom the technology is used on are two different criterias. See distinction below.
  • -
  • [=Subject=] and [=hasSubject=] is the subject of the technology i.e. whom the technology is used on or subjected to. This may be directly (e.g. person within a CCTV camera's vision) or indirectly (e.g. person whose details were used as training data). What is considered a subject may be contextually dependant on the nature and scope of the technology as well as its application. In the future, we may separate this concept for further distinction between direct and indirect subjects (or use alternate terms) - if such categorisation is deemed beneficial in the description of individuals subjected to technologies.
  • -
-

Note, that the technology actor concepts are based on the EU's proposal for AI reguation (i.e. AI ACT) and its corresponding concepts (e.g. AI Provider, AI Developer). Rather than limiting such concepts for "AI", we have expanded upon their intended meaning to encompass any technology. The concepts from the AI ACT can thus be modelled as subtypes of these.

-
-
+ -
-

Docs

+
+

Documentation

  • tech:Guide: Guide @@ -713,7 +710,7 @@

    Docs

-
+

Status

  • @@ -756,25 +753,7 @@

    Status

- - - -
+

Tools

@@ -1125,6 +1104,7 @@

Android

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1228,6 +1208,7 @@

Application

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1332,6 +1313,7 @@

Application Store

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1909,6 +1891,7 @@

Cloud Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2171,6 +2154,7 @@

Cookie

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2368,6 +2352,7 @@

Database

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2477,6 +2462,7 @@

Data Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2831,6 +2817,7 @@

Desktop PC

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3096,6 +3083,7 @@

Device

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3588,6 +3576,7 @@

GNU/Linux

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3919,6 +3908,7 @@

Hardware

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4027,6 +4017,8 @@

Hardware

+ + @@ -4059,10 +4051,14 @@

Hybrid Cloud Service

Broader/Parent types tech:PrivateCloudService + → tech:CloudService + → tech:Service → tech:TechnologyProvisionMethod Broader/Parent types tech:PublicCloudService + → tech:CloudService + → tech:Service → tech:TechnologyProvisionMethod @@ -4423,6 +4419,83 @@

Instructions

+
+

Intended Use

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TermIntendedUsePrefixtech
LabelIntended Use
IRIhttps://w3id.org/dpv/tech#IntendedUse
Typerdfs:Class, skos:Concept
Object of relation tech:hasIntendedUse +
DefinitionDescribes the 'intended' use of the technology
Usage NoteIntended 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 procss or other relevant context.
Date Created2024-05-22
ContributorsHarshvardhan J. Pandit
See More: section CORE in TECH +
+
+ +

Internet

@@ -4552,6 +4625,7 @@

iOS

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4657,6 +4731,7 @@

Laptop PC

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4842,6 +4917,7 @@

Local Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5500,6 +5576,7 @@

Mobile Phone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5604,6 +5681,7 @@

Microsoft Windows

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5950,6 +6028,7 @@

Operating System (OS)

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -6304,6 +6383,7 @@

Personal Computer (PC)

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -6460,7 +6540,9 @@

Private Cloud Service

Broader/Parent types - tech:TechnologyProvisionMethod + tech:CloudService + → tech:Service + → tech:TechnologyProvisionMethod @@ -7023,7 +7105,9 @@

Public Cloud Service

Broader/Parent types - tech:TechnologyProvisionMethod + tech:CloudService + → tech:Service + → tech:TechnologyProvisionMethod @@ -7234,6 +7318,9 @@

Software as a Service

+ + +

Serverless Computing

@@ -7447,6 +7534,7 @@

Smartphone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -7551,6 +7639,7 @@

Smartphone Application

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -7659,6 +7748,7 @@

Software

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -8326,6 +8416,7 @@

Telephone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -9706,6 +9797,83 @@

has installer

+
+

has intended use

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TermhasIntendedUsePrefixtech
Labelhas intended use
IRIhttps://w3id.org/dpv/tech#hasIntendedUse
Typerdf:Property, skos:Concept
Domain includes dpv:Technology +
Range includes tech:IntendedUse +
DefinitionIndicates the intended use of technology
Date Created2024-05-22
ContributorsHarshvardhan J. Pandit
See More: section CORE in TECH +
+
+ +

has maintainer

@@ -11058,6 +11226,8 @@

has user

+ + @@ -11092,6 +11262,9 @@

has user

+ + + @@ -11298,6 +11471,8 @@

External

+ + @@ -11313,6 +11488,8 @@

External

+ + @@ -11411,6 +11588,9 @@

External

+ + + diff --git a/tech/index.html b/tech/index.html index d4e2ae862..c491f660f 100644 --- a/tech/index.html +++ b/tech/index.html @@ -316,14 +316,10 @@
-

The [[[DPV]]] provides a rich taxonomy of concepts which includes Technology. While it enables expression of how some technology is applied within the context of personal data and its processing, there is a need for further specific details regarding technologies, their management, and relevance to actual real-world tools and systems. DPV-TECH provides such concepts associated with Technologies as an extension to DPV concepts.

-

The namespace for terms in dpv-tech is https://www.w3id.org/dpv/dpv-tech#
- The suggested prefix for the namespace is dpv-tech
- The DPV-TECH vocabulary and its documentation is available on GitHub.

- -
-

WARNING This vocabulary will be undergoing major changes based on the necessity to specify cloud technology concepts and to ensure provided concepts are useful. There may be extensive removal/additions of concepts that changes the structure and semantics of this extension.

-
+

The [[[DPV]]] provides a rich taxonomy of concepts which includes Technology. While it enables expression of how some technology is applied within the context of personal data and its processing, there is a need for further specific details regarding technologies, their management, and relevance to actual real-world tools and systems. TECH provides such concepts associated with Technologies as an extension to DPV concepts.

+

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 and Related Resources

@@ -338,14 +334,9 @@

DPV and Related Resources

-
+

Core Concepts

-

The concept concepts provided in DPV-TECH include subtypes of `dpv:Technology` as [=DataTechnology=], [=OperationalTechnology=] (as in relating to operations or processes), [=SecurityTechnology=], [=IdentityTechnology=], [=ManagementTechnology=], and [=SurveillanceTechnology=]. These enable expression of the role of a particular technology within the context of personal data processing.

-

To indicate how technology was provided or is used, the concept [=ProvisionMethod=] and relation [=hasProvisionMethod=] are useful. It enables expression of where technology is used as a Product or Subscription (e.g. from a vendor), or as a System or a Component (e.g. standalone).

-

The concept [=CommunicationMechanism=] and relation [=hasCommunicationMechanism=] enables expressing how the technology communicates, such as by use of Internet, Cellular Networks, GPS, etc.

-

To indicate entities or actors associated with the Technology and their specific roles, the concept [=Actor=] and associated relations are useful.

-

To represent location of technology use, the existing DPV concepts related to location can be used, i.e. `dpv:Location` and `dpv:hasLocation` along with its various types and contextually relevant concepts. To explicitly refer to location as associated with use of technology, the concept [=UsageLocation=] is provided. For example, to indicate that some technology (whose actual location is on a server) is used in an office. Some synonyms used to indicate usage location for similar information are: application, deployment, or operation.

-

To indicate the maturity of a technology, the concept [=ReadinessLevel=] and relation [=hasTRL=] are useful. This information can be based on standards, such as the ISO 16290:2013, or those provided by other bodies and domains.

+
  • tech:Actor: Actors and Entities involved in provision, use, and management of Technology @@ -376,6 +367,11 @@

    Core Concepts

    tech:Function: Expression of what goals or purposes the technology's capabilities are being used towards or developed for go to full definition +
  • +
  • + tech:IntendedUse: Describes the 'intended' use of the technology + go to full definition +
  • tech:ProvisionMethod: Method associated with provision or use of technology @@ -384,11 +380,134 @@

    Core Concepts

-
-

Types of Technologies

- + +
+

Actors involved in Technologies

+

To specify the specific actors and their roles in the context of technologies, [=Actor=] is provided along with the following specific roles as its subtypes:

+
    +
  • [=Developer=] and [=hasDeveloper=] specifies who develops or has developed the technology.
  • +
  • [=Provider=] and [=hasProvider=] specifies who provides the technology. This could be the same entity as developer, or a different one - such as when the technology is repackaged or modified before provision.
  • +
  • [=User=] and [=hasUser=] specifies who uses or is the user for the technology. Note that while this refers to users in the technical sense of the term, such users may or may not be data subjects. For example, a technology used by an immigration officer has that officer as the user, rather than the immigrating person. To be more explicit, technology user and whom the technology is used on are two different criterias. See distinction below.
  • +
  • [=Subject=] and [=hasSubject=] is the subject of the technology i.e. whom the technology is used on or subjected to. This may be directly (e.g. person within a CCTV camera's vision) or indirectly (e.g. person whose details were used as training data). What is considered a subject may be contextually dependant on the nature and scope of the technology as well as its application. In the future, we may separate this concept for further distinction between direct and indirect subjects (or use alternate terms) - if such categorisation is deemed beneficial in the description of individuals subjected to technologies.
  • +
+

Note, that the technology actor concepts are based on the EU's proposal for AI reguation (i.e. AI ACT) and its corresponding concepts (e.g. AI Provider, AI Developer). Rather than limiting such concepts for "AI", we have expanded upon their intended meaning to encompass any technology. The concepts from the AI ACT can thus be modelled as subtypes of these.

+
+
+ +
+

Intended Use

-
+ +

Provision of Technology

The provision of technology can happen via the following methods:

    @@ -416,33 +535,11 @@

    Provision of Technology

    tech:Goods: Technology provided or used as goods go to full definition - -
  • - tech:PrivateCloudService: Technology provided as a cloud service that is private - go to full definition -
      -
    • - tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts - go to full definition - -
    • -
  • tech:Product: Technology that is provided as a product go to full definition -
  • -
  • - tech:PublicCloudService: Technology provided as a cloud service that is public - go to full definition -
      -
    • - tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts - go to full definition - -
    • -
  • tech:Service: Technology provided or used as service(s) @@ -471,6 +568,28 @@

    Provision of Technology

    tech:PaaS: Technology provided as a cloud service consisting of managed platform resources go to full definition +
  • +
  • + tech:PrivateCloudService: Technology provided as a cloud service that is private + go to full definition +
      +
    • + tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts + go to full definition + +
    • +
    +
  • +
  • + tech:PublicCloudService: Technology provided as a cloud service that is public + go to full definition +
      +
    • + tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts + go to full definition + +
    • +
  • tech:SaaS: Technology provided as a cloud service consisting of managed software resources @@ -498,11 +617,9 @@

    Provision of Technology

-
-

Communication used by Technologies

-
-
-
+ +
+

Networking & Communication

Communication mediums or mechanism used by technology include:

  • [=GPS=] or the location providing Global Positioning System or its equivalent technologies.
  • @@ -549,130 +666,10 @@

    Communication used by Technologies

-
-

Actors involved in Technologies

-

To specify the specific actors and their roles in the context of technologies, [=Actor=] is provided along with the following specific roles as its subtypes:

-
    -
  • [=Developer=] and [=hasDeveloper=] specifies who develops or has developed the technology.
  • -
  • [=Provider=] and [=hasProvider=] specifies who provides the technology. This could be the same entity as developer, or a different one - such as when the technology is repackaged or modified before provision.
  • -
  • [=User=] and [=hasUser=] specifies who uses or is the user for the technology. Note that while this refers to users in the technical sense of the term, such users may or may not be data subjects. For example, a technology used by an immigration officer has that officer as the user, rather than the immigrating person. To be more explicit, technology user and whom the technology is used on are two different criterias. See distinction below.
  • -
  • [=Subject=] and [=hasSubject=] is the subject of the technology i.e. whom the technology is used on or subjected to. This may be directly (e.g. person within a CCTV camera's vision) or indirectly (e.g. person whose details were used as training data). What is considered a subject may be contextually dependant on the nature and scope of the technology as well as its application. In the future, we may separate this concept for further distinction between direct and indirect subjects (or use alternate terms) - if such categorisation is deemed beneficial in the description of individuals subjected to technologies.
  • -
-

Note, that the technology actor concepts are based on the EU's proposal for AI reguation (i.e. AI ACT) and its corresponding concepts (e.g. AI Provider, AI Developer). Rather than limiting such concepts for "AI", we have expanded upon their intended meaning to encompass any technology. The concepts from the AI ACT can thus be modelled as subtypes of these.

-
-
+ -
-

Docs

+
+

Documentation

  • tech:Guide: Guide @@ -713,7 +710,7 @@

    Docs

-
+

Status

  • @@ -756,25 +753,7 @@

    Status

- - - -
+

Tools

@@ -1125,6 +1104,7 @@

Android

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1228,6 +1208,7 @@

Application

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1332,6 +1313,7 @@

Application Store

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1909,6 +1891,7 @@

Cloud Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2171,6 +2154,7 @@

Cookie

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2368,6 +2352,7 @@

Database

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2477,6 +2462,7 @@

Data Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2831,6 +2817,7 @@

Desktop PC

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3096,6 +3083,7 @@

Device

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3588,6 +3576,7 @@

GNU/Linux

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3919,6 +3908,7 @@

Hardware

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4027,6 +4017,8 @@

Hardware

+ + @@ -4059,10 +4051,14 @@

Hybrid Cloud Service

@@ -4423,6 +4419,83 @@

Instructions

+
+

Intended Use

+
Broader/Parent types tech:PrivateCloudService + → tech:CloudService + → tech:Service → tech:TechnologyProvisionMethod
Broader/Parent types tech:PublicCloudService + → tech:CloudService + → tech:Service → tech:TechnologyProvisionMethod
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TermIntendedUsePrefixtech
LabelIntended Use
IRIhttps://w3id.org/dpv/tech#IntendedUse
Typerdfs:Class, skos:Concept
Object of relation tech:hasIntendedUse +
DefinitionDescribes the 'intended' use of the technology
Usage NoteIntended 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 procss or other relevant context.
Date Created2024-05-22
ContributorsHarshvardhan J. Pandit
See More: section CORE in TECH +
+
+ +

Internet

@@ -4552,6 +4625,7 @@

iOS

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4657,6 +4731,7 @@

Laptop PC

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4842,6 +4917,7 @@

Local Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5500,6 +5576,7 @@

Mobile Phone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5604,6 +5681,7 @@

Microsoft Windows

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5950,6 +6028,7 @@

Operating System (OS)

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -6304,6 +6383,7 @@

Personal Computer (PC)

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -6460,7 +6540,9 @@

Private Cloud Service

Broader/Parent types - tech:TechnologyProvisionMethod + tech:CloudService + → tech:Service + → tech:TechnologyProvisionMethod @@ -7023,7 +7105,9 @@

Public Cloud Service

Broader/Parent types - tech:TechnologyProvisionMethod + tech:CloudService + → tech:Service + → tech:TechnologyProvisionMethod @@ -7234,6 +7318,9 @@

Software as a Service

+ + +

Serverless Computing

@@ -7447,6 +7534,7 @@

Smartphone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -7551,6 +7639,7 @@

Smartphone Application

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -7659,6 +7748,7 @@

Software

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -8326,6 +8416,7 @@

Telephone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -9706,6 +9797,83 @@

has installer

+
+

has intended use

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TermhasIntendedUsePrefixtech
Labelhas intended use
IRIhttps://w3id.org/dpv/tech#hasIntendedUse
Typerdf:Property, skos:Concept
Domain includes dpv:Technology +
Range includes tech:IntendedUse +
DefinitionIndicates the intended use of technology
Date Created2024-05-22
ContributorsHarshvardhan J. Pandit
See More: section CORE in TECH +
+
+ +

has maintainer

@@ -11058,6 +11226,8 @@

has user

+ + @@ -11092,6 +11262,9 @@

has user

+ + + @@ -11298,6 +11471,8 @@

External

+ + @@ -11313,6 +11488,8 @@

External

+ + @@ -11411,6 +11588,9 @@

External

+ + + diff --git a/tech/modules/actors-owl.jsonld b/tech/modules/actors-owl.jsonld index dc445a5d5..3ea61bb9f 100644 --- a/tech/modules/actors-owl.jsonld +++ b/tech/modules/actors-owl.jsonld @@ -1,21 +1,29 @@ [ { - "@id": "https://w3id.org/dpv/tech/owl#Owner", + "@id": "https://w3id.org/dpv/tech/owl#hasDeployer", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@language": "en", - "@value": "DGA 26.3" + "@id": "https://w3id.org/dpv/tech/owl#Deployer" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -23,9 +31,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -37,28 +45,33 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that owns Technology" + "@value": "Indicates technology deployer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Owner" + "@value": "has deployer" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Deployer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Subject", + "@id": "https://w3id.org/dpv/tech/owl#Manufacturer", "@type": [ "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -68,7 +81,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@value": "DGA 26.3" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -90,22 +103,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that is subjected to the use or impact of Technology" + "@value": "Actor that manufactures Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Subject" + "@value": "Manufacturer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#User", + "@id": "https://w3id.org/dpv/tech/owl#hasSystemIntegrator", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator" + } ], "http://purl.org/dc/terms/contributor": [ { @@ -118,20 +140,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Customer" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -143,132 +159,164 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that uses Technologoy" + "@value": "Indicates technology system integrator" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User" + "@value": "has system integrator" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#Producer", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ + "https://schema.org/domainIncludes": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://purl.org/dc/terms/source": [ + "https://schema.org/rangeIncludes": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, + { + "@value": "http://www.w3.org/2004/02/skos/core" + }, + { + "@id": "http://www.w3.org/2002/07/owl" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/created": [ { "@language": "en", - "@value": "accepted" + "@value": "2024-05-09" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/creator": [ { "@language": "en", - "@value": "Actor that produces Technology" + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Julian Flake" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Producer" + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#hasMaintainer", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/hasVersion": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://w3id.org/dpv/tech" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://purl.org/dc/terms/identifier": [ { - "@id": "https://w3id.org/dpv/tech/owl#Maintainer" + "@value": "https://w3id.org/dpv/tech" } ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/license": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://www.w3.org/copyright/document-license-2023/" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", + "@language": "en", "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@language": "en", + "@value": "Technology Concepts" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@value": "tech" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@language": "en", - "@value": "accepted" + "@value": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasResource": [ { - "@language": "en", - "@value": "Indicates technology maintainer" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" + }, { - "@language": "en", - "@value": "has maintainer" + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" } ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/ns/dx/prof/isProfileOf": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://w3id.org/dpv/tech" + }, + { + "@id": "https://w3id.org/dpv/owl" + }, + { + "@id": "http://www.w3.org/2002/07/owl" } ], - "https://schema.org/rangeIncludes": [ + "https://schema.org/version": [ { - "@id": "https://w3id.org/dpv/tech/owl#Maintainer" + "@value": "0.8.2" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Partner", + "@id": "https://w3id.org/dpv/tech/owl#Evaluator", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#Actor", @@ -293,7 +341,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#Partner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -304,51 +352,14 @@ ], "http://www.w3.org/2004/02/skos/core#definition": [ { - "@language": "en", - "@value": "Actor that provides services in the context of Technology" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Partner" - } - ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ - { - "@language": "en", - "@value": "\"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." - } - ] - }, - { - "@id": "https://w3id.org/dpv/examples", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Examples for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/examples" + "@language": "en", + "@value": "Actor that evaluates the performance of Technology" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@language": "en", + "@value": "Evaluator" } ] }, @@ -384,7 +395,7 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasProducer", + "@id": "https://w3id.org/dpv/tech/owl#hasMaintainer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -396,7 +407,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Producer" + "@id": "https://w3id.org/dpv/tech/owl#Maintainer" } ], "http://purl.org/dc/terms/contributor": [ @@ -429,13 +440,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology producer" + "@value": "Indicates technology maintainer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has producer" + "@value": "has maintainer" } ], "https://schema.org/domainIncludes": [ @@ -445,30 +456,16 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Producer" + "@id": "https://w3id.org/dpv/tech/owl#Maintainer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasDeployer", + "@id": "https://w3id.org/dpv/tech/owl#Purchaser", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Deployer" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -476,14 +473,20 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "DGA 26.3" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -495,63 +498,27 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology deployer" + "@value": "Actor that purchases Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has deployer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Deployer" + "@value": "Purchaser" } ] }, { - "@id": "https://w3id.org/dpv/primer", + "@id": "https://w3id.org/dpv/tech/owl#Developer", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Primer for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/primer" - } + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#Deployer", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -562,7 +529,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "AI Act" + "@value": "ISO/IEC 22989:2022" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -572,7 +539,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#Producer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -584,18 +551,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that deploys Technology" + "@value": "Actor that develops Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Deployer" + "@value": "Developer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Designer", + "@id": "https://w3id.org/dpv/tech/owl#Producer", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#Actor", @@ -610,7 +577,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "DGA 26.3" + "@value": "ISO/IEC 22989:2022" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -632,22 +599,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that designs Technology" + "@value": "Actor that produces Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Designer" + "@value": "Producer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Developer", + "@id": "https://w3id.org/dpv/tech/owl#hasInstaller", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Installer" + } ], "http://purl.org/dc/terms/contributor": [ { @@ -660,20 +636,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Producer" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -685,22 +655,46 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that develops Technology" + "@value": "Indicates technology installer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Developer" + "@value": "has installer" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Installer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Operator", + "@id": "https://w3id.org/dpv/tech/owl#hasPurchaser", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Purchaser" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { @@ -713,9 +707,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -727,42 +721,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that operates the Technology" + "@value": "Indicates technology purchaser" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Operator" - } - ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ - { - "@language": "en", - "@value": "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" + "@value": "has purchaser" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#hasSupplier", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "https://schema.org/domainIncludes": [ { "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Supplier" - } - ], - "http://purl.org/dc/terms/contributor": [ + "https://schema.org/rangeIncludes": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/tech/owl#Purchaser" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Operator", + "@type": [ + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -775,9 +759,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -789,33 +773,34 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology supplier" + "@value": "Actor that operates the Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has supplier" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" + "@value": "Operator" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/2004/02/skos/core#scopeNote": [ { - "@id": "https://w3id.org/dpv/tech/owl#Supplier" + "@language": "en", + "@value": "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" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Maintainer", + "@id": "https://w3id.org/dpv/tech/owl#User", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -825,7 +810,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "DGA 26.3" + "@value": "ISO/IEC 22989:2022" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -835,7 +820,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#Customer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -847,18 +832,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that maintains Technology" + "@value": "Actor that uses Technologoy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maintainer" + "@value": "User" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasSubject", + "@id": "https://w3id.org/dpv/tech/owl#hasProvider", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -870,7 +855,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Subject" + "@id": "https://w3id.org/dpv/tech/owl#Provider" } ], "http://purl.org/dc/terms/contributor": [ @@ -903,13 +888,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology subject" + "@value": "Indicates technology provider" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has subject" + "@value": "has provider" } ], "https://schema.org/domainIncludes": [ @@ -919,26 +904,16 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Subject" + "@id": "https://w3id.org/dpv/tech/owl#Provider" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#", + "@id": "https://w3id.org/dpv/tech/owl#Provider", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "http://www.w3.org/2002/07/owl" - }, - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" - } + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { @@ -947,115 +922,132 @@ ], "http://purl.org/dc/terms/created": [ { - "@language": "en", + "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "Paul Ryan" - }, + "@value": "ISO/IEC 22989:2022" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Georg P Krog" - }, + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "Delaram Golpayegani" - }, + "@id": "https://w3id.org/dpv/tech/owl#Actor" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Julian Flake" + "@value": "Actor that provides Technology" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + "@value": "Provider" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Auditor", + "@type": [ + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/hasVersion": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/tech" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/identifier": [ + "http://purl.org/dc/terms/source": [ { - "@value": "https://w3id.org/dpv/tech" + "@language": "en", + "@value": "ISO/IEC 22989:2022" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/tech/owl#Partner" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Technology Concepts" + "@value": "accepted" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "tech" + "@language": "en", + "@value": "Actor that audits Technology for conformance to policies, standards, or legal requirements" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "Auditor" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Distributor", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech" - }, + "@id": "https://w3id.org/dpv/tech/owl#Actor" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "http://www.w3.org/2002/07/owl" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/owl" + "@language": "en", + "@value": "Actor that distributes the Technology" } ], - "https://schema.org/version": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.8.2" + "@language": "en", + "@value": "Distributor" } ] }, @@ -1122,55 +1114,38 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Evaluator", + "@id": "https://w3id.org/dpv/primer", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#Partner" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Primer for Data Privacy Vocabulary" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Actor that evaluates the performance of Technology" + "@id": "https://w3id.org/dpv/primer" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Evaluator" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasDesigner", + "@id": "https://w3id.org/dpv/tech/owl#hasSupplier", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1182,7 +1157,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Designer" + "@id": "https://w3id.org/dpv/tech/owl#Supplier" } ], "http://purl.org/dc/terms/contributor": [ @@ -1215,79 +1190,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology designer" + "@value": "Indicates technology supplier" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has designer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Designer" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#Manufacturer", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "DGA 26.3" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech/owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Actor" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "has supplier" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "https://schema.org/domainIncludes": [ { - "@language": "en", - "@value": "Actor that manufactures Technology" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://schema.org/rangeIncludes": [ { - "@language": "en", - "@value": "Manufacturer" + "@id": "https://w3id.org/dpv/tech/owl#Supplier" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Installer", + "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -1299,7 +1226,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "DGA 26.3" + "@value": "ISO/IEC 22989:2022" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1309,7 +1236,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#Partner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1321,18 +1248,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that installs Technology" + "@value": "Actor that integrates Technology in to (larger) systems" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Installer" + "@value": "System Integrator" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasManufacturer", + "@id": "https://w3id.org/dpv/tech/owl#hasDesigner", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1344,7 +1271,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Manufacturer" + "@id": "https://w3id.org/dpv/tech/owl#Designer" } ], "http://purl.org/dc/terms/contributor": [ @@ -1377,13 +1304,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology manufacturer" + "@value": "Indicates technology designer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has manufacturer" + "@value": "has designer" } ], "https://schema.org/domainIncludes": [ @@ -1393,15 +1320,15 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Manufacturer" + "@id": "https://w3id.org/dpv/tech/owl#Designer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator", + "@id": "https://w3id.org/dpv/tech/owl#Supplier", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -1413,7 +1340,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@value": "DGA 26.3" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1423,7 +1350,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Partner" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1435,18 +1362,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that integrates Technology in to (larger) systems" + "@value": "Actor that supplies Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "System Integrator" + "@value": "Supplier" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Customer", + "@id": "https://w3id.org/dpv/tech/owl#Maintainer", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#Actor", @@ -1461,7 +1388,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@value": "DGA 26.3" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1483,18 +1410,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that uses Technology directly or indirectly by providing it to Users" + "@value": "Actor that maintains Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer" + "@value": "Maintainer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasEvaluator", + "@id": "https://w3id.org/dpv/tech/owl#hasUser", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1506,7 +1433,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Evaluator" + "@id": "https://w3id.org/dpv/tech/owl#User" } ], "http://purl.org/dc/terms/contributor": [ @@ -1539,13 +1466,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology evaluator" + "@value": "Indicates technology user" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has evaluator" + "@value": "has user" } ], "https://schema.org/domainIncludes": [ @@ -1555,22 +1482,48 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Evaluator" + "@id": "https://w3id.org/dpv/tech/owl#User" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Provider", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://www.w3.org/TeamSubmission/n3/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/n3" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - N3 serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech-owl.n3" } ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Installer", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2002/07/owl#Class" + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -1580,7 +1533,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@value": "DGA 26.3" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1602,13 +1555,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that provides Technology" + "@value": "Actor that installs Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provider" + "@value": "Installer" } ] }, @@ -1679,7 +1632,7 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasSystemIntegrator", + "@id": "https://w3id.org/dpv/tech/owl#hasCustomer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1691,7 +1644,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator" + "@id": "https://w3id.org/dpv/tech/owl#Customer" } ], "http://purl.org/dc/terms/contributor": [ @@ -1724,13 +1677,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology system integrator" + "@value": "Indicates technology customer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has system integrator" + "@value": "has customer" } ], "https://schema.org/domainIncludes": [ @@ -1740,30 +1693,47 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator" + "@id": "https://w3id.org/dpv/tech/owl#Customer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasInstaller", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#Installer" + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" } ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/title": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Technology Concepts - RDF/XML serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Partner", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -1771,14 +1741,20 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "ISO/IEC 22989:2022" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1790,120 +1766,92 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology installer" + "@value": "Actor that provides services in the context of Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has installer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" + "@value": "Partner" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/2004/02/skos/core#scopeNote": [ { - "@id": "https://w3id.org/dpv/tech/owl#Installer" + "@language": "en", + "@value": "\"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." } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasPartner", + "@id": "https://w3id.org/dpv/guides", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Partner" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech/owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/format": [ { - "@language": "en", - "@value": "Indicates technology partner" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "has partner" + "@value": "Guides for Data Privacy Vocabulary" } ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://w3id.org/dpv/guides" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech/owl#Partner" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/guides", + "@id": "https://w3id.org/dpv/tech/owl#Importer", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.w3.org/TR/html/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Actor" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Guides for Data Privacy Vocabulary" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/guides" + "@language": "en", + "@value": "Actor that imports the Technology within a jurisdiction" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@language": "en", + "@value": "Importer" } ] }, @@ -1974,7 +1922,7 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasUser", + "@id": "https://w3id.org/dpv/tech/owl#hasManufacturer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1986,7 +1934,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#User" + "@id": "https://w3id.org/dpv/tech/owl#Manufacturer" } ], "http://purl.org/dc/terms/contributor": [ @@ -2019,13 +1967,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology user" + "@value": "Indicates technology manufacturer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has user" + "@value": "has manufacturer" } ], "https://schema.org/domainIncludes": [ @@ -2035,12 +1983,12 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#User" + "@id": "https://w3id.org/dpv/tech/owl#Manufacturer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Auditor", + "@id": "https://w3id.org/dpv/tech/owl#Designer", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#Actor", @@ -2055,7 +2003,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@value": "DGA 26.3" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2065,7 +2013,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Partner" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2077,49 +2025,66 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that audits Technology for conformance to policies, standards, or legal requirements" + "@value": "Actor that designs Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Auditor" + "@value": "Designer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", + "@id": "https://w3id.org/dpv/tech/owl#Customer", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" + "@language": "en", + "@value": "ISO/IEC 22989:2022" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Technology Concepts - RDF/XML serialiation" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Actor that uses Technology directly or indirectly by providing it to Users" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Customer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Supplier", + "@id": "https://w3id.org/dpv/tech/owl#Deployer", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#Actor", @@ -2134,7 +2099,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "DGA 26.3" + "@value": "AI Act" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2156,18 +2121,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that supplies Technology" + "@value": "Actor that deploys Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Supplier" + "@value": "Deployer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasPurchaser", + "@id": "https://w3id.org/dpv/tech/owl#hasPartner", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -2179,7 +2144,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Purchaser" + "@id": "https://w3id.org/dpv/tech/owl#Partner" } ], "http://purl.org/dc/terms/contributor": [ @@ -2212,13 +2177,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology purchaser" + "@value": "Indicates technology partner" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has purchaser" + "@value": "has partner" } ], "https://schema.org/domainIncludes": [ @@ -2228,27 +2193,35 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Purchaser" + "@id": "https://w3id.org/dpv/tech/owl#Partner" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Purchaser", + "@id": "https://w3id.org/dpv/tech/owl#hasSubject", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@language": "en", - "@value": "DGA 26.3" + "@id": "https://w3id.org/dpv/tech/owl#Subject" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2256,9 +2229,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2270,53 +2243,77 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that purchases Technology" + "@value": "Indicates technology subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purchaser" + "@value": "has subject" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Subject" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", + "@id": "https://w3id.org/dpv/examples", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TeamSubmission/n3/" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/n3" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - N3 serialiation" + "@value": "Examples for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.n3" + "@id": "https://w3id.org/dpv/examples" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Distributor", + "@id": "https://w3id.org/dpv/tech/owl#hasDeveloper", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Developer" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { @@ -2329,9 +2326,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2343,31 +2340,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that distributes the Technology" + "@value": "Indicates technology developer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Distributor" + "@value": "has developer" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#hasDeveloper", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "https://schema.org/domainIncludes": [ { "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "https://schema.org/rangeIncludes": [ { "@id": "https://w3id.org/dpv/tech/owl#Developer" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Subject", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { @@ -2380,14 +2378,20 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "ISO/IEC 22989:2022" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2399,28 +2403,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology developer" + "@value": "Actor that is subjected to the use or impact of Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has developer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Developer" + "@value": "Subject" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasCustomer", + "@id": "https://w3id.org/dpv/tech/owl#hasProducer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -2432,7 +2426,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Customer" + "@id": "https://w3id.org/dpv/tech/owl#Producer" } ], "http://purl.org/dc/terms/contributor": [ @@ -2465,13 +2459,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology customer" + "@value": "Indicates technology producer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has customer" + "@value": "has producer" } ], "https://schema.org/domainIncludes": [ @@ -2481,12 +2475,12 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Customer" + "@id": "https://w3id.org/dpv/tech/owl#Producer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasProvider", + "@id": "https://w3id.org/dpv/tech/owl#hasEvaluator", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -2498,7 +2492,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Provider" + "@id": "https://w3id.org/dpv/tech/owl#Evaluator" } ], "http://purl.org/dc/terms/contributor": [ @@ -2531,13 +2525,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology provider" + "@value": "Indicates technology evaluator" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provider" + "@value": "has evaluator" } ], "https://schema.org/domainIncludes": [ @@ -2547,12 +2541,12 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Provider" + "@id": "https://w3id.org/dpv/tech/owl#Evaluator" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Importer", + "@id": "https://w3id.org/dpv/tech/owl#Owner", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#Actor", @@ -2564,6 +2558,12 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "DGA 26.3" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -2583,13 +2583,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that imports the Technology within a jurisdiction" + "@value": "Actor that owns Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Importer" + "@value": "Owner" } ] } diff --git a/tech/modules/actors-owl.owl b/tech/modules/actors-owl.owl index 7d82b90f7..899bf27bb 100644 --- a/tech/modules/actors-owl.owl +++ b/tech/modules/actors-owl.owl @@ -10,627 +10,627 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - Indicates technology owner + + Harshvardhan J. Pandit + 2024-05-09 - - has owner + has manufacturer + Indicates technology manufacturer + accepted - Harshvardhan J. Pandit - - 2024-05-09 - + + - - DGA 26.3 + + Importer accepted 2024-05-09 - Owner - Actor that owns Technology + Actor that imports the Technology within a jurisdiction + + Indicates technology designer + + + + accepted + Harshvardhan J. Pandit + + + 2024-05-09 + + + + has designer + - Paul Ryan + https://w3id.org/dpv/tech + 0.8.2 + + + + + + + + Georg P Krog Delaram Golpayegani + Paul Ryan Harshvardhan J. Pandit Julian Flake - - - - - - - - - - Harshvardhan J. Pandit - 0.8.2 - tech + + - - + http://www.w3.org/2000/01/rdf-schema http://www.w3.org/2004/02/skos/core + Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision https://w3id.org/dpv/tech# - 2024-05-09 - https://w3id.org/dpv/tech Technology Concepts - - - 2024-05-09 + Harshvardhan J. Pandit + tech + + 2024-05-09 + 2024-05-09 - - DGA 26.3 - Supplier + + + + + + Guides for Data Privacy Vocabulary + + + + + + + + + 2024-05-09 + Indicates technology provider - - - + + accepted - 2024-05-09 - Actor that supplies Technology - + has provider + Harshvardhan J. Pandit - + accepted - Purchaser - DGA 26.3 + Harshvardhan J. Pandit - + Actor that provides Technology 2024-05-09 - Actor that purchases Technology + ISO/IEC 22989:2022 + Provider + - - Evaluator + + accepted + DGA 26.3 - accepted 2024-05-09 - ISO/IEC 22989:2022 - Actor that evaluates the performance of Technology + Actor that designs Technology + Designer - + - - ISO/IEC 22989:2022 - Actor that develops Technology + + + Technology Concepts - Turtle serialiation + + + + + + + 2024-05-09 - Developer + AI Act + Deployer + Actor that deploys Technology accepted - Harshvardhan J. Pandit - 2024-05-09 - + - - Harshvardhan J. Pandit - - - Indicates technology producer - 2024-05-09 - - - + + Owner accepted - + DGA 26.3 - has producer - - - - - - - accepted - - Indicates technology deployer 2024-05-09 - has deployer - - Harshvardhan J. Pandit - - - - - - Installer - accepted - 2024-05-09 - Actor that installs Technology - DGA 26.3 - + Actor that owns Technology - - Indicates technology supplier - + + User Harshvardhan J. Pandit - - + + + 2024-05-09 - - - - - has supplier - + Actor that uses Technologoy + ISO/IEC 22989:2022 + accepted + - - - - - + - Technology Concepts - Turtle serialiation + + + + + Primer for Data Privacy Vocabulary - - has customer - - + + Indicates technology partner + has partner - Indicates technology customer - - - accepted - Harshvardhan J. Pandit + + + 2024-05-09 - - - - - ISO/IEC 22989:2022 - - - - Harshvardhan J. Pandit - Provider - 2024-05-09 - Actor that provides Technology - accepted - - - - + - Harshvardhan J. Pandit - - 2024-05-09 - - - Indicates technology developer - has developer accepted - - - - - + + + has auditor + 2024-05-09 - + Indicates technology auditor + - accepted - 2024-05-09 - Indicates technology partner Harshvardhan J. Pandit - has partner + + - - Actor that produces Technology - ISO/IEC 22989:2022 + + + Harshvardhan J. Pandit + Indicates technology purchaser + + + 2024-05-09 + + has purchaser + - - - + + accepted - Producer - 2024-05-09 - - - Indicates technology manufacturer - - Harshvardhan J. Pandit - + + 2024-05-09 + + Indicates technology evaluator + + + accepted + + Harshvardhan J. Pandit - - accepted - 2024-05-09 - - has manufacturer + has evaluator - + + + + + + Technology Concepts - HTML serialiation + + + - - - + accepted + + Harshvardhan J. Pandit + + + + + has subject 2024-05-09 - Customer - ISO/IEC 22989:2022 - Actor that uses Technology directly or indirectly by providing it to Users - + Indicates technology subject + - - DGA 26.3 + + 2024-05-09 - Actor that manufactures Technology accepted - 2024-05-09 - Manufacturer + Partner + "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. + Actor that provides services in the context of Technology + ISO/IEC 22989:2022 - - Actor that integrates Technology in to (larger) systems accepted + Actor that integrates Technology in to (larger) systems + System Integrator 2024-05-09 ISO/IEC 22989:2022 - - - Examples for Data Privacy Vocabulary - - - - - - - - - - Technology Concepts - N3 serialiation - - - - + - accepted - Harshvardhan J. Pandit 2024-05-09 - + Harshvardhan J. Pandit Subject ISO/IEC 22989:2022 + accepted Actor that is subjected to the use or impact of Technology + - - Indicates technology installer - - + + Actor that maintains Technology + DGA 26.3 + + accepted + + + + 2024-05-09 + Maintainer + + + + Actor that distributes the Technology + accepted + Distributor + + + + 2024-05-09 + + + - + + + + accepted + has supplier Harshvardhan J. Pandit - - 2024-05-09 - has installer + + + Indicates technology supplier - - Indicates technology subject - + + accepted Harshvardhan J. Pandit - + + Indicates technology producer - 2024-05-09 + 2024-05-09 + has producer + - accepted - - - has subject - - - DGA 26.3 - Actor that designs Technology + + + - accepted 2024-05-09 - Designer - + ISO/IEC 22989:2022 + accepted + Actor that evaluates the performance of Technology + Evaluator + + - + - Deployer - - AI Act 2024-05-09 - Actor that deploys Technology + Actor that supplies Technology + Supplier accepted + DGA 26.3 + - + + has developer + + 2024-05-09 - ISO/IEC 22989:2022 - Actor that uses Technologoy - User - - - + + Indicates technology developer + + accepted Harshvardhan J. Pandit - - - - - - has user + + + Purchaser + + + + DGA 26.3 + accepted 2024-05-09 - - - - Indicates technology user - Harshvardhan J. Pandit - + Actor that purchases Technology + - - - - - - - Guides for Data Privacy Vocabulary + + Actor that produces Technology + 2024-05-09 + + + + ISO/IEC 22989:2022 + Producer + accepted + + - + - - - Indicates technology maintainer + 2024-05-09 + Indicates technology user + + - accepted - Harshvardhan J. Pandit + has user - has maintainer - 2024-05-09 - - - - - - - - Technology Concepts - HTML serialiation + + Harshvardhan J. Pandit - - + + + accepted - + has maintainer + Harshvardhan J. Pandit - 2024-05-09 - - Indicates technology system integrator - has system integrator - - + + - - - Actor that imports the Technology within a jurisdiction - - - - - Importer - accepted 2024-05-09 - + Indicates technology maintainer - + + + accepted - Indicates technology designer - has designer + has system integrator + Indicates technology system integrator + + + Harshvardhan J. Pandit - - - Harshvardhan J. Pandit - - 2024-05-09 - + - + + + Technology Concepts - N3 serialiation + + + + + + + accepted DGA 26.3 - Maintainer - + Actor that installs Technology + Installer - Actor that maintains Technology - accepted 2024-05-09 + - - Actor that audits Technology for conformance to policies, standards, or legal requirements - - + + - accepted - 2024-05-09 - Auditor ISO/IEC 22989:2022 - - - + Actor that develops Technology accepted - Actor that provides services in the context of Technology - ISO/IEC 22989:2022 - "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. - Partner - - - + Developer 2024-05-09 - + Harshvardhan J. Pandit + - - - has evaluator - accepted - - - - - Indicates technology evaluator + + + + accepted + has deployer Harshvardhan J. Pandit - 2024-05-09 - - - 2024-05-09 - - has purchaser - accepted - - - - Indicates technology purchaser - Harshvardhan J. Pandit - - + 2024-05-09 + + Indicates technology deployer - + + Actor that operates the Technology - Actor that distributes the Technology + accepted + Operator + 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 + + + 2024-05-09 + + + + ISO/IEC 22989:2022 + + + Customer accepted + Actor that uses Technology directly or indirectly by providing it to Users 2024-05-09 - Distributor - - Primer for Data Privacy Vocabulary + + + Technology Concepts - JSON-LD serialiation + - + + + + + + + Examples for Data Privacy Vocabulary + - - - - accepted + + + + + 2024-05-09 Harshvardhan J. Pandit + has owner + + + + Indicates technology owner + accepted + + + + Indicates technology installer + Harshvardhan J. Pandit 2024-05-09 - has provider - Indicates technology provider - - - + + + accepted + + + + has installer - + + + + + ISO/IEC 22989:2022 + Actor that audits Technology for conformance to policies, standards, or legal requirements + accepted 2024-05-09 - Actor that operates the Technology - Operator + Auditor + + + + Actor that manufactures Technology + 2024-05-09 + DGA 26.3 - 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 + accepted + Manufacturer - - Indicates technology auditor + + Indicates technology customer + has customer + - - 2024-05-09 - has auditor - accepted - - + 2024-05-09 + + + + accepted Harshvardhan J. Pandit - - - - - - - - Technology Concepts - JSON-LD serialiation - - - + Technology Concepts - RDF/XML serialiation + diff --git a/tech/modules/actors.jsonld b/tech/modules/actors.jsonld index aef312f47..a048befe3 100644 --- a/tech/modules/actors.jsonld +++ b/tech/modules/actors.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/tech#hasDesigner", + "@id": "https://w3id.org/dpv/tech#hasInstaller", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12,7 +12,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Designer" + "@id": "https://w3id.org/dpv/tech#Installer" } ], "http://purl.org/dc/terms/contributor": [ @@ -50,7 +50,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology designer" + "@value": "Indicates technology installer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -61,7 +61,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has designer" + "@value": "has installer" } ], "https://schema.org/domainIncludes": [ @@ -71,12 +71,12 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Designer" + "@id": "https://w3id.org/dpv/tech#Installer" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasEvaluator", + "@id": "https://w3id.org/dpv/tech#hasMaintainer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -88,7 +88,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Evaluator" + "@id": "https://w3id.org/dpv/tech#Maintainer" } ], "http://purl.org/dc/terms/contributor": [ @@ -126,7 +126,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology evaluator" + "@value": "Indicates technology maintainer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -137,7 +137,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has evaluator" + "@value": "has maintainer" } ], "https://schema.org/domainIncludes": [ @@ -147,12 +147,12 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Evaluator" + "@id": "https://w3id.org/dpv/tech#Maintainer" } ] }, { - "@id": "https://w3id.org/dpv/tech#Importer", + "@id": "https://w3id.org/dpv/tech#Distributor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -183,7 +183,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that imports the Technology within a jurisdiction" + "@value": "Actor that distributes the Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -194,43 +194,65 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Importer" + "@value": "Distributor" } ] }, { - "@id": "https://w3id.org/dpv/examples", + "@id": "https://w3id.org/dpv/tech#actors-classes", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#Importer", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.w3.org/TR/html/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Examples for Data Privacy Vocabulary" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/examples" + "@id": "https://w3id.org/dpv/tech#Actor" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@language": "en", + "@value": "Actor that imports the Technology within a jurisdiction" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#actors-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Importer" } ] }, { - "@id": "https://w3id.org/dpv/tech#Deployer", + "@id": "https://w3id.org/dpv/tech#Producer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -245,7 +267,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "AI Act" + "@value": "ISO/IEC 22989:2022" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -267,7 +289,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that deploys Technology" + "@value": "Actor that produces Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -278,47 +300,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Deployer" + "@value": "Producer" } ] }, { - "@id": "https://w3id.org/dpv/primer", + "@id": "https://w3id.org/dpv/tech#hasDesigner", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@value": "Primer for Data Privacy Vocabulary" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/primer" + "@id": "https://w3id.org/dpv/tech#Designer" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Designer", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -326,15 +331,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "DGA 26.3" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -345,60 +349,39 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that designs Technology" + "@value": "Indicates technology designer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Designer" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/json-ld11/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/application/ld+json" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - JSON-LD serialiation" + "@value": "has designer" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "https://schema.org/domainIncludes": [ { - "@id": "https://w3id.org/dpv/tech/tech.jsonld" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "https://schema.org/rangeIncludes": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://w3id.org/dpv/tech#Designer" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasManufacturer", + "@id": "https://w3id.org/dpv/tech#hasEvaluator", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -410,7 +393,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Manufacturer" + "@id": "https://w3id.org/dpv/tech#Evaluator" } ], "http://purl.org/dc/terms/contributor": [ @@ -448,7 +431,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology manufacturer" + "@value": "Indicates technology evaluator" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -459,7 +442,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has manufacturer" + "@value": "has evaluator" } ], "https://schema.org/domainIncludes": [ @@ -469,12 +452,12 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Manufacturer" + "@id": "https://w3id.org/dpv/tech#Evaluator" } ] }, { - "@id": "https://w3id.org/dpv/tech#Purchaser", + "@id": "https://w3id.org/dpv/tech#SystemIntegrator", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -489,7 +472,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "DGA 26.3" + "@value": "ISO/IEC 22989:2022" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -505,13 +488,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#Partner" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that purchases Technology" + "@value": "Actor that integrates Technology in to (larger) systems" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -522,43 +505,65 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purchaser" + "@value": "System Integrator" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-html", + "@id": "https://w3id.org/dpv/tech#Maintainer", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.w3.org/TR/html/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@language": "en", + "@value": "DGA 26.3" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Technology Concepts - HTML serialiation" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/tech/tech.html" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@id": "https://w3id.org/dpv/tech#Actor" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Actor that maintains Technology" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#actors-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Maintainer" } ] }, { - "@id": "https://w3id.org/dpv/tech#Manufacturer", + "@id": "https://w3id.org/dpv/tech#Auditor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -573,7 +578,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "DGA 26.3" + "@value": "ISO/IEC 22989:2022" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -589,13 +594,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#Partner" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that manufactures Technology" + "@value": "Actor that audits Technology for conformance to policies, standards, or legal requirements" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -606,12 +611,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Manufacturer" + "@value": "Auditor" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasDeveloper", + "@id": "https://w3id.org/dpv/tech#hasOwner", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -623,7 +628,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Developer" + "@id": "https://w3id.org/dpv/tech#Owner" } ], "http://purl.org/dc/terms/contributor": [ @@ -661,7 +666,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology developer" + "@value": "Indicates technology owner" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -672,7 +677,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has developer" + "@value": "has owner" } ], "https://schema.org/domainIncludes": [ @@ -682,140 +687,199 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Developer" + "@id": "https://w3id.org/dpv/tech#Owner" } ] }, { - "@id": "https://w3id.org/dpv/tech", + "@id": "https://w3id.org/dpv/tech#Installer", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/created": [ { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "DGA 26.3" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@language": "en", - "@value": "Georg P Krog" - }, + "@id": "https://w3id.org/dpv/tech#Actor" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Paul Ryan" - }, + "@value": "Actor that installs Technology" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@language": "en", - "@value": "Julian Flake" - }, + "@id": "https://w3id.org/dpv/tech#actors-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Delaram Golpayegani" + "@value": "Installer" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#hasSupplier", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://purl.org/dc/terms/identifier": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@value": "https://w3id.org/dpv/tech" + "@id": "https://w3id.org/dpv/tech#Supplier" } ], - "http://purl.org/dc/terms/license": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", + "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Technology Concepts" + "@value": "accepted" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@value": "tech" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "Indicates technology supplier" } ], - "http://www.w3.org/ns/dx/prof/hasResource": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/primer" - }, + "@id": "https://w3id.org/dpv/tech#actors-properties" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/guides" - }, + "@language": "en", + "@value": "has supplier" + } + ], + "https://schema.org/domainIncludes": [ { - "@id": "https://w3id.org/dpv/examples" - }, + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-html" - }, + "@id": "https://w3id.org/dpv/tech#Supplier" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#Developer", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" + ], + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-n3" - }, + "@language": "en", + "@value": "ISO/IEC 22989:2022" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "http://www.w3.org/2000/01/rdf-schema#" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "http://www.w3.org/2004/02/skos/core#" - }, + "@id": "https://w3id.org/dpv/tech#Producer" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv" + "@language": "en", + "@value": "Actor that develops Technology" } ], - "https://schema.org/version": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@value": "0.8.2" + "@id": "https://w3id.org/dpv/tech#actors-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Developer" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasCustomer", + "@id": "https://w3id.org/dpv/tech#hasPurchaser", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -827,7 +891,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Customer" + "@id": "https://w3id.org/dpv/tech#Purchaser" } ], "http://purl.org/dc/terms/contributor": [ @@ -865,7 +929,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology customer" + "@value": "Indicates technology purchaser" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -876,7 +940,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has customer" + "@value": "has purchaser" } ], "https://schema.org/domainIncludes": [ @@ -886,18 +950,43 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Customer" + "@id": "https://w3id.org/dpv/tech#Purchaser" } ] }, { - "@id": "https://w3id.org/dpv/tech#actors-classes", + "@id": "https://w3id.org/dpv/primer", "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Primer for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/primer" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + } ] }, { - "@id": "https://w3id.org/dpv/tech#Customer", + "@id": "https://w3id.org/dpv/tech#Partner", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -934,7 +1023,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that uses Technology directly or indirectly by providing it to Users" + "@value": "Actor that provides services in the context of Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -945,16 +1034,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer" + "@value": "Partner" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "\"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." } ] }, { - "@id": "https://w3id.org/dpv/tech#Operator", + "@id": "https://w3id.org/dpv/tech#hasDeveloper", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Developer" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { @@ -967,6 +1076,11 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -975,39 +1089,52 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that operates the Technology" + "@value": "Indicates technology developer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Operator" + "@value": "has developer" } ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ + "https://schema.org/domainIncludes": [ { - "@language": "en", - "@value": "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" + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Developer" } ] }, { - "@id": "https://w3id.org/dpv/tech#User", + "@id": "https://w3id.org/dpv/tech#hasProvider", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Provider" + } ], "http://purl.org/dc/terms/contributor": [ { @@ -1020,15 +1147,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1039,33 +1165,57 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Customer" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that uses Technologoy" + "@value": "Indicates technology provider" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User" + "@value": "has provider" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Provider" } ] }, { - "@id": "https://w3id.org/dpv/tech#Maintainer", + "@id": "https://w3id.org/dpv/tech#hasSystemIntegrator", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#SystemIntegrator" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { @@ -1073,15 +1223,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "DGA 26.3" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1092,33 +1241,57 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that maintains Technology" + "@value": "Indicates technology system integrator" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maintainer" + "@value": "has system integrator" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#SystemIntegrator" } ] }, { - "@id": "https://w3id.org/dpv/tech#Producer", + "@id": "https://w3id.org/dpv/tech#hasUser", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#User" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { @@ -1126,15 +1299,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1145,64 +1317,57 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that produces Technology" + "@value": "Indicates technology user" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Producer" + "@value": "has user" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-n3", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "https://schema.org/domainIncludes": [ { - "@id": "https://www.w3.org/TeamSubmission/n3/" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://purl.org/dc/terms/format": [ + "https://schema.org/rangeIncludes": [ { - "@id": "https://www.iana.org/assignments/media-types/text/n3" + "@id": "https://w3id.org/dpv/tech#User" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#hasSubject", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@value": "Technology Concepts - N3 serialiation" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/tech.n3" + "@id": "https://w3id.org/dpv/tech#Subject" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Evaluator", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -1210,15 +1375,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1229,29 +1393,39 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Partner" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that evaluates the performance of Technology" + "@value": "Indicates technology subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Evaluator" + "@value": "has subject" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Subject" } ] }, { - "@id": "https://w3id.org/dpv/tech#Supplier", + "@id": "https://w3id.org/dpv/tech#Manufacturer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1288,7 +1462,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that supplies Technology" + "@value": "Actor that manufactures Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1299,16 +1473,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Supplier" + "@value": "Manufacturer" } ] }, { - "@id": "https://w3id.org/dpv/tech#Installer", + "@id": "https://w3id.org/dpv/tech#hasAuditor", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Auditor" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { @@ -1316,15 +1504,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "DGA 26.3" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1335,82 +1522,50 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that installs Technology" + "@value": "Indicates technology auditor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Installer" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - RDF/XML serialiation" + "@value": "has auditor" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "https://schema.org/domainIncludes": [ { - "@id": "https://w3id.org/dpv/tech/tech.rdf" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "https://schema.org/rangeIncludes": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://w3id.org/dpv/tech#Auditor" } ] }, { - "@id": "https://w3id.org/dpv/tech#Provider", + "@id": "https://w3id.org/dpv/tech#Operator", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#Actor" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -1430,7 +1585,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that provides Technology" + "@value": "Actor that operates the Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1441,30 +1596,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provider" + "@value": "Operator" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "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" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasDeployer", + "@id": "https://w3id.org/dpv/tech#Purchaser", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Deployer" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -1472,14 +1619,15 @@ "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "DGA 26.3" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1490,39 +1638,29 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology deployer" + "@value": "Actor that purchases Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has deployer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Deployer" + "@value": "Purchaser" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasUser", + "@id": "https://w3id.org/dpv/tech#hasProducer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1534,7 +1672,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#User" + "@id": "https://w3id.org/dpv/tech#Producer" } ], "http://purl.org/dc/terms/contributor": [ @@ -1572,7 +1710,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology user" + "@value": "Indicates technology producer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1583,7 +1721,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has user" + "@value": "has producer" } ], "https://schema.org/domainIncludes": [ @@ -1593,12 +1731,12 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#User" + "@id": "https://w3id.org/dpv/tech#Producer" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasProvider", + "@id": "https://w3id.org/dpv/tech#hasDeployer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1610,7 +1748,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Provider" + "@id": "https://w3id.org/dpv/tech#Deployer" } ], "http://purl.org/dc/terms/contributor": [ @@ -1648,7 +1786,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology provider" + "@value": "Indicates technology deployer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1659,7 +1797,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provider" + "@value": "has deployer" } ], "https://schema.org/domainIncludes": [ @@ -1669,113 +1807,141 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Provider" + "@id": "https://w3id.org/dpv/tech#Deployer" } ] }, { - "@id": "https://w3id.org/dpv/tech#Auditor", + "@id": "https://w3id.org/dpv/tech#actors-properties", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@value": "http://www.w3.org/2004/02/skos/core" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech#" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/created": [ { "@language": "en", - "@value": "accepted" + "@value": "2024-05-09" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/tech#Partner" + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Julian Flake" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Actor that audits Technology for conformance to policies, standards, or legal requirements" + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/identifier": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@value": "https://w3id.org/dpv/tech" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/license": [ { - "@language": "en", - "@value": "Auditor" + "@id": "https://www.w3.org/copyright/document-license-2023/" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Owner", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", + "@language": "en", "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "DGA 26.3" + "@value": "Technology Concepts" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://w3id.org/dpv/tech#" + "@value": "tech" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@language": "en", - "@value": "accepted" + "@value": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://www.w3.org/ns/dx/prof/hasResource": [ { - "@id": "https://w3id.org/dpv/tech#Actor" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/primer" + }, { - "@language": "en", - "@value": "Actor that owns Technology" + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/isProfileOf": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "http://www.w3.org/2000/01/rdf-schema#" + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#" + }, + { + "@id": "https://w3id.org/dpv" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://schema.org/version": [ { - "@language": "en", - "@value": "Owner" + "@value": "0.8.2" } ] }, @@ -1811,83 +1977,42 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#Developer", + "@id": "https://w3id.org/dpv/tech#serialisation-ttl", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.w3.org/TR/turtle/" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#Producer" + "@id": "https://www.iana.org/assignments/media-types/text/turtle" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Actor that develops Technology" + "@value": "Technology Concepts - Turtle serialiation" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech/tech.ttl" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Developer" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasMaintainer", + "@id": "https://w3id.org/dpv/tech#Owner", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Maintainer" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -1895,14 +2020,15 @@ "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "DGA 26.3" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1913,128 +2039,95 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology maintainer" + "@value": "Actor that owns Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has maintainer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Maintainer" + "@value": "Owner" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasSubject", + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Subject" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://www.w3.org/TR/json-ld11/" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://www.iana.org/assignments/media-types/application/ld+json" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@value": "Technology Concepts - JSON-LD serialiation" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/tech/tech.jsonld" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-rdf", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "Indicates technology subject" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "has subject" + "@value": "Technology Concepts - RDF/XML serialiation" } ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech/tech.rdf" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech#Subject" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasProducer", + "@id": "https://w3id.org/dpv/tech#Provider", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Producer" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/contributor": [ { @@ -2047,14 +2140,15 @@ "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "ISO/IEC 22989:2022" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2065,39 +2159,29 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology producer" + "@value": "Actor that provides Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has producer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Producer" + "@value": "Provider" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasInstaller", + "@id": "https://w3id.org/dpv/tech#hasPartner", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2109,7 +2193,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Installer" + "@id": "https://w3id.org/dpv/tech#Partner" } ], "http://purl.org/dc/terms/contributor": [ @@ -2147,7 +2231,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology installer" + "@value": "Indicates technology partner" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2158,7 +2242,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has installer" + "@value": "has partner" } ], "https://schema.org/domainIncludes": [ @@ -2168,18 +2252,43 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Installer" + "@id": "https://w3id.org/dpv/tech#Partner" } ] }, { - "@id": "https://w3id.org/dpv/tech#actors-properties", + "@id": "https://w3id.org/dpv/examples", "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Examples for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/examples" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + } ] }, { - "@id": "https://w3id.org/dpv/tech#hasPurchaser", + "@id": "https://w3id.org/dpv/tech#hasManufacturer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2191,7 +2300,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Purchaser" + "@id": "https://w3id.org/dpv/tech#Manufacturer" } ], "http://purl.org/dc/terms/contributor": [ @@ -2229,7 +2338,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology purchaser" + "@value": "Indicates technology manufacturer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2240,7 +2349,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has purchaser" + "@value": "has manufacturer" } ], "https://schema.org/domainIncludes": [ @@ -2250,17 +2359,22 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Purchaser" + "@id": "https://w3id.org/dpv/tech#Manufacturer" } ] }, { - "@id": "https://w3id.org/dpv/tech#SystemIntegrator", + "@id": "https://w3id.org/dpv/tech#Subject", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#Actor" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -2286,13 +2400,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Partner" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that integrates Technology in to (larger) systems" + "@value": "Actor that is subjected to the use or impact of Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2303,30 +2417,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "System Integrator" + "@value": "Subject" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasPartner", + "@id": "https://w3id.org/dpv/tech#Evaluator", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Partner" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -2334,14 +2434,15 @@ "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "ISO/IEC 22989:2022" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2352,49 +2453,65 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#Partner" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology partner" + "@value": "Actor that evaluates the performance of Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has partner" + "@value": "Evaluator" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-html", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "https://schema.org/domainIncludes": [ + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - HTML serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech/tech.html" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech#Partner" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" } ] }, { - "@id": "https://w3id.org/dpv/tech#Subject", + "@id": "https://w3id.org/dpv/tech#Customer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#Actor" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -2426,7 +2543,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that is subjected to the use or impact of Technology" + "@value": "Actor that uses Technology directly or indirectly by providing it to Users" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2437,12 +2554,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Subject" + "@value": "Customer" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasSystemIntegrator", + "@id": "https://w3id.org/dpv/tech#hasCustomer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2454,7 +2571,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#SystemIntegrator" + "@id": "https://w3id.org/dpv/tech#Customer" } ], "http://purl.org/dc/terms/contributor": [ @@ -2492,7 +2609,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology system integrator" + "@value": "Indicates technology customer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2503,7 +2620,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has system integrator" + "@value": "has customer" } ], "https://schema.org/domainIncludes": [ @@ -2513,17 +2630,22 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#SystemIntegrator" + "@id": "https://w3id.org/dpv/tech#Customer" } ] }, { - "@id": "https://w3id.org/dpv/tech#Partner", + "@id": "https://w3id.org/dpv/tech#User", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#Actor" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -2549,13 +2671,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#Customer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that provides services in the context of Technology" + "@value": "Actor that uses Technologoy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2566,49 +2688,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Partner" - } - ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ - { - "@language": "en", - "@value": "\"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." - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/turtle/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - Turtle serialiation" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/tech/tech.ttl" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@value": "User" } ] }, { - "@id": "https://w3id.org/dpv/tech#Distributor", + "@id": "https://w3id.org/dpv/tech#Supplier", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2620,6 +2705,12 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "DGA 26.3" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -2639,7 +2730,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that distributes the Technology" + "@value": "Actor that supplies Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2650,30 +2741,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Distributor" + "@value": "Supplier" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasOwner", + "@id": "https://w3id.org/dpv/tech#Designer", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Owner" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -2681,14 +2758,15 @@ "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "DGA 26.3" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2699,133 +2777,64 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology owner" + "@value": "Actor that designs Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has owner" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Owner" + "@value": "Designer" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasAuditor", + "@id": "https://w3id.org/dpv/tech#serialisation-n3", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Auditor" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "Indicates technology auditor" + "@id": "https://www.w3.org/TeamSubmission/n3/" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://www.iana.org/assignments/media-types/text/n3" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "has auditor" + "@value": "Technology Concepts - N3 serialiation" } ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech/tech.n3" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech#Auditor" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasSupplier", + "@id": "https://w3id.org/dpv/tech#Deployer", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Supplier" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -2833,14 +2842,15 @@ "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "AI Act" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2851,34 +2861,24 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology supplier" + "@value": "Actor that deploys Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has supplier" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Supplier" + "@value": "Deployer" } ] } diff --git a/tech/modules/actors.rdf b/tech/modules/actors.rdf index 9e1454102..6a3b24d38 100644 --- a/tech/modules/actors.rdf +++ b/tech/modules/actors.rdf @@ -27,15 +27,49 @@ - + + + + + + + Technology Concepts - RDF/XML serialiation + + + + + + Installer + Actor that installs Technology + + DGA 26.3 + 2024-05-09 + accepted + + + + + + + + Operator + Actor that operates the Technology + + 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 + 2024-05-09 + accepted + + + + - has auditor - Indicates technology auditor + has supplier + Indicates technology supplier - - + + 2024-05-09 @@ -44,28 +78,49 @@ - + - System Integrator - Actor that integrates Technology in to (larger) systems - + Producer + Actor that produces Technology + ISO/IEC 22989:2022 2024-05-09 accepted - + + + + + Guides for Data Privacy Vocabulary + + + + + + + + Purchaser + Actor that purchases Technology + + DGA 26.3 + 2024-05-09 + accepted + + + + - has designer - Indicates technology designer + has manufacturer + Indicates technology manufacturer - - + + 2024-05-09 @@ -74,15 +129,15 @@ - + - has partner - Indicates technology partner + has provider + Indicates technology provider - - + + 2024-05-09 @@ -91,15 +146,29 @@ - + + + + + Partner + Actor that provides services in the context of Technology + + "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. + ISO/IEC 22989:2022 + 2024-05-09 + accepted + + + + - has maintainer - Indicates technology maintainer + has auditor + Indicates technology auditor - - + + 2024-05-09 @@ -125,15 +194,15 @@ - + - has subject - Indicates technology subject + has designer + Indicates technology designer - - + + 2024-05-09 @@ -142,15 +211,15 @@ - + - has evaluator - Indicates technology evaluator + has customer + Indicates technology customer - - + + 2024-05-09 @@ -159,40 +228,15 @@ - - - - - Evaluator - Actor that evaluates the performance of Technology - - ISO/IEC 22989:2022 - 2024-05-09 - accepted - - - - - - - - Importer - Actor that imports the Technology within a jurisdiction - - 2024-05-09 - accepted - - - - + - has purchaser - Indicates technology purchaser + has developer + Indicates technology developer - - + + 2024-05-09 @@ -201,28 +245,30 @@ - + + - - - User - Actor that uses Technologoy - - ISO/IEC 22989:2022 + has maintainer + Indicates technology maintainer + + + + + + 2024-05-09 accepted Harshvardhan J. Pandit - + - + - Maintainer - Actor that maintains Technology + Importer + Actor that imports the Technology within a jurisdiction - DGA 26.3 2024-05-09 accepted @@ -241,15 +287,15 @@ - + - has system integrator - Indicates technology system integrator + has deployer + Indicates technology deployer - - + + 2024-05-09 @@ -258,45 +304,71 @@ - + - Customer - Actor that uses Technology directly or indirectly by providing it to Users + Maintainer + Actor that maintains Technology - ISO/IEC 22989:2022 + DGA 26.3 2024-05-09 accepted - - + + + + + + + Technology Concepts - JSON-LD serialiation + + + + + + Primer for Data Privacy Vocabulary + + + + - has supplier - Indicates technology supplier - - - - - - + + + Provider + Actor that provides Technology + + ISO/IEC 22989:2022 2024-05-09 accepted Harshvardhan J. Pandit - + - + + + + + Evaluator + Actor that evaluates the performance of Technology + + ISO/IEC 22989:2022 + 2024-05-09 + accepted + + + + - has developer - Indicates technology developer + has system integrator + Indicates technology system integrator - - + + 2024-05-09 @@ -305,28 +377,15 @@ - - - - - Installer - Actor that installs Technology - - DGA 26.3 - 2024-05-09 - accepted - - - - + - has deployer - Indicates technology deployer + has partner + Indicates technology partner - - + + 2024-05-09 @@ -335,15 +394,23 @@ - + + + + + + + Technology Concepts - N3 serialiation + + - has provider - Indicates technology provider + has purchaser + Indicates technology purchaser - - + + 2024-05-09 @@ -352,58 +419,32 @@ - - - - - Examples for Data Privacy Vocabulary - - - - + - Operator - Actor that operates the Technology + Customer + Actor that uses Technology directly or indirectly by providing it to Users - 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 + ISO/IEC 22989:2022 2024-05-09 accepted - + - Subject - Actor that is subjected to the use or impact of Technology + Supplier + Actor that supplies Technology - ISO/IEC 22989:2022 + DGA 26.3 2024-05-09 accepted - Harshvardhan J. Pandit - - - - has installer - Indicates technology installer - - - - - - - 2024-05-09 - accepted - Harshvardhan J. Pandit - - - @@ -436,17 +477,16 @@ - + - Developer - Actor that develops Technology - - ISO/IEC 22989:2022 + Deployer + Actor that deploys Technology + + AI Act 2024-05-09 accepted - Harshvardhan J. Pandit @@ -462,41 +502,46 @@ - + + - - - Deployer - Actor that deploys Technology - - AI Act + has evaluator + Indicates technology evaluator + + + + + + 2024-05-09 accepted + Harshvardhan J. Pandit - + - + - Purchaser - Actor that purchases Technology - - DGA 26.3 + User + Actor that uses Technologoy + + ISO/IEC 22989:2022 2024-05-09 accepted + Harshvardhan J. Pandit - + - has manufacturer - Indicates technology manufacturer + has producer + Indicates technology producer - - + + 2024-05-09 @@ -505,53 +550,41 @@ - + - Supplier - Actor that supplies Technology - - DGA 26.3 + System Integrator + Actor that integrates Technology in to (larger) systems + + ISO/IEC 22989:2022 2024-05-09 accepted - - + - has customer - Indicates technology customer - - - - - - + + + Designer + Actor that designs Technology + + DGA 26.3 2024-05-09 accepted - Harshvardhan J. Pandit - - - - - - - Guides for Data Privacy Vocabulary - - + - + - has producer - Indicates technology producer + has installer + Indicates technology installer - - + + 2024-05-09 @@ -560,40 +593,36 @@ - + - Producer - Actor that produces Technology + Subject + Actor that is subjected to the use or impact of Technology ISO/IEC 22989:2022 2024-05-09 accepted + Harshvardhan J. Pandit - - - - - - - Technology Concepts - JSON-LD serialiation - - + + - - - Partner - Actor that provides services in the context of Technology - - "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. - ISO/IEC 22989:2022 + has subject + Indicates technology subject + + + + + + 2024-05-09 accepted + Harshvardhan J. Pandit - + @@ -608,13 +637,19 @@ - - - - - Primer for Data Privacy Vocabulary - - + + + + + Developer + Actor that develops Technology + + ISO/IEC 22989:2022 + 2024-05-09 + accepted + Harshvardhan J. Pandit + + @@ -624,6 +659,9 @@ Technology Concepts - Turtle serialiation + + + @@ -637,48 +675,13 @@ - - - - - Provider - Actor that provides Technology - - ISO/IEC 22989:2022 - 2024-05-09 - accepted - Harshvardhan J. Pandit - - - - - - - - Designer - Actor that designs Technology - - DGA 26.3 - 2024-05-09 - accepted - - - - - - - - - - Technology Concepts - RDF/XML serialiation - - + - - - - - Technology Concepts - N3 serialiation + + + Examples for Data Privacy Vocabulary + + @@ -688,9 +691,6 @@ Technology Concepts - HTML serialiation - - - diff --git a/tech/modules/comms-owl.jsonld b/tech/modules/comms-owl.jsonld index 549512828..a88d50198 100644 --- a/tech/modules/comms-owl.jsonld +++ b/tech/modules/comms-owl.jsonld @@ -1,74 +1,58 @@ [ { - "@id": "https://w3id.org/dpv/tech/owl#WiFi", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#CommunicationMechanism", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://www.w3.org/TeamSubmission/n3/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#Networking" + "@id": "https://www.iana.org/assignments/media-types/text/n3" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Technology Concepts - N3 serialiation" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Technology utilising wifi wireless networking" + "@id": "https://w3id.org/dpv/tech/tech-owl.n3" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "WiFi" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/json-ld11/" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/application/ld+json" + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - JSON-LD serialiation" + "@value": "Technology Concepts - RDF/XML serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.jsonld" + "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ @@ -78,7 +62,7 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#GPS", + "@id": "https://w3id.org/dpv/tech/owl#Bluetooth", "@type": [ "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -102,7 +86,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech/owl#Networking" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -114,112 +98,111 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising GPS" + "@value": "Technology utilising bluetooth" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GPS" + "@value": "Bluetooth" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Networking", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#CommunicationMechanism", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://www.w3.org/TR/json-ld11/" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/format": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://www.iana.org/assignments/media-types/application/ld+json" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@value": "Technology Concepts - JSON-LD serialiation" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech/tech-owl.jsonld" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "accepted" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "Technology utilising networking" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/format": [ { - "@language": "en", - "@value": "Networking" + "@id": "https://www.iana.org/assignments/media-types/text/html" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#LocalNetwork", - "@type": [ - "https://w3id.org/dpv/tech/owl#CommunicationMechanism", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/title": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Technology Concepts - HTML serialiation" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/tech/tech-owl.html" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" + } + ] + }, + { + "@id": "https://w3id.org/dpv/examples", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#Networking" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Examples for Data Privacy Vocabulary" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Technology utilising local networking" + "@id": "https://w3id.org/dpv/examples" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Local Network" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Bluetooth", + "@id": "https://w3id.org/dpv/tech/owl#WiFi", "@type": [ "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -255,18 +238,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising bluetooth" + "@value": "Technology utilising wifi wireless networking" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bluetooth" + "@value": "WiFi" } ] }, { - "@id": "https://w3id.org/dpv/examples", + "@id": "https://w3id.org/dpv/primer", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], @@ -282,12 +265,12 @@ ], "http://purl.org/dc/terms/title": [ { - "@value": "Examples for Data Privacy Vocabulary" + "@value": "Primer for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/examples" + "@id": "https://w3id.org/dpv/primer" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ @@ -297,131 +280,190 @@ ] }, { - "@id": "https://w3id.org/dpv/primer", + "@id": "https://w3id.org/dpv/tech/owl#", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/html/" + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, + { + "@value": "http://www.w3.org/2004/02/skos/core" + }, + { + "@id": "http://www.w3.org/2002/07/owl" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Primer for Data Privacy Vocabulary" + "@language": "en", + "@value": "2024-05-09" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/primer" + "@language": "en", + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Julian Flake" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@language": "en", + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/hasVersion": [ { - "@id": "https://www.w3.org/TR/turtle/" + "@id": "https://w3id.org/dpv/tech" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/identifier": [ { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" + "@value": "https://w3id.org/dpv/tech" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/license": [ { - "@value": "Technology Concepts - Turtle serialiation" + "@id": "https://www.w3.org/copyright/document-license-2023/" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.ttl" + "@language": "en", + "@value": "2024-05-09" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/terms/title": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "Technology Concepts" } - ] - }, - { - "@id": "https://w3id.org/dpv/guides", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://www.w3.org/TR/html/" + "@value": "tech" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@value": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/ns/dx/prof/hasResource": [ { - "@value": "Guides for Data Privacy Vocabulary" + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/ns/dx/prof/isProfileOf": [ { - "@id": "https://w3id.org/dpv/guides" + "@id": "https://w3id.org/dpv/tech" + }, + { + "@id": "https://w3id.org/dpv/owl" + }, + { + "@id": "http://www.w3.org/2002/07/owl" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "https://schema.org/version": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@value": "0.8.2" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", + "@id": "https://w3id.org/dpv/tech/owl#GPS", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "https://w3id.org/dpv/tech/owl#CommunicationMechanism", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Technology Concepts - RDF/XML serialiation" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" + "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Technology utilising GPS" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "GPS" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Internet", + "@id": "https://w3id.org/dpv/tech/owl#CellularNetwork", "@type": [ "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -457,18 +499,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising internet" + "@value": "Technology utilising cellular networking" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internet" + "@value": "Cellular Network" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#CellularNetwork", + "@id": "https://w3id.org/dpv/tech/owl#Networking", "@type": [ "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -492,7 +534,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Networking" + "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -504,70 +546,86 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising cellular networking" + "@value": "Technology utilising networking" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cellular Network" + "@value": "Networking" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", + "@id": "https://w3id.org/dpv/tech/owl#Internet", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#CommunicationMechanism", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://www.w3.org/TR/html/" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Technology Concepts - HTML serialiation" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.html" + "@id": "https://w3id.org/dpv/tech/owl#Networking" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Technology utilising internet" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Internet" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TeamSubmission/n3/" + "@id": "https://www.w3.org/TR/turtle/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/n3" + "@id": "https://www.iana.org/assignments/media-types/text/turtle" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - N3 serialiation" + "@value": "Technology Concepts - Turtle serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.n3" + "@id": "https://w3id.org/dpv/tech/tech-owl.ttl" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ @@ -577,138 +635,80 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#", + "@id": "https://w3id.org/dpv/guides", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "http://www.w3.org/2002/07/owl" - }, - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@language": "en", - "@value": "2024-05-09" + "@id": "https://www.w3.org/TR/html/" } ], - "http://purl.org/dc/terms/creator": [ - { - "@language": "en", - "@value": "Paul Ryan" - }, - { - "@language": "en", - "@value": "Georg P Krog" - }, - { - "@language": "en", - "@value": "Delaram Golpayegani" - }, - { - "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/format": [ { - "@language": "en", - "@value": "Julian Flake" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + "@value": "Guides for Data Privacy Vocabulary" } ], - "http://purl.org/dc/terms/hasVersion": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech" + "@id": "https://w3id.org/dpv/guides" } ], - "http://purl.org/dc/terms/identifier": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@value": "https://w3id.org/dpv/tech" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#LocalNetwork", + "@type": [ + "https://w3id.org/dpv/tech/owl#CommunicationMechanism", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/license": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", + "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Technology Concepts" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "tech" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech/owl#Networking" } ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" - }, + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "https://w3id.org/dpv/tech" - }, - { - "@id": "http://www.w3.org/2002/07/owl" - }, + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/owl" + "@language": "en", + "@value": "Technology utilising local networking" } ], - "https://schema.org/version": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.8.2" + "@language": "en", + "@value": "Local Network" } ] } diff --git a/tech/modules/comms-owl.owl b/tech/modules/comms-owl.owl index ee4718313..2aa4921a9 100644 --- a/tech/modules/comms-owl.owl +++ b/tech/modules/comms-owl.owl @@ -9,186 +9,186 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - 2024-05-09 - + + - - Harshvardhan J. Pandit - WiFi - accepted - Technology utilising wifi wireless networking - - - - - - - Primer for Data Privacy Vocabulary - - - - + 2024-05-09 accepted Harshvardhan J. Pandit - - - GPS Technology utilising GPS - 2024-05-09 + + + + Technology Concepts - N3 serialiation + + + + + + + + Technology Concepts - HTML serialiation + + + + - Paul Ryan + https://w3id.org/dpv/tech + 0.8.2 + + + + + + + + Georg P Krog Delaram Golpayegani + Paul Ryan Harshvardhan J. Pandit Julian Flake - - - - - - - - - - Harshvardhan J. Pandit - 0.8.2 - - http://www.w3.org/2000/01/rdf-schema - http://www.w3.org/2004/02/skos/core - - tech + + + + http://www.w3.org/2000/01/rdf-schema + http://www.w3.org/2004/02/skos/core + Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision https://w3id.org/dpv/tech# - 2024-05-09 - https://w3id.org/dpv/tech Technology Concepts - - - 2024-05-09 + Harshvardhan J. Pandit + tech + + 2024-05-09 + 2024-05-09 - - Harshvardhan J. Pandit - Local Network + + Technology Concepts - Turtle serialiation + + + + + + + - accepted - Technology utilising local networking + Harshvardhan J. Pandit + Cellular Network 2024-05-09 + accepted + Technology utilising cellular networking + + + + + + + Guides for Data Privacy Vocabulary + + + Examples for Data Privacy Vocabulary + + + + + + - Technology utilising networking - 2024-05-09 - + + Technology utilising networking + Harshvardhan J. Pandit + 2024-05-09 accepted Networking - Harshvardhan J. Pandit + + Primer for Data Privacy Vocabulary + + + + + + + + + + Technology Concepts - JSON-LD serialiation + + + + - + + + Internet + Harshvardhan J. Pandit + 2024-05-09 + accepted Technology utilising internet + + + + Technology Concepts - RDF/XML serialiation + + + + + + + + WiFi + + + 2024-05-09 accepted - Internet Harshvardhan J. Pandit + Technology utilising wifi wireless networking - accepted - Technology utilising bluetooth - - Bluetooth - Harshvardhan J. Pandit + accepted 2024-05-09 + Bluetooth + + Harshvardhan J. Pandit + Technology utilising bluetooth - - - - - - - Technology Concepts - N3 serialiation - - - - - - - - Technology Concepts - JSON-LD serialiation - - - - - - - - Technology Concepts - Turtle serialiation - - - - - - - - Guides for Data Privacy Vocabulary - - - - accepted - Cellular Network + + Harshvardhan J. Pandit 2024-05-09 - Technology utilising cellular networking - Harshvardhan J. Pandit + accepted + Technology utilising local networking + Local Network + - - - Examples for Data Privacy Vocabulary - - - - - - - - - Technology Concepts - RDF/XML serialiation - - - - - - Technology Concepts - HTML serialiation - - - - - - diff --git a/tech/modules/comms.jsonld b/tech/modules/comms.jsonld index c92614f06..d0bd42d5b 100644 --- a/tech/modules/comms.jsonld +++ b/tech/modules/comms.jsonld @@ -1,37 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/tech#serialisation-html", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - HTML serialiation" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/tech/tech.html" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#CellularNetwork", + "@id": "https://w3id.org/dpv/tech#WiFi", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -67,7 +36,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising cellular networking" + "@value": "Technology utilising wifi wireless networking" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -78,136 +47,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cellular Network" + "@value": "WiFi" } ] }, { - "@id": "https://w3id.org/dpv/tech", + "@id": "https://w3id.org/dpv/tech#comms-classes", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@language": "en", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, - { - "@language": "en", - "@value": "Georg P Krog" - }, - { - "@language": "en", - "@value": "Paul Ryan" - }, - { - "@language": "en", - "@value": "Julian Flake" - }, - { - "@language": "en", - "@value": "Delaram Golpayegani" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" - } - ], - "http://purl.org/dc/terms/identifier": [ - { - "@value": "https://w3id.org/dpv/tech" - } - ], - "http://purl.org/dc/terms/license": [ - { - "@id": "https://www.w3.org/copyright/document-license-2023/" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@language": "en", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Technology Concepts" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "tech" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-n3" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" - } - ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "http://www.w3.org/2000/01/rdf-schema#" - }, - { - "@id": "http://www.w3.org/2004/02/skos/core#" - }, - { - "@id": "https://w3id.org/dpv" - } - ], - "https://schema.org/version": [ - { - "@value": "0.8.2" - } + "http://www.w3.org/2004/02/skos/core#ConceptScheme" ] }, { @@ -293,58 +140,6 @@ } ] }, - { - "@id": "https://w3id.org/dpv/tech#Networking", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#CommunicationMechanism" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Technology utilising networking" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv/tech#comms-classes" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Networking" - } - ] - }, { "@id": "https://w3id.org/dpv/primer", "@type": [ @@ -377,7 +172,7 @@ ] }, { - "@id": "https://w3id.org/dpv/guides", + "@id": "https://w3id.org/dpv/tech#serialisation-html", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], @@ -393,28 +188,22 @@ ], "http://purl.org/dc/terms/title": [ { - "@value": "Guides for Data Privacy Vocabulary" + "@value": "Technology Concepts - HTML serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/guides" + "@id": "https://w3id.org/dpv/tech/tech.html" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" } ] }, { - "@id": "https://w3id.org/dpv/tech#comms-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#WiFi", + "@id": "https://w3id.org/dpv/tech#Bluetooth", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -450,7 +239,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising wifi wireless networking" + "@value": "Technology utilising bluetooth" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -461,12 +250,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WiFi" + "@value": "Bluetooth" } ] }, { - "@id": "https://w3id.org/dpv/tech#Bluetooth", + "@id": "https://w3id.org/dpv/tech#CellularNetwork", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -502,7 +291,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising bluetooth" + "@value": "Technology utilising cellular networking" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -513,7 +302,135 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bluetooth" + "@value": "Cellular Network" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, + { + "@value": "http://www.w3.org/2004/02/skos/core" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@language": "en", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Julian Flake" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@value": "https://w3id.org/dpv/tech" + } + ], + "http://purl.org/dc/terms/license": [ + { + "@id": "https://www.w3.org/copyright/document-license-2023/" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@language": "en", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Technology Concepts" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "tech" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/ns/dx/prof/hasResource": [ + { + "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" + } + ], + "http://www.w3.org/ns/dx/prof/isProfileOf": [ + { + "@id": "http://www.w3.org/2000/01/rdf-schema#" + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#" + }, + { + "@id": "https://w3id.org/dpv" + } + ], + "https://schema.org/version": [ + { + "@value": "0.8.2" } ] }, @@ -549,59 +466,111 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl", + "@id": "https://w3id.org/dpv/guides", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/turtle/" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - Turtle serialiation" + "@value": "Guides for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech.ttl" + "@id": "https://w3id.org/dpv/guides" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-n3", + "@id": "https://w3id.org/dpv/tech#Networking", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#CommunicationMechanism" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Technology utilising networking" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#comms-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Networking" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-ttl", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TeamSubmission/n3/" + "@id": "https://www.w3.org/TR/turtle/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/n3" + "@id": "https://www.iana.org/assignments/media-types/text/turtle" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - N3 serialiation" + "@value": "Technology Concepts - Turtle serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech.n3" + "@id": "https://w3id.org/dpv/tech/tech.ttl" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ @@ -611,7 +580,7 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#Internet", + "@id": "https://w3id.org/dpv/tech#GPS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -641,13 +610,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Networking" + "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising internet" + "@value": "Technology utilising GPS" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -658,12 +627,43 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internet" + "@value": "GPS" } ] }, { - "@id": "https://w3id.org/dpv/tech#GPS", + "@id": "https://w3id.org/dpv/tech#serialisation-n3", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TeamSubmission/n3/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/n3" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - N3 serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech.n3" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#Internet", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -693,13 +693,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech#Networking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising GPS" + "@value": "Technology utilising internet" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -710,7 +710,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GPS" + "@value": "Internet" } ] }, diff --git a/tech/modules/comms.rdf b/tech/modules/comms.rdf index e562aa024..202f20349 100644 --- a/tech/modules/comms.rdf +++ b/tech/modules/comms.rdf @@ -9,18 +9,13 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - Networking - Technology utilising networking - - 2024-05-09 - accepted - Harshvardhan J. Pandit - - + + + + + + + Technology Concepts - RDF/XML serialiation @@ -54,14 +49,6 @@ - - - - - Primer for Data Privacy Vocabulary - - - @@ -75,35 +62,43 @@ - + - - - - - Technology Concepts - JSON-LD serialiation + + + Guides for Data Privacy Vocabulary + + - + - - + + + Examples for Data Privacy Vocabulary - Technology Concepts - HTML serialiation - + - GPS - Technology utilising GPS - + WiFi + Technology utilising wifi wireless networking + 2024-05-09 accepted Harshvardhan J. Pandit + + + + + Primer for Data Privacy Vocabulary + + + @@ -117,14 +112,6 @@ - - - - - Guides for Data Privacy Vocabulary - - - @@ -159,44 +146,57 @@ - + - - - - Technology Concepts - Turtle serialiation + + + + Technology Concepts - JSON-LD serialiation - + + + + + + + + + + Technology Concepts - HTML serialiation + + - WiFi - Technology utilising wifi wireless networking - + Networking + Technology utilising networking + 2024-05-09 accepted Harshvardhan J. Pandit - - - - - Examples for Data Privacy Vocabulary - - + + + + + GPS + Technology utilising GPS + + 2024-05-09 + accepted + Harshvardhan J. Pandit + + - + - - - - Technology Concepts - RDF/XML serialiation - - - + + + + Technology Concepts - Turtle serialiation diff --git a/tech/modules/core-owl.jsonld b/tech/modules/core-owl.jsonld index 850aee31d..85d0f1ca0 100644 --- a/tech/modules/core-owl.jsonld +++ b/tech/modules/core-owl.jsonld @@ -1,19 +1,29 @@ [ { - "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation", + "@id": "https://w3id.org/dpv/tech/owl#hasIntendedUse", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#IntendedUse" + } ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-22" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21,11 +31,6 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/owl#Location" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -35,100 +40,162 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Location for where technology is deployed and used" + "@value": "Indicates the intended use of technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Deployment Location" + "@value": "has intended use" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#IntendedUse" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasCapability", + "@id": "https://w3id.org/dpv/tech/owl#", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, + { + "@value": "http://www.w3.org/2004/02/skos/core" + }, + { + "@id": "http://www.w3.org/2002/07/owl" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech/owl#Capability" + "@value": "Delaram Golpayegani" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", + "@language": "en", "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@language": "en", + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Julian Flake" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "accepted" + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/hasVersion": [ { - "@language": "en", - "@value": "Indicates the capability of the technology" + "@id": "https://w3id.org/dpv/tech" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/identifier": [ { - "@language": "en", - "@value": "has capability" + "@value": "https://w3id.org/dpv/tech" } ], - "https://schema.org/domainIncludes": [ + "http://purl.org/dc/terms/license": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://www.w3.org/copyright/document-license-2023/" } ], - "https://schema.org/rangeIncludes": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/tech/owl#Capability" + "@language": "en", + "@value": "2024-05-09" } - ] - }, - { - "@id": "https://w3id.org/dpv/primer", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://www.w3.org/TR/html/" + "@language": "en", + "@value": "Technology Concepts" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@value": "tech" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@value": "Primer for Data Privacy Vocabulary" + "@value": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/ns/dx/prof/hasResource": [ + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" + }, { "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/ns/dx/prof/isProfileOf": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "https://w3id.org/dpv/tech" + }, + { + "@id": "https://w3id.org/dpv/owl" + }, + { + "@id": "http://www.w3.org/2002/07/owl" + } + ], + "https://schema.org/version": [ + { + "@value": "0.8.2" } ] }, @@ -164,38 +231,68 @@ ] }, { - "@id": "https://w3id.org/dpv/examples", + "@id": "https://w3id.org/dpv/tech/owl#hasProvisionMethod", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/contributor": [ { - "@value": "Examples for Data Privacy Vocabulary" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/examples" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-07-02" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Specifies the provision or usage method of technology" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has provision method" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasActor", + "@id": "https://w3id.org/dpv/tech/owl#hasDeploymentLocation", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -207,7 +304,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation" } ], "http://purl.org/dc/terms/contributor": [ @@ -218,13 +315,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-10-21" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-17" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -241,13 +332,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an actor associated with technology" + "@value": "Specifies the location of technology deployment and use" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has actor" + "@value": "has deployment location" } ], "https://schema.org/domainIncludes": [ @@ -257,220 +348,214 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://www.w3.org/TR/json-ld11/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://www.iana.org/assignments/media-types/application/ld+json" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - HTML serialiation" + "@value": "Technology Concepts - JSON-LD serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.html" + "@id": "https://w3id.org/dpv/tech/tech-owl.jsonld" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "http://www.w3.org/2002/07/owl" - }, - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" + "@id": "https://www.w3.org/TR/html/" } ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Delaram Golpayegani" - }, + "http://purl.org/dc/terms/format": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "2024-05-09" + "@value": "Technology Concepts - HTML serialiation" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Paul Ryan" - }, + "@id": "https://w3id.org/dpv/tech/tech-owl.html" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Georg P Krog" - }, + "@id": "http://www.w3.org/ns/dx/prof/role/specification" + } + ] + }, + { + "@id": "https://w3id.org/dpv/primer", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "Delaram Golpayegani" - }, + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ { - "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Julian Flake" + "@value": "Primer for Data Privacy Vocabulary" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + "@id": "https://w3id.org/dpv/primer" } ], - "http://purl.org/dc/terms/hasVersion": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#hasCapability", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/identifier": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@value": "https://w3id.org/dpv/tech" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://purl.org/dc/terms/license": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@id": "https://w3id.org/dpv/tech/owl#Capability" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", + "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Technology Concepts" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "tech" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "Indicates the capability of the technology" } ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + "@language": "en", + "@value": "has capability" } ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "https://w3id.org/dpv/tech" - }, - { - "@id": "http://www.w3.org/2002/07/owl" - }, + "https://schema.org/domainIncludes": [ { - "@id": "https://w3id.org/dpv/owl" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "https://schema.org/version": [ + "https://schema.org/rangeIncludes": [ { - "@value": "0.8.2" + "@id": "https://w3id.org/dpv/tech/owl#Capability" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld", + "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://www.w3.org/TR/json-ld11/" + "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.iana.org/assignments/media-types/application/ld+json" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Technology Concepts - JSON-LD serialiation" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.jsonld" + "@id": "https://w3id.org/dpv/owl#Location" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Location for where technology is deployed and used" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Deployment Location" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism", + "@id": "https://w3id.org/dpv/tech/owl#Actor", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" } ], "http://purl.org/dc/terms/created": [ @@ -486,7 +571,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://w3id.org/dpv/owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -498,33 +583,34 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Communication mechanism used or provided by Technologoy" + "@value": "Actors and Entities involved in provision, use, and management of Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication Mechanism" + "@value": "Actor" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasFunction", + "@id": "https://w3id.org/dpv/tech/owl#ProvisionMethod", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/tech/owl#Function" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" @@ -535,6 +621,11 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -544,51 +635,57 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the function of the technology" + "@value": "Method associated with provision or use of technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has function" + "@value": "Provision Method" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "https://schema.org/domainIncludes": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://www.w3.org/TeamSubmission/n3/" } ], - "https://schema.org/rangeIncludes": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#Function" + "@id": "https://www.iana.org/assignments/media-types/text/n3" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#hasProvisionMethod", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@value": "Technology Concepts - N3 serialiation" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech/tech-owl.n3" } ], - "http://purl.org/dc/terms/contributor": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Function", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-07-02" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -596,6 +693,11 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -605,36 +707,78 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the provision or usage method of technology" + "@value": "Expression of what goals or purposes the technology's capabilities are being used towards or developed for" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision method" + "@value": "Function" } ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/2004/02/skos/core#scopeNote": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@language": "en", + "@value": "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" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "https://schema.org/rangeIncludes": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - RDF/XML serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Documentation", + "@id": "https://w3id.org/dpv/tech/owl#hasCommunicationMechanism", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-07-02" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -642,11 +786,6 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -656,25 +795,35 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information describing use, functionality, design, or other technical aspects of the Technology" + "@value": "Indicates communication mechanisms used or provided by technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Documentation" + "@value": "has communication mechanism" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Actor", + "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ @@ -690,7 +839,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Entity" + "@id": "https://w3id.org/dpv/owl#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -702,93 +851,62 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actors and Entities involved in provision, use, and management of Technology" + "@value": "Communication mechanism used or provided by Technologoy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Actor" + "@value": "Communication Mechanism" } ] }, { - "@id": "https://w3id.org/dpv/guides", + "@id": "https://w3id.org/dpv/tech/owl#Documentation", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Guides for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/guides" - } + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Technology Concepts - RDF/XML serialiation" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" + "@language": "en", + "@value": "Information describing use, functionality, design, or other technical aspects of the Technology" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "Documentation" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasDeploymentLocation", + "@id": "https://w3id.org/dpv/tech/owl#IntendedUse", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation" - } + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { @@ -798,7 +916,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2024-05-22" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -806,6 +924,11 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -815,23 +938,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the location of technology deployment and use" + "@value": "Describes the 'intended' use of the technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has deployment location" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" + "@value": "Intended Use" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/2004/02/skos/core#scopeNote": [ { - "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation" + "@language": "en", + "@value": "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 procss or other relevant context." } ] }, @@ -883,7 +1002,38 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasCommunicationMechanism", + "@id": "https://w3id.org/dpv/guides", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Guides for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/guides" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#hasFunction", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -895,18 +1045,13 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/tech/owl#Function" } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-07-02" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -923,13 +1068,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates communication mechanisms used or provided by technology" + "@value": "Indicates the function of the technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has communication mechanism" + "@value": "has function" } ], "https://schema.org/domainIncludes": [ @@ -939,109 +1084,72 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech/owl#Function" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", + "@id": "https://w3id.org/dpv/examples", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TeamSubmission/n3/" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/n3" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - N3 serialiation" + "@value": "Examples for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.n3" + "@id": "https://w3id.org/dpv/examples" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Function", + "@id": "https://w3id.org/dpv/tech/owl#hasActor", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech/owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Expression of what goals or purposes the technology's capabilities are being used towards or developed for" - } + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@language": "en", - "@value": "Function" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@language": "en", - "@value": "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" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyActor" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionMethod", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2022-10-21" } ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2024-05-17" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1049,11 +1157,6 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1063,13 +1166,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Method associated with provision or use of technology" + "@value": "Indicates an actor associated with technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provision Method" + "@value": "has actor" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#TechnologyActor" } ] } diff --git a/tech/modules/core-owl.n3 b/tech/modules/core-owl.n3 index eead6f585..d4204e7c4 100644 --- a/tech/modules/core-owl.n3 +++ b/tech/modules/core-owl.n3 @@ -72,6 +72,17 @@ tech-owl:Function a rdfs:Class, skos:prefLabel "Function"@en ; skos:scopeNote "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"@en . +tech-owl:IntendedUse a rdfs:Class, + owl:Class ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech-owl: ; + rdfs:subClassOf rdfs:Class ; + sw:term_status "accepted"@en ; + skos:definition "Describes the 'intended' use of the technology"@en ; + skos:prefLabel "Intended Use"@en ; + skos:scopeNote "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 procss or other relevant context."@en . + tech-owl:ProvisionMethod a rdfs:Class, owl:Class ; dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ; @@ -147,6 +158,19 @@ tech-owl:hasFunction a rdf:Property, schema:domainIncludes dpv-owl:Technology ; schema:rangeIncludes tech-owl:Function . +tech-owl:hasIntendedUse a rdf:Property, + owl:ObjectProperty ; + dcam:domainIncludes dpv-owl:Technology ; + dcam:rangeIncludes tech-owl:IntendedUse ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech-owl: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the intended use of technology"@en ; + skos:prefLabel "has intended use"@en ; + schema:domainIncludes dpv-owl:Technology ; + schema:rangeIncludes tech-owl:IntendedUse . + tech-owl:hasProvisionMethod a rdf:Property, owl:ObjectProperty ; dcam:domainIncludes dpv-owl:Technology ; diff --git a/tech/modules/core-owl.owl b/tech/modules/core-owl.owl index 0b021db3b..1151e9218 100644 --- a/tech/modules/core-owl.owl +++ b/tech/modules/core-owl.owl @@ -10,263 +10,289 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - has provision method - accepted - - + + + Technology Concepts - N3 serialiation + + + + + + - Harshvardhan J. Pandit - - Specifies the provision or usage method of technology - 2022-07-02 - - - - Capability - - - accepted - Examples of capabilities are image recognition, sentiment analysis, machine translation + + 2024-05-09 - - - Expression of what the technology is capable of achieving or providing - - accepted - Location for where technology is deployed and used - - - Harshvardhan J. Pandit, Delaram Golpayegani - 2022-06-15 - Deployment Location - - + has capability + + + Indicates the capability of the technology - + + + + + Technology Concepts - HTML serialiation - - Primer for Data Privacy Vocabulary - - - - - - Indicates the capability of the technology - - has capability + + Communication mechanism used or provided by Technologoy + accepted - - - - 2024-05-09 + + + 2022-06-15 + Harshvardhan J. Pandit + Communication Mechanism - Delaram Golpayegani - Harshvardhan J. Pandit - Paul Ryan + https://w3id.org/dpv/tech + 0.8.2 + + + + + + + + Georg P Krog Delaram Golpayegani + Paul Ryan Harshvardhan J. Pandit Julian Flake - - - - - - - - - - 0.8.2 - - http://www.w3.org/2000/01/rdf-schema - http://www.w3.org/2004/02/skos/core + + - - tech + + Delaram Golpayegani + Harshvardhan J. Pandit + http://www.w3.org/2000/01/rdf-schema + http://www.w3.org/2004/02/skos/core + Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision https://w3id.org/dpv/tech# - 2024-05-09 - https://w3id.org/dpv/tech Technology Concepts - - - 2024-05-09 + tech + + 2024-05-09 + 2024-05-09 - - - 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 - - accepted - Function - Expression of what goals or purposes the technology's capabilities are being used towards or developed for - 2024-05-09 - - - - - accepted + - 2024-05-09 - - - - has deployment location - Specifies the location of technology deployment and use - - + has intended use Harshvardhan J. Pandit - - - - accepted - 2024-05-17 - - Indicates an actor associated with technology + accepted + + + 2024-05-22 + Indicates the intended use of technology - Harshvardhan J. Pandit - - - 2022-10-21 - has actor - - - Actor - Harshvardhan J. Pandit, Delaram Golpayegani - Actors and Entities involved in provision, use, and management of Technology - - accepted - - - 2022-06-15 - - - - - - - - - Technology Concepts - N3 serialiation - - - - - - - - Technology Concepts - JSON-LD serialiation - - - Technology Concepts - Turtle serialiation + + + + + + Harshvardhan J. Pandit + + + 2022-07-02 + accepted + Specifies the provision or usage method of technology + + has provision method + + + + - + + + Guides for Data Privacy Vocabulary + + + + Examples for Data Privacy Vocabulary + + + - Guides for Data Privacy Vocabulary - - Indicates communication mechanisms used or provided by technology - - 2022-07-02 + + + accepted - has communication mechanism - - - Harshvardhan J. Pandit - - + Harshvardhan J. Pandit, Delaram Golpayegani + 2022-06-15 + Location for where technology is deployed and used + + Deployment Location - - - Communication mechanism used or provided by Technologoy - Harshvardhan J. Pandit + + Provision Method + Method associated with provision or use of technology + - 2022-06-15 + accepted - Communication Mechanism - accepted - + 2024-05-09 + 2022-06-15 + Harshvardhan J. Pandit, Delaram Golpayegani - Information describing use, functionality, design, or other technical aspects of the Technology - Documentation + + accepted 2024-05-09 + Information describing use, functionality, design, or other technical aspects of the Technology + + + + + + + + + Primer for Data Privacy Vocabulary + + + + accepted + 2022-06-15 + Harshvardhan J. Pandit, Delaram Golpayegani + Actors and Entities involved in provision, use, and management of Technology + Actor + - - 2024-05-09 - Provision Method + + + + 2022-07-02 + accepted + + + has communication mechanism + Indicates communication mechanisms used or provided by technology + + + Harshvardhan J. Pandit + + + + Indicates the function of the technology + + + + 2024-05-09 + accepted - Method associated with provision or use of technology + has function + + + + + + 2024-05-22 + + Harshvardhan J. Pandit - 2022-06-15 - Harshvardhan J. Pandit, Delaram Golpayegani - + accepted + Describes the 'intended' use of the technology + 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 procss or other relevant context. + Intended Use - - - Examples for Data Privacy Vocabulary + + + Technology Concepts - JSON-LD serialiation + - - - + + + + + + + Harshvardhan J. Pandit + + + has deployment location + Specifies the location of technology deployment and use + + + + 2024-05-09 + accepted - + + + Technology Concepts - RDF/XML serialiation - - - - - Indicates the function of the technology + + has actor + + + 2022-10-21 + + 2024-05-17 - 2024-05-09 + Indicates an actor associated with technology + accepted + - - has function - + Harshvardhan J. Pandit + + + Capability + + Expression of what the technology is capable of achieving or providing accepted + + + 2024-05-09 + Examples of capabilities are image recognition, sentiment analysis, machine translation - - Technology Concepts - HTML serialiation - - - - - + + + accepted + + + 2024-05-09 + 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 + Expression of what goals or purposes the technology's capabilities are being used towards or developed for + Function + diff --git a/tech/modules/core-owl.ttl b/tech/modules/core-owl.ttl index eead6f585..d4204e7c4 100644 --- a/tech/modules/core-owl.ttl +++ b/tech/modules/core-owl.ttl @@ -72,6 +72,17 @@ tech-owl:Function a rdfs:Class, skos:prefLabel "Function"@en ; skos:scopeNote "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"@en . +tech-owl:IntendedUse a rdfs:Class, + owl:Class ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech-owl: ; + rdfs:subClassOf rdfs:Class ; + sw:term_status "accepted"@en ; + skos:definition "Describes the 'intended' use of the technology"@en ; + skos:prefLabel "Intended Use"@en ; + skos:scopeNote "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 procss or other relevant context."@en . + tech-owl:ProvisionMethod a rdfs:Class, owl:Class ; dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ; @@ -147,6 +158,19 @@ tech-owl:hasFunction a rdf:Property, schema:domainIncludes dpv-owl:Technology ; schema:rangeIncludes tech-owl:Function . +tech-owl:hasIntendedUse a rdf:Property, + owl:ObjectProperty ; + dcam:domainIncludes dpv-owl:Technology ; + dcam:rangeIncludes tech-owl:IntendedUse ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech-owl: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the intended use of technology"@en ; + skos:prefLabel "has intended use"@en ; + schema:domainIncludes dpv-owl:Technology ; + schema:rangeIncludes tech-owl:IntendedUse . + tech-owl:hasProvisionMethod a rdf:Property, owl:ObjectProperty ; dcam:domainIncludes dpv-owl:Technology ; diff --git a/tech/modules/core.jsonld b/tech/modules/core.jsonld index cda94344b..dc95b5d61 100644 --- a/tech/modules/core.jsonld +++ b/tech/modules/core.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/tech#Capability", + "@id": "https://w3id.org/dpv/tech#Documentation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -30,7 +30,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Expression of what the technology is capable of achieving or providing" + "@value": "Information describing use, functionality, design, or other technical aspects of the Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -41,75 +41,195 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Capability" + "@value": "Documentation" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#hasCommunicationMechanism", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-07-02" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Examples of capabilities are image recognition, sentiment analysis, machine translation" + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates communication mechanisms used or provided by technology" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#core-properties" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has communication mechanism" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" } ] }, { - "@id": "https://w3id.org/dpv/examples", + "@id": "https://w3id.org/dpv/tech#hasFunction", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech#Function" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Examples for Data Privacy Vocabulary" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/examples" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the function of the technology" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#core-properties" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has function" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Function" } ] }, { - "@id": "https://w3id.org/dpv/primer", + "@id": "https://w3id.org/dpv/tech#hasCapability", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech#Capability" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Primer for Data Privacy Vocabulary" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/primer" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the capability of the technology" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#core-properties" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has capability" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Capability" } ] }, @@ -186,46 +306,67 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", + "@id": "https://w3id.org/dpv/primer", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/json-ld11/" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/application/ld+json" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - JSON-LD serialiation" + "@value": "Primer for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech.jsonld" + "@id": "https://w3id.org/dpv/primer" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech#Documentation", + "@id": "https://w3id.org/dpv/tech#core-classes", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#hasIntendedUse", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#IntendedUse" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2024-05-22" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -233,11 +374,6 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -247,49 +383,94 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information describing use, functionality, design, or other technical aspects of the Technology" + "@value": "Indicates the intended use of technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-classes" + "@id": "https://w3id.org/dpv/tech#core-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Documentation" + "@value": "has intended use" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#IntendedUse" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-html", + "@id": "https://w3id.org/dpv/tech#hasDeploymentLocation", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech#DeploymentLocation" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/contributor": [ { - "@value": "Technology Concepts - HTML serialiation" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/tech/tech.html" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@id": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Specifies the location of technology deployment and use" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#core-properties" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has deployment location" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#DeploymentLocation" } ] }, @@ -309,10 +490,10 @@ ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Delaram Golpayegani" }, { - "@value": "Delaram Golpayegani" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ @@ -424,6 +605,37 @@ } ] }, + { + "@id": "https://w3id.org/dpv/guides", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Guides for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/guides" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + } + ] + }, { "@id": "https://w3id.org/dpv/tech#ProvisionMethod", "@type": [ @@ -486,6 +698,37 @@ } ] }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-ttl", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/turtle/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/turtle" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - Turtle serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech.ttl" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + } + ] + }, { "@id": "https://w3id.org/dpv/tech#hasProvisionMethod", "@type": [ @@ -553,30 +796,20 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#hasCommunicationMechanism", + "@id": "https://w3id.org/dpv/tech#DeploymentLocation", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-07-02" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -584,121 +817,86 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv#Location" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Indicates communication mechanisms used or provided by technology" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#core-properties" + "@id": "https://w3id.org/dpv#Location" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "has communication mechanism" + "@value": "Location for where technology is deployed and used" } ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#core-classes" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" + "@language": "en", + "@value": "Deployment Location" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasDeploymentLocation", + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#DeploymentLocation" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "Specifies the location of technology deployment and use" + "@id": "https://www.w3.org/TR/json-ld11/" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#core-properties" + "@id": "https://www.iana.org/assignments/media-types/application/ld+json" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "has deployment location" + "@value": "Technology Concepts - JSON-LD serialiation" } ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech/tech.jsonld" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech#DeploymentLocation" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#DeploymentLocation", + "@id": "https://w3id.org/dpv/tech#IntendedUse", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-22" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -708,7 +906,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -717,15 +915,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv#Location" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Location for where technology is deployed and used" + "@value": "Describes the 'intended' use of the technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -736,14 +929,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Deployment Location" + "@value": "Intended Use" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "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 procss or other relevant context." } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#core-properties", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" ] }, { @@ -886,63 +1079,38 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#Actor", + "@id": "https://w3id.org/dpv/examples", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv#Entity" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Actors and Entities involved in provision, use, and management of Technology" + "@value": "Examples for Data Privacy Vocabulary" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#core-classes" + "@id": "https://w3id.org/dpv/examples" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Actor" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/guides", + "@id": "https://w3id.org/dpv/tech#serialisation-html", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], @@ -958,35 +1126,31 @@ ], "http://purl.org/dc/terms/title": [ { - "@value": "Guides for Data Privacy Vocabulary" + "@value": "Technology Concepts - HTML serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/guides" + "@id": "https://w3id.org/dpv/tech/tech.html" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasCapability", + "@id": "https://w3id.org/dpv/tech#core-properties", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Capability" - } + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#Capability", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -999,6 +1163,11 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1008,157 +1177,111 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the capability of the technology" + "@value": "Expression of what the technology is capable of achieving or providing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-properties" + "@id": "https://w3id.org/dpv/tech#core-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has capability" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" + "@value": "Capability" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/2004/02/skos/core#scopeNote": [ { - "@id": "https://w3id.org/dpv/tech#Capability" + "@language": "en", + "@value": "Examples of capabilities are image recognition, sentiment analysis, machine translation" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasFunction", + "@id": "https://w3id.org/dpv/tech#serialisation-n3", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Function" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "Indicates the function of the technology" + "@id": "https://www.w3.org/TeamSubmission/n3/" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#core-properties" + "@id": "https://www.iana.org/assignments/media-types/text/n3" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "has function" + "@value": "Technology Concepts - N3 serialiation" } ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech/tech.n3" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech#Function" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#core-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl", + "@id": "https://w3id.org/dpv/tech#Actor", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/turtle/" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" + "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Technology Concepts - Turtle serialiation" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech/tech.ttl" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://w3id.org/dpv#Entity" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-n3", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://www.w3.org/TeamSubmission/n3/" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://www.iana.org/assignments/media-types/text/n3" + "@id": "https://w3id.org/dpv#Entity" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Technology Concepts - N3 serialiation" + "@language": "en", + "@value": "Actors and Entities involved in provision, use, and management of Technology" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech/tech.n3" + "@id": "https://w3id.org/dpv/tech#core-classes" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "Actor" } ] } diff --git a/tech/modules/core.n3 b/tech/modules/core.n3 index e7e15a861..5b356e76e 100644 --- a/tech/modules/core.n3 +++ b/tech/modules/core.n3 @@ -81,6 +81,18 @@ tech:Function a rdfs:Class, skos:prefLabel "Function"@en ; skos:scopeNote "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"@en . +tech:IntendedUse a rdfs:Class, + skos:Concept ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech: ; + rdfs:subClassOf rdfs:Class ; + sw:term_status "accepted"@en ; + skos:definition "Describes the 'intended' use of the technology"@en ; + skos:inScheme tech:core-classes ; + skos:prefLabel "Intended Use"@en ; + skos:scopeNote "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 procss or other relevant context."@en . + tech:ProvisionMethod a rdfs:Class, skos:Concept ; dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ; @@ -195,6 +207,20 @@ tech:hasFunction a rdf:Property, schema:domainIncludes dpv:Technology ; schema:rangeIncludes tech:Function . +tech:hasIntendedUse a rdf:Property, + skos:Concept ; + dcam:domainIncludes dpv:Technology ; + dcam:rangeIncludes tech:IntendedUse ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the intended use of technology"@en ; + skos:inScheme tech:core-properties ; + skos:prefLabel "has intended use"@en ; + schema:domainIncludes dpv:Technology ; + schema:rangeIncludes tech:IntendedUse . + tech:hasProvisionMethod a rdf:Property, skos:Concept ; dcam:domainIncludes dpv:Technology ; diff --git a/tech/modules/core.rdf b/tech/modules/core.rdf index 88d2df398..bc1100cbe 100644 --- a/tech/modules/core.rdf +++ b/tech/modules/core.rdf @@ -10,6 +10,46 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > + + + + + + + Technology Concepts - RDF/XML serialiation + + + + + + Guides for Data Privacy Vocabulary + + + + + + + + Examples for Data Privacy Vocabulary + + + + + + + has actor + Indicates an actor associated with technology + + + + + 2022-10-21 + 2024-05-17 + accepted + Harshvardhan J. Pandit + + + @@ -25,47 +65,26 @@ - - - - Technology Concepts - Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision - 2024-05-09 - 2024-05-09 - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Julian Flake - Delaram Golpayegani - 0.8.2 - https://w3id.org/dpv/tech - http://www.w3.org/2000/01/rdf-schema - http://www.w3.org/2004/02/skos/core - Harshvardhan J. Pandit - Delaram Golpayegani - - tech - https://w3id.org/dpv/tech# - - - - - - - - - - - + + + + Capability + Expression of what the technology is capable of achieving or providing + + Examples of capabilities are image recognition, sentiment analysis, machine translation + 2024-05-09 + accepted + + - + - Communication Mechanism - Communication mechanism used or provided by Technologoy - - - 2022-06-15 + Intended Use + Describes the 'intended' use of the technology + + 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 procss or other relevant context. + 2024-05-22 accepted Harshvardhan J. Pandit @@ -85,26 +104,32 @@ - + - Actor - Actors and Entities involved in provision, use, and management of Technology - - + Deployment Location + Location for where technology is deployed and used + + 2022-06-15 accepted Harshvardhan J. Pandit, Delaram Golpayegani - - - - - Primer for Data Privacy Vocabulary - - + + + + Provision Method + Method associated with provision or use of technology + + + 2022-06-15 + 2024-05-09 + accepted + Harshvardhan J. Pandit, Delaram Golpayegani + + @@ -121,25 +146,21 @@ - + - has actor - Indicates an actor associated with technology + has intended use + Indicates the intended use of technology - - - 2022-10-21 - 2024-05-17 + + + 2024-05-22 accepted Harshvardhan J. Pandit - - - @@ -148,48 +169,60 @@ Technology Concepts - JSON-LD serialiation - - - - Capability - Expression of what the technology is capable of achieving or providing - - Examples of capabilities are image recognition, sentiment analysis, machine translation - 2024-05-09 - accepted - - - - + + - - + + Primer for Data Privacy Vocabulary - Technology Concepts - HTML serialiation - + + + + Technology Concepts + Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision + 2024-05-09 + 2024-05-09 + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + Julian Flake + Delaram Golpayegani + 0.8.2 + https://w3id.org/dpv/tech + http://www.w3.org/2000/01/rdf-schema + http://www.w3.org/2004/02/skos/core + Delaram Golpayegani + Harshvardhan J. Pandit + + tech + https://w3id.org/dpv/tech# + + + + + + + + + + + + + - Provision Method - Method associated with provision or use of technology - - + Actor + Actors and Entities involved in provision, use, and management of Technology + + 2022-06-15 - 2024-05-09 accepted Harshvardhan J. Pandit, Delaram Golpayegani - - - - - Guides for Data Privacy Vocabulary - - - @@ -198,31 +231,35 @@ Technology Concepts - N3 serialiation - - + - has deployment location - Specifies the location of technology deployment and use - - - - + + Documentation + Information describing use, functionality, design, or other technical aspects of the Technology + 2024-05-09 accepted - Harshvardhan J. Pandit - + - + + + + + + + Technology Concepts - HTML serialiation + + - Deployment Location - Location for where technology is deployed and used - - + Communication Mechanism + Communication mechanism used or provided by Technologoy + + 2022-06-15 accepted - Harshvardhan J. Pandit, Delaram Golpayegani + Harshvardhan J. Pandit @@ -238,14 +275,6 @@ - - - - - - - Technology Concepts - Turtle serialiation - @@ -260,34 +289,33 @@ - + - - - Examples for Data Privacy Vocabulary - - - - - + + + + + Technology Concepts - Turtle serialiation - + + - - Documentation - Information describing use, functionality, design, or other technical aspects of the Technology - + has deployment location + Specifies the location of technology deployment and use + + + + 2024-05-09 accepted + Harshvardhan J. Pandit - + - - - - - - - Technology Concepts - RDF/XML serialiation + + + + + diff --git a/tech/modules/core.ttl b/tech/modules/core.ttl index e7e15a861..5b356e76e 100644 --- a/tech/modules/core.ttl +++ b/tech/modules/core.ttl @@ -81,6 +81,18 @@ tech:Function a rdfs:Class, skos:prefLabel "Function"@en ; skos:scopeNote "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"@en . +tech:IntendedUse a rdfs:Class, + skos:Concept ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech: ; + rdfs:subClassOf rdfs:Class ; + sw:term_status "accepted"@en ; + skos:definition "Describes the 'intended' use of the technology"@en ; + skos:inScheme tech:core-classes ; + skos:prefLabel "Intended Use"@en ; + skos:scopeNote "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 procss or other relevant context."@en . + tech:ProvisionMethod a rdfs:Class, skos:Concept ; dct:contributor "Harshvardhan J. Pandit, Delaram Golpayegani" ; @@ -195,6 +207,20 @@ tech:hasFunction a rdf:Property, schema:domainIncludes dpv:Technology ; schema:rangeIncludes tech:Function . +tech:hasIntendedUse a rdf:Property, + skos:Concept ; + dcam:domainIncludes dpv:Technology ; + dcam:rangeIncludes tech:IntendedUse ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the intended use of technology"@en ; + skos:inScheme tech:core-properties ; + skos:prefLabel "has intended use"@en ; + schema:domainIncludes dpv:Technology ; + schema:rangeIncludes tech:IntendedUse . + tech:hasProvisionMethod a rdf:Property, skos:Concept ; dcam:domainIncludes dpv:Technology ; diff --git a/tech/modules/docs-owl.jsonld b/tech/modules/docs-owl.jsonld index a1b2bab42..60e71cd11 100644 --- a/tech/modules/docs-owl.jsonld +++ b/tech/modules/docs-owl.jsonld @@ -1,9 +1,113 @@ [ { - "@id": "https://w3id.org/dpv/tech/owl#Guide", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TeamSubmission/n3/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/n3" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - N3 serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech-owl.n3" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - RDF/XML serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Specification", + "@type": [ + "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Documentation" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Specification" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Specification" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Instructions", + "@type": [ "https://w3id.org/dpv/tech/owl#Documentation", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -31,13 +135,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Guide" + "@value": "Instructions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guide" + "@value": "Instructions" } ] }, @@ -73,44 +177,33 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Instructions", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Documentation", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#Documentation" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Technology Concepts - HTML serialiation" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Instructions" + "@id": "https://w3id.org/dpv/tech/tech-owl.html" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Instructions" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" } ] }, @@ -146,10 +239,10 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#TestingPlan", + "@id": "https://w3id.org/dpv/tech/owl#Manual", "@type": [ - "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -165,7 +258,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Plan" + "@id": "https://w3id.org/dpv/tech/owl#Documentation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -177,13 +270,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "TestingPlan" + "@value": "Manual" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "TestingPlan" + "@value": "Manual" } ] }, @@ -219,72 +312,141 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl", + "@id": "https://w3id.org/dpv/tech/owl#", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/turtle/" + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, + { + "@value": "http://www.w3.org/2004/02/skos/core" + }, + { + "@id": "http://www.w3.org/2002/07/owl" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" + "@language": "en", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "Technology Concepts - Turtle serialiation" + "@language": "en", + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Julian Flake" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.ttl" + "@language": "en", + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/terms/hasVersion": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://w3id.org/dpv/tech" } - ] - }, - { - "@id": "https://w3id.org/dpv/guides", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/identifier": [ { - "@id": "https://www.w3.org/TR/html/" + "@value": "https://w3id.org/dpv/tech" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/license": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://www.w3.org/copyright/document-license-2023/" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@language": "en", + "@value": "2024-05-09" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Guides for Data Privacy Vocabulary" + "@language": "en", + "@value": "Technology Concepts" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "tech" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/ns/dx/prof/hasResource": [ + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" + }, { "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/ns/dx/prof/isProfileOf": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "https://w3id.org/dpv/tech" + }, + { + "@id": "https://w3id.org/dpv/owl" + }, + { + "@id": "http://www.w3.org/2002/07/owl" + } + ], + "https://schema.org/version": [ + { + "@value": "0.8.2" } ] }, { "@id": "https://w3id.org/dpv/tech/owl#DevelopmentPlan", "@type": [ - "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -323,10 +485,10 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Manual", + "@id": "https://w3id.org/dpv/tech/owl#TestingPlan", "@type": [ - "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -342,7 +504,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Documentation" + "@id": "https://w3id.org/dpv/tech/owl#Plan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -354,21 +516,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manual" + "@value": "TestingPlan" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Manual" + "@value": "TestingPlan" } ] }, { "@id": "https://w3id.org/dpv/tech/owl#Plan", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#Documentation", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -407,28 +569,28 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + "@id": "https://www.w3.org/TR/turtle/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" + "@id": "https://www.iana.org/assignments/media-types/text/turtle" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - RDF/XML serialiation" + "@value": "Technology Concepts - Turtle serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" + "@id": "https://w3id.org/dpv/tech/tech-owl.ttl" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ @@ -438,7 +600,7 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", + "@id": "https://w3id.org/dpv/guides", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], @@ -454,22 +616,22 @@ ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - HTML serialiation" + "@value": "Guides for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.html" + "@id": "https://w3id.org/dpv/guides" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Specification", + "@id": "https://w3id.org/dpv/tech/owl#Guide", "@type": [ "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -500,175 +662,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specification" + "@value": "Guide" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Specification" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TeamSubmission/n3/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/n3" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - N3 serialiation" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/tech/tech-owl.n3" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "http://www.w3.org/2002/07/owl" - }, - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@language": "en", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@language": "en", - "@value": "Paul Ryan" - }, - { - "@language": "en", - "@value": "Georg P Krog" - }, - { - "@language": "en", - "@value": "Delaram Golpayegani" - }, - { - "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, - { - "@language": "en", - "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" - } - ], - "http://purl.org/dc/terms/hasVersion": [ - { - "@id": "https://w3id.org/dpv/tech" - } - ], - "http://purl.org/dc/terms/identifier": [ - { - "@value": "https://w3id.org/dpv/tech" - } - ], - "http://purl.org/dc/terms/license": [ - { - "@id": "https://www.w3.org/copyright/document-license-2023/" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@language": "en", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Technology Concepts" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "tech" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" - } - ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "https://w3id.org/dpv/tech" - }, - { - "@id": "http://www.w3.org/2002/07/owl" - }, - { - "@id": "https://w3id.org/dpv/owl" - } - ], - "https://schema.org/version": [ - { - "@value": "0.8.2" + "@value": "Guide" } ] } diff --git a/tech/modules/docs-owl.owl b/tech/modules/docs-owl.owl index 4ce04eaf0..fcd785725 100644 --- a/tech/modules/docs-owl.owl +++ b/tech/modules/docs-owl.owl @@ -9,178 +9,178 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - - 2024-05-09 - Guide - accepted - Guide - + + + + Technology Concepts - N3 serialiation + + + - + + + + Technology Concepts - HTML serialiation - - Primer for Data Privacy Vocabulary - - - - - Specification - - - - Specification - - accepted - 2024-05-09 - + - Paul Ryan + https://w3id.org/dpv/tech + 0.8.2 + + + + + + + + Georg P Krog Delaram Golpayegani + Paul Ryan Harshvardhan J. Pandit Julian Flake - - - - - - - - - - 0.8.2 - - http://www.w3.org/2000/01/rdf-schema - http://www.w3.org/2004/02/skos/core - - tech + + + + http://www.w3.org/2000/01/rdf-schema + http://www.w3.org/2004/02/skos/core + Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision https://w3id.org/dpv/tech# - 2024-05-09 - https://w3id.org/dpv/tech Technology Concepts - - - 2024-05-09 + tech + + 2024-05-09 + 2024-05-09 - - 2024-05-09 - - - - Plan - Plan - accepted - - + + Technology Concepts - Turtle serialiation + + + + + - + - - - - - Technology Concepts - N3 serialiation + + + + + Guides for Data Privacy Vocabulary - + + Examples for Data Privacy Vocabulary - - - - - Technology Concepts - JSON-LD serialiation + + + + - - Instructions - 2024-05-09 - + + + Plan + Plan + - - Instructions accepted + 2024-05-09 - - - - - - - Technology Concepts - Turtle serialiation - - - + + Primer for Data Privacy Vocabulary + - - Guides for Data Privacy Vocabulary + - DevelopmentPlan - + DevelopmentPlan + DevelopmentPlan 2024-05-09 accepted - - + + + + Technology Concepts - JSON-LD serialiation + + + + + + - - accepted - Manual 2024-05-09 - Manual - - - - - Examples for Data Privacy Vocabulary - - - - + accepted + + TestingPlan + TestingPlan + - - Technology Concepts - RDF/XML serialiation - + + + - - Technology Concepts - HTML serialiation - - - - - + + + + + + Guide + 2024-05-09 + Guide + accepted + - + + accepted + Specification + + Specification - TestingPlan 2024-05-09 - TestingPlan + + + + Manual + Manual + + + + 2024-05-09 accepted - + + + + Instructions + + + + + Instructions + 2024-05-09 + accepted + diff --git a/tech/modules/docs.jsonld b/tech/modules/docs.jsonld index cb9ac67e0..b38e2d00a 100644 --- a/tech/modules/docs.jsonld +++ b/tech/modules/docs.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/tech#Instructions", + "@id": "https://w3id.org/dpv/tech#Specification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -31,7 +31,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Instructions" + "@value": "Specification" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -42,166 +42,137 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Instructions" + "@value": "Specification" } ] }, { - "@id": "https://w3id.org/dpv/tech", + "@id": "https://w3id.org/dpv/tech#Instructions", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Documentation" ], "http://purl.org/dc/terms/created": [ { - "@language": "en", + "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/creator": [ - { - "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, - { - "@language": "en", - "@value": "Georg P Krog" - }, + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Paul Ryan" - }, + "@id": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Julian Flake" - }, + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@language": "en", - "@value": "Delaram Golpayegani" + "@id": "https://w3id.org/dpv/tech#Documentation" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + "@value": "Instructions" } ], - "http://purl.org/dc/terms/identifier": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@value": "https://w3id.org/dpv/tech" + "@id": "https://w3id.org/dpv/tech#docs-classes" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@language": "en", + "@value": "Instructions" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#Manual", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Documentation" ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", + "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Technology Concepts" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "tech" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@value": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech#Documentation" } ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-n3" - }, + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" + "@language": "en", + "@value": "Manual" } ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "http://www.w3.org/2000/01/rdf-schema#" - }, - { - "@id": "http://www.w3.org/2004/02/skos/core#" - }, + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv" + "@id": "https://w3id.org/dpv/tech#docs-classes" } ], - "https://schema.org/version": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.8.2" + "@language": "en", + "@value": "Manual" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf", + "@id": "https://w3id.org/dpv/examples", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - RDF/XML serialiation" + "@value": "Examples for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech.rdf" + "@id": "https://w3id.org/dpv/examples" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/examples", + "@id": "https://w3id.org/dpv/primer", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], @@ -217,12 +188,12 @@ ], "http://purl.org/dc/terms/title": [ { - "@value": "Examples for Data Privacy Vocabulary" + "@value": "Primer for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/examples" + "@id": "https://w3id.org/dpv/primer" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ @@ -232,7 +203,7 @@ ] }, { - "@id": "https://w3id.org/dpv/primer", + "@id": "https://w3id.org/dpv/tech#serialisation-html", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], @@ -248,162 +219,223 @@ ], "http://purl.org/dc/terms/title": [ { - "@value": "Primer for Data Privacy Vocabulary" + "@value": "Technology Concepts - HTML serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/primer" + "@id": "https://w3id.org/dpv/tech/tech.html" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" } ] }, { - "@id": "https://w3id.org/dpv/guides", + "@id": "https://w3id.org/dpv/tech#Plan", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Documentation" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.w3.org/TR/html/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Guides for Data Privacy Vocabulary" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/guides" + "@id": "https://w3id.org/dpv/tech#Documentation" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@language": "en", + "@value": "Plan" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#docs-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Plan" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", + "@id": "https://w3id.org/dpv/tech", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/json-ld11/" + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, + { + "@value": "http://www.w3.org/2004/02/skos/core" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.iana.org/assignments/media-types/application/ld+json" + "@language": "en", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "Technology Concepts - JSON-LD serialiation" + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Julian Flake" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv/tech/tech.jsonld" + "@language": "en", + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/terms/identifier": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@value": "https://w3id.org/dpv/tech" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Guide", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Documentation" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/license": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://www.w3.org/copyright/document-license-2023/" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "2024-05-09" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "Technology Concepts" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://w3id.org/dpv/tech#Documentation" + "@value": "tech" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@language": "en", - "@value": "Guide" + "@value": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasResource": [ { - "@id": "https://w3id.org/dpv/tech#docs-classes" + "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/isProfileOf": [ { - "@language": "en", - "@value": "Guide" + "@id": "http://www.w3.org/2000/01/rdf-schema#" + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#" + }, + { + "@id": "https://w3id.org/dpv" + } + ], + "https://schema.org/version": [ + { + "@value": "0.8.2" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl", + "@id": "https://w3id.org/dpv/guides", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/turtle/" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - Turtle serialiation" + "@value": "Guides for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech.ttl" + "@id": "https://w3id.org/dpv/guides" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech#DevelopmentPlan", + "@id": "https://w3id.org/dpv/tech#TestingPlan", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -434,7 +466,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "DevelopmentPlan" + "@value": "TestingPlan" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -445,12 +477,43 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "DevelopmentPlan" + "@value": "TestingPlan" } ] }, { - "@id": "https://w3id.org/dpv/tech#Manual", + "@id": "https://w3id.org/dpv/tech#serialisation-ttl", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/turtle/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/turtle" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - Turtle serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech.ttl" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#DevelopmentPlan", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -475,13 +538,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Documentation" + "@id": "https://w3id.org/dpv/tech#Plan" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manual" + "@value": "DevelopmentPlan" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -492,12 +555,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Manual" + "@value": "DevelopmentPlan" } ] }, { - "@id": "https://w3id.org/dpv/tech#Plan", + "@id": "https://w3id.org/dpv/tech#Guide", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -528,7 +591,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Plan" + "@value": "Guide" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -539,7 +602,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Plan" + "@value": "Guide" } ] }, @@ -575,33 +638,33 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-html", + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://www.w3.org/TR/json-ld11/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://www.iana.org/assignments/media-types/application/ld+json" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - HTML serialiation" + "@value": "Technology Concepts - JSON-LD serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech.html" + "@id": "https://w3id.org/dpv/tech/tech.jsonld" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, @@ -612,96 +675,33 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#TestingPlan", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Documentation" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#Plan" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "TestingPlan" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv/tech#docs-classes" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "TestingPlan" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Specification", + "@id": "https://w3id.org/dpv/tech#serialisation-rdf", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Documentation" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "accepted" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#Documentation" + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Specification" + "@value": "Technology Concepts - RDF/XML serialiation" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#docs-classes" + "@id": "https://w3id.org/dpv/tech/tech.rdf" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Specification" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] } diff --git a/tech/modules/docs.rdf b/tech/modules/docs.rdf index cf11caef0..f78e08ecb 100644 --- a/tech/modules/docs.rdf +++ b/tech/modules/docs.rdf @@ -9,25 +9,33 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + - Specification - Specification + Instructions + Instructions 2024-05-09 accepted - + + + + + + + Technology Concepts - RDF/XML serialiation + + - TestingPlan - TestingPlan - + Specification + Specification + 2024-05-09 accepted @@ -64,8 +72,33 @@ - - + + + + + Guides for Data Privacy Vocabulary + + + + + + + + Examples for Data Privacy Vocabulary + + + + + + + + DevelopmentPlan + DevelopmentPlan + + 2024-05-09 + accepted + + @@ -87,34 +120,18 @@ - + - Instructions - Instructions - + TestingPlan + TestingPlan + 2024-05-09 accepted - - - - - - - Technology Concepts - JSON-LD serialiation - - - - - - - - Technology Concepts - HTML serialiation - @@ -127,26 +144,6 @@ - - - - - DevelopmentPlan - DevelopmentPlan - - 2024-05-09 - accepted - - - - - - - - Guides for Data Privacy Vocabulary - - - @@ -155,13 +152,21 @@ Technology Concepts - N3 serialiation - + - - - - Technology Concepts - Turtle serialiation + + + + Technology Concepts - JSON-LD serialiation + + + + + + + + Technology Concepts - HTML serialiation @@ -175,20 +180,15 @@ - - - - - Examples for Data Privacy Vocabulary - - - - + - - - - Technology Concepts - RDF/XML serialiation + + + + Technology Concepts - Turtle serialiation + + + diff --git a/tech/modules/provision-owl.jsonld b/tech/modules/provision-owl.jsonld index f48665ca8..aa800ef34 100644 --- a/tech/modules/provision-owl.jsonld +++ b/tech/modules/provision-owl.jsonld @@ -42,72 +42,188 @@ ] }, { - "@id": "https://w3id.org/dpv/examples", + "@id": "https://w3id.org/dpv/tech/owl#IaaS", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.w3.org/TR/html/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "Examples for Data Privacy Vocabulary" + "@id": "https://w3id.org/dpv/tech/owl#CloudService" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/examples" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@language": "en", + "@value": "Technology provided as a cloud service consisting of managed infrastructure resources" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Infrastructure as a Service" } ] }, { - "@id": "https://w3id.org/dpv/primer", + "@id": "https://w3id.org/dpv/tech/owl#", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/html/" + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, + { + "@value": "http://www.w3.org/2004/02/skos/core" + }, + { + "@id": "http://www.w3.org/2002/07/owl" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@language": "en", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@language": "en", + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "https://w3id.org/dpv/tech" + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@value": "https://w3id.org/dpv/tech" + } + ], + "http://purl.org/dc/terms/license": [ + { + "@id": "https://www.w3.org/copyright/document-license-2023/" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@language": "en", + "@value": "2024-05-09" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Primer for Data Privacy Vocabulary" + "@language": "en", + "@value": "Technology Concepts" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "tech" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/ns/dx/prof/hasResource": [ + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" + }, { "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/ns/dx/prof/isProfileOf": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "https://w3id.org/dpv/tech" + }, + { + "@id": "https://w3id.org/dpv/owl" + }, + { + "@id": "http://www.w3.org/2002/07/owl" + } + ], + "https://schema.org/version": [ + { + "@value": "0.8.2" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#FixedUse", + "@id": "https://w3id.org/dpv/tech/owl#Subscription", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ @@ -140,13 +256,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology that can be used a fixed numner of times" + "@value": "Technology that is provided or used as a periodic subscription" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fixed Use" + "@value": "Subscription" } ] }, @@ -182,7 +298,7 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Component", + "@id": "https://w3id.org/dpv/tech/owl#System", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", @@ -218,32 +334,27 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a component" + "@value": "Technology provided as a system" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Component" + "@value": "System" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Subscription", + "@id": "https://w3id.org/dpv/tech/owl#PaaS", "@type": [ - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -253,7 +364,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech/owl#CloudService" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -265,180 +376,91 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology that is provided or used as a periodic subscription" + "@value": "Technology provided as a cloud service consisting of managed platform resources" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Subscription" + "@value": "Platform as a Service" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", + "@id": "https://w3id.org/dpv/tech/owl#ServerlessComputing", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - HTML serialiation" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/tech/tech-owl.html" - } + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "http://www.w3.org/2002/07/owl" - }, - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "http://www.w3.org/2004/02/skos/core" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/contributor": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/tech/owl#CloudService" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "2024-05-09" + "@value": "accepted" } ], - "http://purl.org/dc/terms/creator": [ - { - "@language": "en", - "@value": "Paul Ryan" - }, - { - "@language": "en", - "@value": "Georg P Krog" - }, - { - "@language": "en", - "@value": "Delaram Golpayegani" - }, - { - "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Julian Flake" + "@value": "Technology provided as a cloud service consisting of fully managed servers for executing functions" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" - } - ], - "http://purl.org/dc/terms/hasVersion": [ - { - "@id": "https://w3id.org/dpv/tech" + "@value": "Serverless Computing" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#CloudService", + "@type": [ + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/identifier": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "https://w3id.org/dpv/tech" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@id": "https://w3id.org/dpv/tech/owl#Service" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "2024-05-09" + "@value": "accepted" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology Concepts" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "tech" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" - } - ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "https://w3id.org/dpv/tech" - }, - { - "@id": "http://www.w3.org/2002/07/owl" - }, - { - "@id": "https://w3id.org/dpv/owl" + "@value": "Technology provided as a cloud service" } ], - "https://schema.org/version": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.8.2" + "@language": "en", + "@value": "Cloud Service" } ] }, @@ -474,143 +496,85 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#IaaS", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech/owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#CloudService" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed infrastructure resources" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Infrastructure as a Service" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#System", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", "@type": [ - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Technology Concepts - HTML serialiation" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Technology provided as a system" + "@id": "https://w3id.org/dpv/tech/tech-owl.html" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "System" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#PaaS", + "@id": "https://w3id.org/dpv/primer", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#CloudService" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Primer for Data Privacy Vocabulary" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed platform resources" + "@id": "https://w3id.org/dpv/primer" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Platform as a Service" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#CloudService", + "@id": "https://w3id.org/dpv/tech/owl#Component", "@type": [ "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -618,7 +582,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Service" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -630,18 +594,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service" + "@value": "Technology provided as a component" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cloud Service" + "@value": "Component" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Algorithmic", + "@id": "https://w3id.org/dpv/tech/owl#Product", "@type": [ "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -677,27 +641,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as an algorithm or method" + "@value": "Technology that is provided as a product" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Algorithmic" + "@value": "Product" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#PrivateCloudService", + "@id": "https://w3id.org/dpv/tech/owl#FixedUse", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -719,27 +688,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service that is private" + "@value": "Technology that can be used a fixed numner of times" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Private Cloud Service" + "@value": "Fixed Use" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#ServerlessComputing", + "@id": "https://w3id.org/dpv/tech/owl#Algorithmic", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -749,7 +723,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#CloudService" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -761,44 +735,44 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of fully managed servers for executing functions" + "@value": "Technology provided as an algorithm or method" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Serverless Computing" + "@value": "Algorithmic" } ] }, { - "@id": "https://w3id.org/dpv/guides", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://www.w3.org/TeamSubmission/n3/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://www.iana.org/assignments/media-types/text/n3" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Guides for Data Privacy Vocabulary" + "@value": "Technology Concepts - N3 serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/guides" + "@id": "https://w3id.org/dpv/tech/tech-owl.n3" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, @@ -834,54 +808,7 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Product", - "@type": [ - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech/owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Technology that is provided as a product" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Product" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#PublicCloudService", + "@id": "https://w3id.org/dpv/tech/owl#SaaS", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", @@ -900,7 +827,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech/owl#CloudService" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -912,49 +839,49 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service that is public" + "@value": "Technology provided as a cloud service consisting of managed software resources" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Cloud Service" + "@value": "Software as a Service" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", + "@id": "https://w3id.org/dpv/guides", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TeamSubmission/n3/" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/n3" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - N3 serialiation" + "@value": "Guides for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.n3" + "@id": "https://w3id.org/dpv/guides" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Service", + "@id": "https://w3id.org/dpv/tech/owl#Goods", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", @@ -990,27 +917,63 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided or used as service(s)" + "@value": "Technology provided or used as goods" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service" + "@value": "Goods" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#PublicCloudService", + "@type": [ + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/tech/owl#CloudService" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Removed plural suffix for consistency in terms" + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Technology provided as a cloud service that is public" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Public Cloud Service" } ] }, { "@id": "https://w3id.org/dpv/tech/owl#HybridCloudService", "@type": [ - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -1052,10 +1015,41 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#CaaS", + "@id": "https://w3id.org/dpv/examples", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Examples for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/examples" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#PrivateCloudService", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -1083,18 +1077,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed compute resources" + "@value": "Technology provided as a cloud service that is private" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Compute as a Service" + "@value": "Private Cloud Service" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Goods", + "@id": "https://w3id.org/dpv/tech/owl#Service", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", @@ -1130,21 +1124,27 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided or used as goods" + "@value": "Technology provided or used as service(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Goods" + "@value": "Service" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "Removed plural suffix for consistency in terms" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#SaaS", + "@id": "https://w3id.org/dpv/tech/owl#CaaS", "@type": [ - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -1172,13 +1172,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed software resources" + "@value": "Technology provided as a cloud service consisting of managed compute resources" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Software as a Service" + "@value": "Compute as a Service" } ] } diff --git a/tech/modules/provision-owl.n3 b/tech/modules/provision-owl.n3 index 6df1192b5..f1b391699 100644 --- a/tech/modules/provision-owl.n3 +++ b/tech/modules/provision-owl.n3 @@ -120,7 +120,7 @@ tech-owl:PrivateCloudService a rdfs:Class, tech-owl:TechnologyProvisionMethod ; dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech-owl: ; - rdfs:subClassOf tech-owl:TechnologyProvisionMethod ; + rdfs:subClassOf tech-owl:CloudService ; sw:term_status "accepted"@en ; skos:definition "Technology provided as a cloud service that is private"@en ; skos:prefLabel "Private Cloud Service"@en . @@ -141,7 +141,7 @@ tech-owl:PublicCloudService a rdfs:Class, tech-owl:TechnologyProvisionMethod ; dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech-owl: ; - rdfs:subClassOf tech-owl:TechnologyProvisionMethod ; + rdfs:subClassOf tech-owl:CloudService ; sw:term_status "accepted"@en ; skos:definition "Technology provided as a cloud service that is public"@en ; skos:prefLabel "Public Cloud Service"@en . diff --git a/tech/modules/provision-owl.owl b/tech/modules/provision-owl.owl index 643d7a57f..2f0fabb2b 100644 --- a/tech/modules/provision-owl.owl +++ b/tech/modules/provision-owl.owl @@ -9,309 +9,309 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + + Technology provided as a cloud service consisting of managed software resources accepted + 2024-05-09 - 2024-05-09 - Compute as a Service + Software as a Service - Technology provided as a cloud service consisting of managed compute resources - - + + + Technology Concepts - N3 serialiation + + + + + + + + Technology provided as an algorithm or method + 2022-06-15 - Technology provided as a cloud service - Cloud Service + Algorithmic + Harshvardhan J. Pandit accepted - + - - Public Cloud Service + + + + + Technology Concepts - HTML serialiation + + + + accepted - + Technology that is provided or used as a periodic subscription + - Technology provided as a cloud service that is public + Subscription + 2022-06-15 + Harshvardhan J. Pandit - 2024-05-09 - + + https://w3id.org/dpv/tech + 0.8.2 + + + + + + + + + Georg P Krog + Delaram Golpayegani + Paul Ryan + Harshvardhan J. Pandit + Julian Flake + + + + + + http://www.w3.org/2000/01/rdf-schema + http://www.w3.org/2004/02/skos/core + + Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision + https://w3id.org/dpv/tech# + Technology Concepts + Harshvardhan J. Pandit + + tech + + 2024-05-09 + 2024-05-09 + + + + + Technology Concepts - Turtle serialiation + + + + + + + + + Guides for Data Privacy Vocabulary + + + + + Examples for Data Privacy Vocabulary + + + + + + + + Technology provided as a cloud service that is public + + Public Cloud Service + accepted + 2024-05-09 + + + + System 2022-06-15 - Technology provided as a system - accepted Harshvardhan J. Pandit + accepted + + + - - Technology that can be used a fixed numner of times + + + 2024-05-09 accepted - Harshvardhan J. Pandit - 2022-06-15 - - Fixed Use - + Technology provided as a cloud service consisting of managed platform resources + Platform as a Service + - - + + Fixed Use + + 2022-06-15 Harshvardhan J. Pandit - Goods - Technology provided or used as goods - 2022-06-15 accepted + Technology that can be used a fixed numner of times - - Platform as a Service + + Compute as a Service + Technology provided as a cloud service consisting of managed compute resources + 2024-05-09 accepted - - Technology provided as a cloud service consisting of managed platform resources - Primer for Data Privacy Vocabulary + - - + Primer for Data Privacy Vocabulary + - - accepted - Technology provided as a cloud service consisting of managed infrastructure resources - Infrastructure as a Service + + Technology provided as a cloud service that is both private and public in parts 2024-05-09 - - - - Paul Ryan - Georg P Krog - Delaram Golpayegani - Harshvardhan J. Pandit - Julian Flake - - - - - - - - - - Harshvardhan J. Pandit - 0.8.2 - - http://www.w3.org/2000/01/rdf-schema - http://www.w3.org/2004/02/skos/core - tech - - - - Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision - https://w3id.org/dpv/tech# - 2024-05-09 - https://w3id.org/dpv/tech - Technology Concepts - - - 2024-05-09 - - - - Software as a Service - - - - 2024-05-09 - accepted - Technology provided as a cloud service consisting of managed software resources - + Hybrid Cloud Service + + - - + 2022-06-15 + Technology provided as a component + accepted - Technology that is provided or used as a periodic subscription - Subscription Harshvardhan J. Pandit + Component + + + Technology Concepts - JSON-LD serialiation + + + + + - accepted + Service + + Technology provided or used as service(s) - Service - Technology provided or used as service(s) - Harshvardhan J. Pandit - + accepted 2022-06-15 + Harshvardhan J. Pandit Removed plural suffix for consistency in terms - - + + Product + - accepted - Technology provided as a cloud service consisting of fully managed servers for executing functions - Serverless Computing - 2024-05-09 + 2022-06-15 + Harshvardhan J. Pandit + Technology that is provided as a product - + accepted + - + + + + + + Technology Concepts - RDF/XML serialiation + + + + Harshvardhan J. Pandit + Goods + + Technology provided or used as goods - Technology provided as a cloud service that is private accepted - Private Cloud Service - 2024-05-09 - + 2022-06-15 - - - - Technology Concepts - N3 serialiation - - - - - + + + accepted + Infrastructure as a Service + Technology provided as a cloud service consisting of managed infrastructure resources 2024-05-09 - Mobile backend as a Service - Technology provided as a cloud service consisting of managed 'backend' services for mobile users - accepted - - - - - - - - Technology Concepts - JSON-LD serialiation - - - - - - - - Technology Concepts - Turtle serialiation - - - - - - - Guides for Data Privacy Vocabulary - - - - 2022-06-15 + + Technology provided as a cloud service consisting of fully managed servers for executing functions - - Product - Technology that is provided as a product + 2024-05-09 accepted - Harshvardhan J. Pandit - + Serverless Computing + + - - + + - Component - Harshvardhan J. Pandit + Technology provided as a cloud service that is private - 2022-06-15 accepted - Technology provided as a component - + 2024-05-09 + Private Cloud Service + - - - Hybrid Cloud Service + accepted - Technology provided as a cloud service that is both private and public in parts - 2024-05-09 - - - - - - Examples for Data Privacy Vocabulary - - - - - - - - - - Technology Concepts - RDF/XML serialiation - - - - - - - - - Technology Concepts - HTML serialiation - + Cloud Service + Technology provided as a cloud service + + - + + + Mobile backend as a Service + 2024-05-09 accepted - Harshvardhan J. Pandit - Algorithmic - 2022-06-15 - - Technology provided as an algorithm or method - + Technology provided as a cloud service consisting of managed 'backend' services for mobile users + diff --git a/tech/modules/provision-owl.ttl b/tech/modules/provision-owl.ttl index 6df1192b5..f1b391699 100644 --- a/tech/modules/provision-owl.ttl +++ b/tech/modules/provision-owl.ttl @@ -120,7 +120,7 @@ tech-owl:PrivateCloudService a rdfs:Class, tech-owl:TechnologyProvisionMethod ; dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech-owl: ; - rdfs:subClassOf tech-owl:TechnologyProvisionMethod ; + rdfs:subClassOf tech-owl:CloudService ; sw:term_status "accepted"@en ; skos:definition "Technology provided as a cloud service that is private"@en ; skos:prefLabel "Private Cloud Service"@en . @@ -141,7 +141,7 @@ tech-owl:PublicCloudService a rdfs:Class, tech-owl:TechnologyProvisionMethod ; dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech-owl: ; - rdfs:subClassOf tech-owl:TechnologyProvisionMethod ; + rdfs:subClassOf tech-owl:CloudService ; sw:term_status "accepted"@en ; skos:definition "Technology provided as a cloud service that is public"@en ; skos:prefLabel "Public Cloud Service"@en . diff --git a/tech/modules/provision.jsonld b/tech/modules/provision.jsonld index a4520c187..75c3d56a9 100644 --- a/tech/modules/provision.jsonld +++ b/tech/modules/provision.jsonld @@ -1,15 +1,20 @@ [ { - "@id": "https://w3id.org/dpv/tech#ServerlessComputing", + "@id": "https://w3id.org/dpv/tech#System", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -25,13 +30,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#CloudService" + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of fully managed servers for executing functions" + "@value": "Technology provided as a system" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -42,21 +47,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Serverless Computing" + "@value": "System" } ] }, { - "@id": "https://w3id.org/dpv/tech#PublicCloudService", + "@id": "https://w3id.org/dpv/tech#FixedUse", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -78,7 +88,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service that is public" + "@value": "Technology that can be used a fixed numner of times" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -89,21 +99,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Cloud Service" + "@value": "Fixed Use" } ] }, { - "@id": "https://w3id.org/dpv/tech#PrivateCloudService", + "@id": "https://w3id.org/dpv/tech#Algorithmic", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -125,7 +140,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service that is private" + "@value": "Technology provided as an algorithm or method" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -136,105 +151,111 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Private Cloud Service" + "@value": "Algorithmic" } ] }, { - "@id": "https://w3id.org/dpv/examples", + "@id": "https://w3id.org/dpv/tech#Product", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://www.w3.org/TR/html/" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Examples for Data Privacy Vocabulary" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/examples" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" } - ] - }, - { - "@id": "https://w3id.org/dpv/primer", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://www.w3.org/TR/html/" + "@language": "en", + "@value": "Technology that is provided as a product" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Primer for Data Privacy Vocabulary" + "@language": "en", + "@value": "Product" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#PublicCloudService", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/primer" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "https://w3id.org/dpv/tech#" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://www.w3.org/TR/json-ld11/" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://www.iana.org/assignments/media-types/application/ld+json" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Technology Concepts - JSON-LD serialiation" + "@language": "en", + "@value": "Technology provided as a cloud service that is public" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech/tech.jsonld" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "Public Cloud Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#HybridCloudService", + "@id": "https://w3id.org/dpv/tech#SaaS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -259,16 +280,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#PrivateCloudService" - }, - { - "@id": "https://w3id.org/dpv/tech#PublicCloudService" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service that is both private and public in parts" + "@value": "Technology provided as a cloud service consisting of managed software resources" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -279,7 +297,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hybrid Cloud Service" + "@value": "Software as a Service" } ] }, @@ -331,21 +349,16 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#Goods", + "@id": "https://w3id.org/dpv/tech#MBaaS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -361,13 +374,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided or used as goods" + "@value": "Technology provided as a cloud service consisting of managed 'backend' services for mobile users" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -378,12 +391,43 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Goods" + "@value": "Mobile backend as a Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#Component", + "@id": "https://w3id.org/dpv/primer", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Primer for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/primer" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#Subscription", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -419,7 +463,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a component" + "@value": "Technology that is provided or used as a periodic subscription" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -430,52 +474,73 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Component" + "@value": "Subscription" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-html", + "@id": "https://w3id.org/dpv/tech#PrivateCloudService", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.w3.org/TR/html/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Technology Concepts - HTML serialiation" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech/tech.html" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@language": "en", + "@value": "Technology provided as a cloud service that is private" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#provision-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Private Cloud Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#PaaS", + "@id": "https://w3id.org/dpv/tech#Goods", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -491,13 +556,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#CloudService" + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed platform resources" + "@value": "Technology provided or used as goods" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -508,14 +573,119 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Platform as a Service" + "@value": "Goods" } ] }, { - "@id": "https://w3id.org/dpv/tech", + "@id": "https://w3id.org/dpv/tech#ServerlessComputing", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv/tech#CloudService" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Technology provided as a cloud service consisting of fully managed servers for executing functions" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#provision-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Serverless Computing" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#Service", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Technology provided or used as service(s)" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#provision-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Service" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "Removed plural suffix for consistency in terms" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology", "http://www.w3.org/ns/dx/prof/Profile" ], "http://purl.org/dc/terms/conformsTo": [ @@ -641,137 +811,38 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#MBaaS", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#CloudService" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed 'backend' services for mobile users" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv/tech#provision-classes" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Mobile backend as a Service" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#FixedUse", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Technology that can be used a fixed numner of times" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv/tech#provision-classes" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Fixed Use" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf", + "@id": "https://w3id.org/dpv/guides", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - RDF/XML serialiation" + "@value": "Guides for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech.rdf" + "@id": "https://w3id.org/dpv/guides" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech#System", + "@id": "https://w3id.org/dpv/tech#Component", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -807,7 +878,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a system" + "@value": "Technology provided as a component" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -818,7 +889,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "System" + "@value": "Component" } ] }, @@ -870,12 +941,24 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#CloudService", + "@id": "https://w3id.org/dpv/tech#provision-classes", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#HybridCloudService", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -889,13 +972,16 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Service" + "@id": "https://w3id.org/dpv/tech#PrivateCloudService" + }, + { + "@id": "https://w3id.org/dpv/tech#PublicCloudService" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service" + "@value": "Technology provided as a cloud service that is both private and public in parts" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -906,169 +992,110 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cloud Service" + "@value": "Hybrid Cloud Service" } ] }, { - "@id": "https://w3id.org/dpv/guides", + "@id": "https://w3id.org/dpv/tech#serialisation-ttl", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://www.w3.org/TR/turtle/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://www.iana.org/assignments/media-types/text/turtle" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Guides for Data Privacy Vocabulary" + "@value": "Technology Concepts - Turtle serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/guides" + "@id": "https://w3id.org/dpv/tech/tech.ttl" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#Subscription", + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.w3.org/TR/json-ld11/" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@id": "https://www.iana.org/assignments/media-types/application/ld+json" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Technology that is provided or used as a periodic subscription" + "@value": "Technology Concepts - JSON-LD serialiation" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech/tech.jsonld" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Subscription" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#Service", + "@id": "https://w3id.org/dpv/tech#serialisation-rdf", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/format": [ { - "@language": "en", - "@value": "Technology provided or used as service(s)" + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@value": "Technology Concepts - RDF/XML serialiation" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Service" + "@id": "https://w3id.org/dpv/tech/tech.rdf" } ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Removed plural suffix for consistency in terms" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#Product", + "@id": "https://w3id.org/dpv/tech#CloudService", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -1082,13 +1109,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech#Service" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology that is provided as a product" + "@value": "Technology provided as a cloud service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1099,110 +1126,83 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Product" + "@value": "Cloud Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#provision-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#SaaS", + "@id": "https://w3id.org/dpv/examples", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#CloudService" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed software resources" + "@value": "Examples for Data Privacy Vocabulary" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/examples" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Software as a Service" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl", + "@id": "https://w3id.org/dpv/tech#serialisation-html", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/turtle/" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - Turtle serialiation" + "@value": "Technology Concepts - HTML serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech.ttl" + "@id": "https://w3id.org/dpv/tech/tech.html" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" } ] }, { - "@id": "https://w3id.org/dpv/tech#Algorithmic", + "@id": "https://w3id.org/dpv/tech#PaaS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1218,13 +1218,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as an algorithm or method" + "@value": "Technology provided as a cloud service consisting of managed platform resources" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1235,7 +1235,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Algorithmic" + "@value": "Platform as a Service" } ] }, diff --git a/tech/modules/provision.n3 b/tech/modules/provision.n3 index e5de21b2e..549725811 100644 --- a/tech/modules/provision.n3 +++ b/tech/modules/provision.n3 @@ -131,7 +131,7 @@ tech:PrivateCloudService a rdfs:Class, dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech: ; sw:term_status "accepted"@en ; - skos:broader tech:TechnologyProvisionMethod ; + skos:broader tech:CloudService ; skos:definition "Technology provided as a cloud service that is private"@en ; skos:inScheme tech:provision-classes ; skos:prefLabel "Private Cloud Service"@en . @@ -154,7 +154,7 @@ tech:PublicCloudService a rdfs:Class, dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech: ; sw:term_status "accepted"@en ; - skos:broader tech:TechnologyProvisionMethod ; + skos:broader tech:CloudService ; skos:definition "Technology provided as a cloud service that is public"@en ; skos:inScheme tech:provision-classes ; skos:prefLabel "Public Cloud Service"@en . diff --git a/tech/modules/provision.rdf b/tech/modules/provision.rdf index 96db5f2d2..35e689ef1 100644 --- a/tech/modules/provision.rdf +++ b/tech/modules/provision.rdf @@ -9,56 +9,12 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - Technology Concepts - Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision - 2024-05-09 - 2024-05-09 - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Julian Flake - Delaram Golpayegani - 0.8.2 - https://w3id.org/dpv/tech - http://www.w3.org/2000/01/rdf-schema - http://www.w3.org/2004/02/skos/core - Harshvardhan J. Pandit - - tech - https://w3id.org/dpv/tech# - - - - - - - - - - - - - - - - - Mobile backend as a Service - Technology provided as a cloud service consisting of managed 'backend' services for mobile users - - 2024-05-09 - accepted - - - - + - System - Technology provided as a system + Algorithmic + Technology provided as an algorithm or method 2022-06-15 accepted @@ -66,55 +22,20 @@ - - - - - Serverless Computing - Technology provided as a cloud service consisting of fully managed servers for executing functions - - 2024-05-09 - accepted - - - - - - - - Infrastructure as a Service - Technology provided as a cloud service consisting of managed infrastructure resources - - 2024-05-09 - accepted - - - - + - - - - Technology Concepts - JSON-LD serialiation - - - - - - - - Technology Concepts - HTML serialiation - - - + + + + Technology Concepts - RDF/XML serialiation - + - Subscription - Technology that is provided or used as a periodic subscription + Goods + Technology provided or used as goods 2022-06-15 accepted @@ -130,57 +51,69 @@ - + + + + + Examples for Data Privacy Vocabulary + + + + - Platform as a Service - Technology provided as a cloud service consisting of managed platform resources - - 2024-05-09 + Cloud Service + Technology provided as a cloud service + accepted - + - Fixed Use - Technology that can be used a fixed numner of times + Service + Technology provided or used as service(s) + Removed plural suffix for consistency in terms 2022-06-15 accepted Harshvardhan J. Pandit - - - - - - - Technology Concepts - Turtle serialiation + + + + + Public Cloud Service + Technology provided as a cloud service that is public + + 2024-05-09 + accepted + + - + - Compute as a Service - Technology provided as a cloud service consisting of managed compute resources + Software as a Service + Technology provided as a cloud service consisting of managed software resources 2024-05-09 accepted - + - Component - Technology provided as a component + Product + Technology that is provided as a product 2022-06-15 accepted @@ -188,26 +121,66 @@ - + - - - - Technology Concepts - N3 serialiation + + + + Technology Concepts - JSON-LD serialiation - + + + + + Primer for Data Privacy Vocabulary + + + + - Private Cloud Service - Technology provided as a cloud service that is private - + Compute as a Service + Technology provided as a cloud service consisting of managed compute resources + 2024-05-09 accepted + + + + Technology Concepts + Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision + 2024-05-09 + 2024-05-09 + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + Julian Flake + Delaram Golpayegani + 0.8.2 + https://w3id.org/dpv/tech + http://www.w3.org/2000/01/rdf-schema + http://www.w3.org/2004/02/skos/core + Harshvardhan J. Pandit + + tech + https://w3id.org/dpv/tech# + + + + + + + + + + + + @@ -221,32 +194,36 @@ - - - - - Examples for Data Privacy Vocabulary - - + + + + + Infrastructure as a Service + Technology provided as a cloud service consisting of managed infrastructure resources + + 2024-05-09 + accepted + + - + - Software as a Service - Technology provided as a cloud service consisting of managed software resources + Platform as a Service + Technology provided as a cloud service consisting of managed platform resources 2024-05-09 accepted - + - Product - Technology that is provided as a product + System + Technology provided as a system 2022-06-15 accepted @@ -254,12 +231,12 @@ - + - Algorithmic - Technology provided as an algorithm or method + Fixed Use + Technology that can be used a fixed numner of times 2022-06-15 accepted @@ -267,32 +244,32 @@ - + - Public Cloud Service - Technology provided as a cloud service that is public - + Private Cloud Service + Technology provided as a cloud service that is private + 2024-05-09 accepted - + - - - - Technology Concepts - RDF/XML serialiation + + + + Technology Concepts - N3 serialiation - + - Goods - Technology provided or used as goods + Component + Technology provided as a component 2022-06-15 accepted @@ -300,37 +277,60 @@ - + - Service - Technology provided or used as service(s) - - Removed plural suffix for consistency in terms - 2022-06-15 + Mobile backend as a Service + Technology provided as a cloud service consisting of managed 'backend' services for mobile users + + 2024-05-09 accepted - Harshvardhan J. Pandit - - + + + + + Serverless Computing + Technology provided as a cloud service consisting of fully managed servers for executing functions + + 2024-05-09 + accepted + + + + - - Primer for Data Privacy Vocabulary + + + Technology Concepts - HTML serialiation - + - Cloud Service - Technology provided as a cloud service - + Subscription + Technology that is provided or used as a periodic subscription + + 2022-06-15 accepted + Harshvardhan J. Pandit + + + + + + + + + + Technology Concepts - Turtle serialiation + diff --git a/tech/modules/provision.ttl b/tech/modules/provision.ttl index e5de21b2e..549725811 100644 --- a/tech/modules/provision.ttl +++ b/tech/modules/provision.ttl @@ -131,7 +131,7 @@ tech:PrivateCloudService a rdfs:Class, dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech: ; sw:term_status "accepted"@en ; - skos:broader tech:TechnologyProvisionMethod ; + skos:broader tech:CloudService ; skos:definition "Technology provided as a cloud service that is private"@en ; skos:inScheme tech:provision-classes ; skos:prefLabel "Private Cloud Service"@en . @@ -154,7 +154,7 @@ tech:PublicCloudService a rdfs:Class, dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech: ; sw:term_status "accepted"@en ; - skos:broader tech:TechnologyProvisionMethod ; + skos:broader tech:CloudService ; skos:definition "Technology provided as a cloud service that is public"@en ; skos:inScheme tech:provision-classes ; skos:prefLabel "Public Cloud Service"@en . diff --git a/tech/modules/status-owl.jsonld b/tech/modules/status-owl.jsonld index e6c017399..94c2e4368 100644 --- a/tech/modules/status-owl.jsonld +++ b/tech/modules/status-owl.jsonld @@ -1,99 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/examples", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Examples for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/examples" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" - } - ] - }, - { - "@id": "https://w3id.org/dpv/primer", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Primer for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/primer" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/turtle/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - Turtle serialiation" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/tech/tech-owl.ttl" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#hasProvisionStatus", + "@id": "https://w3id.org/dpv/tech/owl#hasTRL", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -105,7 +12,12 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ @@ -133,13 +45,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates whether the technology has been provided" + "@value": "Indicates technology maturity level" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision status" + "@value": "has TRL" } ], "http://www.w3.org/2004/02/skos/core#related": [ @@ -155,24 +67,25 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasTRL", + "@id": "https://w3id.org/dpv/tech/owl#", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel" + "@value": "http://www.w3.org/2004/02/skos/core" + }, + { + "@id": "http://www.w3.org/2002/07/owl" } ], "http://purl.org/dc/terms/contributor": [ @@ -182,102 +95,154 @@ ], "http://purl.org/dc/terms/created": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", + "@language": "en", "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@language": "en", + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Julian Flake" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv/owl#hasStatus" + "@language": "en", + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/hasVersion": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/tech" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/identifier": [ { - "@language": "en", - "@value": "Indicates technology maturity level" + "@value": "https://w3id.org/dpv/tech" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/license": [ + { + "@id": "https://www.w3.org/copyright/document-license-2023/" + } + ], + "http://purl.org/dc/terms/modified": [ { "@language": "en", - "@value": "has TRL" + "@value": "2024-05-09" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "sc" + "@value": "Technology Concepts" } ], - "https://schema.org/domainIncludes": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@value": "tech" } ], - "https://schema.org/rangeIncludes": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel" + "@value": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/ns/dx/prof/hasResource": [ + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" + } + ], + "http://www.w3.org/ns/dx/prof/isProfileOf": [ + { + "@id": "https://w3id.org/dpv/tech" + }, + { + "@id": "https://w3id.org/dpv/owl" + }, + { + "@id": "http://www.w3.org/2002/07/owl" + } + ], + "https://schema.org/version": [ + { + "@value": "0.8.2" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://www.w3.org/TR/turtle/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://www.iana.org/assignments/media-types/text/turtle" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - HTML serialiation" + "@value": "Technology Concepts - Turtle serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.html" + "@id": "https://w3id.org/dpv/tech/tech-owl.ttl" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#", + "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "http://www.w3.org/2002/07/owl" - }, - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" - } + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { @@ -286,115 +251,103 @@ ], "http://purl.org/dc/terms/created": [ { - "@language": "en", + "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Paul Ryan" - }, + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "Georg P Krog" - }, + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Delaram Golpayegani" - }, + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Indication of maturity of Technology (ISO 16290:2013)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Julian Flake" + "@value": "Technology Readiness Level (TRL)" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#hasProvisionStatus", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://purl.org/dc/terms/hasVersion": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech" + "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" } ], - "http://purl.org/dc/terms/identifier": [ + "http://purl.org/dc/terms/created": [ { - "@value": "https://w3id.org/dpv/tech" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/owl#hasStatus" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Technology Concepts" + "@value": "accepted" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "tech" + "@language": "en", + "@value": "Indicates whether the technology has been provided" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "has provision status" } ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" - }, + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + "@language": "en", + "@value": "sc" } ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "https://w3id.org/dpv/tech" - }, - { - "@id": "http://www.w3.org/2002/07/owl" - }, + "https://schema.org/domainIncludes": [ { - "@id": "https://w3id.org/dpv/owl" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "https://schema.org/version": [ + "https://schema.org/rangeIncludes": [ { - "@value": "0.8.2" + "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" } ] }, @@ -430,84 +383,69 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Provided", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", "@type": [ - "https://w3id.org/dpv/tech/owl#ProvisionStatus", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Technology Concepts - HTML serialiation" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Status indicating Technology has been provided" + "@id": "https://w3id.org/dpv/tech/tech-owl.html" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Provided" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus", + "@id": "https://w3id.org/dpv/primer", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/owl#Status" + "@value": "Primer for Data Privacy Vocabulary" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/primer" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Status indicating whether Technology is available on the market" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#MarketAvailable", + "@id": "https://w3id.org/dpv/tech/owl#MarketUnavailable", "@type": [ "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -538,58 +476,54 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology is available on the market" + "@value": "Status indicating Technology is unavailable on the market" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Market Available" + "@value": "Market Unavailable" } ] }, { - "@id": "https://w3id.org/dpv/guides", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://www.w3.org/TeamSubmission/n3/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://www.iana.org/assignments/media-types/text/n3" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Guides for Data Privacy Vocabulary" + "@value": "Technology Concepts - N3 serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/guides" + "@id": "https://w3id.org/dpv/tech/tech-owl.n3" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel", + "@id": "https://w3id.org/dpv/tech/owl#Provided", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#ProvisionStatus", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -603,7 +537,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -615,13 +549,48 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of maturity of Technology (ISO 16290:2013)" + "@value": "Status indicating Technology has been provided" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technology Readiness Level (TRL)" + "@value": "Provided" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/owl#Status" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Status indicating whether Technology is available on the market" } ] }, @@ -657,9 +626,8 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#NotProvided", + "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus", "@type": [ - "https://w3id.org/dpv/tech/owl#ProvisionStatus", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], @@ -676,7 +644,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" + "@id": "https://w3id.org/dpv/owl#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -688,44 +656,44 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology has not been provided" + "@value": "Status indicating whether Technology has been provided" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Not Provided" + "@value": "Provision Status" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", + "@id": "https://w3id.org/dpv/guides", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TeamSubmission/n3/" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/n3" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - N3 serialiation" + "@value": "Guides for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.n3" + "@id": "https://w3id.org/dpv/guides" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, @@ -797,9 +765,10 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus", + "@id": "https://w3id.org/dpv/tech/owl#NotProvided", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#ProvisionStatus", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -815,7 +784,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Status" + "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -827,18 +796,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating whether Technology has been provided" + "@value": "Status indicating Technology has not been provided" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provision Status" + "@value": "Not Provided" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#MarketUnavailable", + "@id": "https://w3id.org/dpv/tech/owl#MarketAvailable", "@type": [ "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -869,13 +838,44 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology is unavailable on the market" + "@value": "Status indicating Technology is available on the market" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Market Unavailable" + "@value": "Market Available" + } + ] + }, + { + "@id": "https://w3id.org/dpv/examples", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Examples for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/examples" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] } diff --git a/tech/modules/status-owl.owl b/tech/modules/status-owl.owl index ed8140b0a..b4d19a7d2 100644 --- a/tech/modules/status-owl.owl +++ b/tech/modules/status-owl.owl @@ -10,222 +10,222 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > + + + + Technology Concepts - N3 serialiation + + + + + + + + 2024-05-09 + accepted + + + Status indicating whether Technology is available on the market + + + - - - Indicates technology maturity level + Harshvardhan J. Pandit 2024-05-09 + + has TRL + Indicates technology maturity level sc - - + accepted - Harshvardhan J. Pandit - - + + + + Technology Concepts - HTML serialiation - - Primer for Data Privacy Vocabulary - - - - - - accepted - Status indicating whether Technology is available on the market - 2024-05-09 - - - + - Paul Ryan + https://w3id.org/dpv/tech + 0.8.2 + + + + + + + + Georg P Krog Delaram Golpayegani + Paul Ryan Harshvardhan J. Pandit Julian Flake - - - - - - - - - - Harshvardhan J. Pandit - 0.8.2 - - http://www.w3.org/2000/01/rdf-schema - http://www.w3.org/2004/02/skos/core - - tech + + + + http://www.w3.org/2000/01/rdf-schema + http://www.w3.org/2004/02/skos/core + Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision https://w3id.org/dpv/tech# - 2024-05-09 - https://w3id.org/dpv/tech Technology Concepts - - - 2024-05-09 + Harshvardhan J. Pandit + tech + + 2024-05-09 + 2024-05-09 - - accepted - - + + + + 2024-05-09 + accepted + Market Unavailable + Status indicating Technology is unavailable on the market + + + + Indicates whether the technology has been provided - + + sc + accepted has provision status + + + + 2024-05-09 - Indicates whether the technology has been provided - sc - - accepted - + + Technology Concepts - Turtle serialiation + + + + + + + + + + + + + Guides for Data Privacy Vocabulary + + + Examples for Data Privacy Vocabulary + + + + + + + - Market Available - - Status indicating Technology is available on the market 2024-05-09 - + Harshvardhan J. Pandit + Indication of maturity of Technology (ISO 16290:2013) + accepted + Technology Readiness Level (TRL) + + + Indicates whether the technology is available on the market + - - accepted - Indicates whether the technology is available on the market - sc - + - has market availability status - + sc 2024-05-09 + has market availability status + + accepted + + + Primer for Data Privacy Vocabulary + + + + + - Status indicating Technology has been provided - - + - accepted 2024-05-09 + accepted + Status indicating Technology has been provided Provided + - - accepted - + + + Status indicating Technology is available on the market + Market Available 2024-05-09 - Not Provided - Status indicating Technology has not been provided - - - - - - - - - Technology Concepts - N3 serialiation + accepted + - - - - - Technology Concepts - JSON-LD serialiation - - - - + Technology Concepts - JSON-LD serialiation + - - Technology Concepts - Turtle serialiation - - - - - - - - Guides for Data Privacy Vocabulary + - - - + + - accepted - Status indicating Technology is unavailable on the market - 2024-05-09 - Market Unavailable - - - - Harshvardhan J. Pandit - Indication of maturity of Technology (ISO 16290:2013) - - + Status indicating Technology has not been provided 2024-05-09 - - - Technology Readiness Level (TRL) accepted - - - - Examples for Data Privacy Vocabulary - - - - + Not Provided + + - - Technology Concepts - RDF/XML serialiation - + + + Status indicating whether Technology has been provided + 2024-05-09 + accepted Provision Status - 2024-05-09 - accepted - - - Technology Concepts - HTML serialiation - - - - - diff --git a/tech/modules/status.jsonld b/tech/modules/status.jsonld index 0190da2a9..e54fb82d4 100644 --- a/tech/modules/status.jsonld +++ b/tech/modules/status.jsonld @@ -1,10 +1,25 @@ [ { - "@id": "https://w3id.org/dpv/tech#NotProvided", + "@id": "https://w3id.org/dpv/tech#status-classes", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#ProvisionStatus" + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#hasMarketAvailabilityStatus", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + } ], "http://purl.org/dc/terms/created": [ { @@ -17,6 +32,11 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasStatus" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -25,282 +45,134 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#ProvisionStatus" + "@id": "https://w3id.org/dpv#hasStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology has not been provided" + "@value": "Indicates whether the technology is available on the market" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "https://w3id.org/dpv/tech#status-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Not Provided" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#status-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/examples", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Examples for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/examples" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" - } - ] - }, - { - "@id": "https://w3id.org/dpv/primer", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@value": "has market availability status" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@value": "Primer for Data Privacy Vocabulary" + "@language": "en", + "@value": "sc" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "https://schema.org/domainIncludes": [ { - "@id": "https://w3id.org/dpv/primer" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "https://schema.org/rangeIncludes": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", + "@id": "https://w3id.org/dpv/tech#MarketUnavailable", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/json-ld11/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/application/ld+json" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - JSON-LD serialiation" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#MarketAvailabilityStatus" ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/tech/tech.jsonld" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://w3id.org/dpv/tech#" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-html", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://www.w3.org/TR/html/" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Technology Concepts - HTML serialiation" + "@language": "en", + "@value": "Status indicating Technology is unavailable on the market" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech/tech.html" + "@id": "https://w3id.org/dpv/tech#status-classes" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@language": "en", + "@value": "Market Unavailable" } ] }, { - "@id": "https://w3id.org/dpv/tech", + "@id": "https://w3id.org/dpv/tech#MarketAvailable", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#MarketAvailabilityStatus" ], "http://purl.org/dc/terms/created": [ { - "@language": "en", + "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/creator": [ - { - "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, - { - "@language": "en", - "@value": "Georg P Krog" - }, - { - "@language": "en", - "@value": "Paul Ryan" - }, - { - "@language": "en", - "@value": "Julian Flake" - }, + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Delaram Golpayegani" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" - } - ], - "http://purl.org/dc/terms/identifier": [ - { - "@value": "https://w3id.org/dpv/tech" - } - ], - "http://purl.org/dc/terms/license": [ - { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@value": "accepted" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@language": "en", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology Concepts" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "tech" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-n3" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" + "@value": "Status indicating Technology is available on the market" } ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "http://www.w3.org/2000/01/rdf-schema#" - }, - { - "@id": "http://www.w3.org/2004/02/skos/core#" - }, + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv" + "@id": "https://w3id.org/dpv/tech#status-classes" } ], - "https://schema.org/version": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.8.2" + "@language": "en", + "@value": "Market Available" } ] }, @@ -382,17 +254,16 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#status-properties", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#ProvisionStatus", + "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -406,7 +277,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#Status" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -415,15 +286,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv#Status" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating whether Technology has been provided" + "@value": "Indication of maturity of Technology (ISO 16290:2013)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -434,56 +300,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provision Status" + "@value": "Technology Readiness Level (TRL)" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf", + "@id": "https://w3id.org/dpv/primer", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - RDF/XML serialiation" + "@value": "Primer for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech.rdf" + "@id": "https://w3id.org/dpv/primer" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasMarketAvailabilityStatus", + "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -496,9 +352,9 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#hasStatus" + "@id": "https://w3id.org/dpv#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -509,80 +365,74 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#hasStatus" + "@id": "https://w3id.org/dpv#Status" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates whether the technology is available on the market" + "@value": "Status indicating whether Technology is available on the market" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-properties" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has market availability status" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@language": "en", - "@value": "sc" + "@id": "https://w3id.org/dpv/tech#status-classes" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#NotProvided", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#ProvisionStatus" ], - "https://schema.org/domainIncludes": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv#Technology" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + "@id": "https://w3id.org/dpv/tech#" } - ] - }, - { - "@id": "https://w3id.org/dpv/guides", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://www.w3.org/TR/html/" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech#ProvisionStatus" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Guides for Data Privacy Vocabulary" + "@language": "en", + "@value": "Status indicating Technology has not been provided" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/guides" + "@id": "https://w3id.org/dpv/tech#status-classes" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@language": "en", + "@value": "Not Provided" } ] }, { - "@id": "https://w3id.org/dpv/tech#MarketUnavailable", + "@id": "https://w3id.org/dpv/tech#Provided", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + "https://w3id.org/dpv/tech#ProvisionStatus" ], "http://purl.org/dc/terms/created": [ { @@ -603,13 +453,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + "@id": "https://w3id.org/dpv/tech#ProvisionStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology is unavailable on the market" + "@value": "Status indicating Technology has been provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -620,81 +470,205 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Market Unavailable" + "@value": "Provided" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, + { + "@value": "http://www.w3.org/2004/02/skos/core" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@language": "en", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Julian Flake" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@value": "https://w3id.org/dpv/tech" + } + ], + "http://purl.org/dc/terms/license": [ + { + "@id": "https://www.w3.org/copyright/document-license-2023/" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@language": "en", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Technology Concepts" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "tech" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/ns/dx/prof/hasResource": [ + { + "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" + } + ], + "http://www.w3.org/ns/dx/prof/isProfileOf": [ + { + "@id": "http://www.w3.org/2000/01/rdf-schema#" + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#" + }, + { + "@id": "https://w3id.org/dpv" + } + ], + "https://schema.org/version": [ + { + "@value": "0.8.2" } ] }, { - "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel", + "@id": "https://w3id.org/dpv/guides", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + "@value": "Guides for Data Privacy Vocabulary" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/guides" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Indication of maturity of Technology (ISO 16290:2013)" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-ttl", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "https://www.w3.org/TR/turtle/" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/format": [ { - "@language": "en", - "@value": "Technology Readiness Level (TRL)" + "@id": "https://www.iana.org/assignments/media-types/text/turtle" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#hasTRL", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv#Technology" + "@value": "Technology Concepts - Turtle serialiation" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel" + "@id": "https://w3id.org/dpv/tech/tech.ttl" } ], - "http://purl.org/dc/terms/contributor": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#ProvisionStatus", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -707,9 +681,9 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#hasStatus" + "@id": "https://w3id.org/dpv#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -720,172 +694,171 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#hasStatus" + "@id": "https://w3id.org/dpv#Status" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology maturity level" + "@value": "Status indicating whether Technology has been provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-properties" + "@id": "https://w3id.org/dpv/tech#status-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has TRL" + "@value": "Provision Status" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "sc" + "@id": "https://www.w3.org/TR/json-ld11/" } ], - "https://schema.org/domainIncludes": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://www.iana.org/assignments/media-types/application/ld+json" } ], - "https://schema.org/rangeIncludes": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel" + "@value": "Technology Concepts - JSON-LD serialiation" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/tech/tech.jsonld" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-rdf", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv#Status" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/format": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv#Status" + "@value": "Technology Concepts - RDF/XML serialiation" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Status indicating whether Technology is available on the market" + "@id": "https://w3id.org/dpv/tech/tech.rdf" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl", + "@id": "https://w3id.org/dpv/examples", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/turtle/" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - Turtle serialiation" + "@value": "Examples for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech.ttl" + "@id": "https://w3id.org/dpv/examples" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech#MarketAvailable", + "@id": "https://w3id.org/dpv/tech#serialisation-html", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Technology Concepts - HTML serialiation" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + "@id": "https://w3id.org/dpv/tech/tech.html" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Status indicating Technology is available on the market" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#hasTRL", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@language": "en", - "@value": "Market Available" + "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Provided", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#ProvisionStatus" ], "http://purl.org/dc/terms/created": [ { @@ -898,6 +871,11 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasStatus" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -906,24 +884,40 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#ProvisionStatus" + "@id": "https://w3id.org/dpv#hasStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology has been provided" + "@value": "Indicates technology maturity level" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "https://w3id.org/dpv/tech#status-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provided" + "@value": "has TRL" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@language": "en", + "@value": "sc" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel" } ] }, @@ -957,5 +951,11 @@ "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] + }, + { + "@id": "https://w3id.org/dpv/tech#status-properties", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] } ] \ No newline at end of file diff --git a/tech/modules/status.rdf b/tech/modules/status.rdf index 3ad059aaa..ea688b2b1 100644 --- a/tech/modules/status.rdf +++ b/tech/modules/status.rdf @@ -10,30 +10,21 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - has provision status - Indicates whether the technology has been provided - - - - - - - sc - 2024-05-09 - accepted - - + + + + + + + Technology Concepts - RDF/XML serialiation - + - Provision Status - Status indicating whether Technology has been provided - - + + Provided + Status indicating Technology has been provided + 2024-05-09 accepted @@ -71,51 +62,6 @@ - - - - - Primer for Data Privacy Vocabulary - - - - - - - has market availability status - Indicates whether the technology is available on the market - - - - - - - sc - 2024-05-09 - accepted - - - - - - - - Not Provided - Status indicating Technology has not been provided - - 2024-05-09 - accepted - - - - - - - - - - Technology Concepts - JSON-LD serialiation - @@ -134,21 +80,13 @@ - - - - - - - Technology Concepts - HTML serialiation - - + - - Market Unavailable - Status indicating Technology is unavailable on the market - + + Not Provided + Status indicating Technology has not been provided + 2024-05-09 accepted @@ -162,33 +100,42 @@ - + - - - - - Technology Concepts - N3 serialiation + + + Examples for Data Privacy Vocabulary + + - + - - Provided - Status indicating Technology has been provided - + Technology Readiness Level (TRL) + Indication of maturity of Technology (ISO 16290:2013) + 2024-05-09 accepted + Harshvardhan J. Pandit - - - - - - - Technology Concepts - Turtle serialiation + + + + has provision status + Indicates whether the technology has been provided + + + + + + + sc + 2024-05-09 + accepted + + @@ -201,23 +148,35 @@ - + - Technology Readiness Level (TRL) - Indication of maturity of Technology (ISO 16290:2013) - + + Market Unavailable + Status indicating Technology is unavailable on the market + 2024-05-09 accepted - Harshvardhan J. Pandit - - + + + + Provision Status + Status indicating whether Technology has been provided + + + 2024-05-09 + accepted + + + + - - Examples for Data Privacy Vocabulary + + + Primer for Data Privacy Vocabulary @@ -233,13 +192,54 @@ - + - - - - Technology Concepts - RDF/XML serialiation + + + + Technology Concepts - N3 serialiation + + + + + has market availability status + Indicates whether the technology is available on the market + + + + + + + sc + 2024-05-09 + accepted + + + + + + + + + + Technology Concepts - JSON-LD serialiation + + + + + + + + Technology Concepts - HTML serialiation + + + + + + + + Technology Concepts - Turtle serialiation diff --git a/tech/modules/tools-owl.jsonld b/tech/modules/tools-owl.jsonld index 97503abd5..8302b6869 100644 --- a/tech/modules/tools-owl.jsonld +++ b/tech/modules/tools-owl.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/tech/owl#LocalStorage", + "@id": "https://w3id.org/dpv/tech/owl#Device", "@type": [ "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -13,7 +13,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#DataStorage" + "@id": "https://w3id.org/dpv/tech/owl#Hardware" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25,83 +25,93 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Storage that is local (e.g. on device)" + "@value": "Device or computing device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Local Storage" + "@value": "Device" } ] }, { - "@id": "https://w3id.org/dpv/examples", + "@id": "https://w3id.org/dpv/tech/owl#MobilePhone", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech/owl#Telephone" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Examples for Data Privacy Vocabulary" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/examples" + "@language": "en", + "@value": "Mobile telephone" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@language": "en", + "@value": "Mobile Phone" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl", + "@id": "https://w3id.org/dpv/tech/owl#Telephone", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.w3.org/TR/turtle/" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" + "@id": "https://w3id.org/dpv/tech/owl#Device" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Technology Concepts - Turtle serialiation" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.ttl" + "@language": "en", + "@value": "Telephone" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "Telephone" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Android", + "@id": "https://w3id.org/dpv/tech/owl#Software", "@type": [ - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -111,7 +121,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#OS" + "@id": "https://w3id.org/dpv/owl#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -123,124 +133,157 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Android operating system" + "@value": "Virtual parts or components of the technology such as programs and data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Android" + "@value": "Software" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#iOS", + "@id": "https://w3id.org/dpv/tech/owl#", "@type": [ - "https://w3id.org/dpv/owl#Technology", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, + { + "@value": "http://www.w3.org/2004/02/skos/core" + }, + { + "@id": "http://www.w3.org/2002/07/owl" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech/owl#OS" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/created": [ { "@language": "en", - "@value": "accepted" + "@value": "2024-05-09" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/creator": [ { "@language": "en", - "@value": "iOS operating system" + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Julian Flake" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "iOS" + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#MSWindows", - "@type": [ - "https://w3id.org/dpv/owl#Technology", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/hasVersion": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://w3id.org/dpv/tech" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/identifier": [ { - "@id": "https://w3id.org/dpv/tech/owl#OS" + "@value": "https://w3id.org/dpv/tech" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/license": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.w3.org/copyright/document-license-2023/" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/modified": [ { "@language": "en", - "@value": "Microsoft Windows operating system" + "@value": "2024-05-09" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Microsoft Windows" + "@value": "Technology Concepts" } - ] - }, - { - "@id": "https://w3id.org/dpv/primer", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://www.w3.org/TR/html/" + "@value": "tech" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@value": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/ns/dx/prof/hasResource": [ { - "@value": "Primer for Data Privacy Vocabulary" + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/ns/dx/prof/isProfileOf": [ { - "@id": "https://w3id.org/dpv/primer" + "@id": "https://w3id.org/dpv/tech" + }, + { + "@id": "https://w3id.org/dpv/owl" + }, + { + "@id": "http://www.w3.org/2002/07/owl" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "https://schema.org/version": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@value": "0.8.2" } ] }, { "@id": "https://w3id.org/dpv/tech/owl#AppStore", "@type": [ - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -273,43 +316,38 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Device", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl", "@type": [ - "https://w3id.org/dpv/owl#Technology", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://www.w3.org/TR/turtle/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#Hardware" + "@id": "https://www.iana.org/assignments/media-types/text/turtle" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Technology Concepts - Turtle serialiation" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Device or computing device" + "@id": "https://w3id.org/dpv/tech/tech-owl.ttl" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Device" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#DesktopPC", + "@id": "https://w3id.org/dpv/tech/owl#MSWindows", "@type": [ "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -322,7 +360,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" + "@id": "https://w3id.org/dpv/tech/owl#OS" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -334,18 +372,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A non-portable or fixed personal computer" + "@value": "Microsoft Windows operating system" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Desktop PC" + "@value": "Microsoft Windows" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#SmartphoneApplication", + "@id": "https://w3id.org/dpv/tech/owl#Database", "@type": [ "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -369,7 +407,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Application" + "@id": "https://w3id.org/dpv/tech/owl#DataStorage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -381,52 +419,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A computing or digital program on a smartphone device" + "@value": "A database, database management system (DBMS), or application database" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Smartphone Application" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - HTML serialiation" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/tech/tech-owl.html" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@value": "Database" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Telephone", + "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer", "@type": [ - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -448,188 +455,119 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Telephone" + "@value": "A computing device intended for individual use" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Telephone" + "@value": "Personal Computer (PC)" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "http://www.w3.org/2002/07/owl" - }, - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@language": "en", - "@value": "2024-05-09" + "@id": "https://www.w3.org/TR/json-ld11/" } ], - "http://purl.org/dc/terms/creator": [ - { - "@language": "en", - "@value": "Paul Ryan" - }, - { - "@language": "en", - "@value": "Georg P Krog" - }, - { - "@language": "en", - "@value": "Delaram Golpayegani" - }, - { - "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/format": [ { - "@language": "en", - "@value": "Julian Flake" + "@id": "https://www.iana.org/assignments/media-types/application/ld+json" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + "@value": "Technology Concepts - JSON-LD serialiation" } ], - "http://purl.org/dc/terms/hasVersion": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech" + "@id": "https://w3id.org/dpv/tech/tech-owl.jsonld" } ], - "http://purl.org/dc/terms/identifier": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@value": "https://w3id.org/dpv/tech" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/license": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@id": "https://www.w3.org/TR/html/" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/format": [ { - "@language": "en", - "@value": "2024-05-09" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Technology Concepts" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "tech" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + "@value": "Technology Concepts - HTML serialiation" } ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "https://w3id.org/dpv/tech" - }, - { - "@id": "http://www.w3.org/2002/07/owl" - }, + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/owl" + "@id": "https://w3id.org/dpv/tech/tech-owl.html" } ], - "https://schema.org/version": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@value": "0.8.2" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld", + "@id": "https://w3id.org/dpv/tech/owl#Android", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.w3.org/TR/json-ld11/" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://www.iana.org/assignments/media-types/application/ld+json" + "@id": "https://w3id.org/dpv/tech/owl#OS" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Technology Concepts - JSON-LD serialiation" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.jsonld" + "@language": "en", + "@value": "Android operating system" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "Android" } ] }, { "@id": "https://w3id.org/dpv/tech/owl#OS", "@type": [ - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -662,49 +600,41 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Smartphone", + "@id": "https://w3id.org/dpv/primer", "@type": [ - "https://w3id.org/dpv/owl#Technology", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" - }, + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#MobilePhone" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Primer for Data Privacy Vocabulary" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "A combination of a mobile phone with computing capabilities similar to a PC" + "@id": "https://w3id.org/dpv/primer" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Smartphone" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Hardware", + "@id": "https://w3id.org/dpv/tech/owl#iOS", "@type": [ - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -714,7 +644,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://w3id.org/dpv/tech/owl#OS" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -726,18 +656,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Physical parts or components of the technology" + "@value": "iOS operating system" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hardware" + "@value": "iOS" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#MobilePhone", + "@id": "https://w3id.org/dpv/tech/owl#Hardware", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/owl#Technology", @@ -750,7 +680,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Telephone" + "@id": "https://w3id.org/dpv/owl#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -762,21 +692,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Mobile telephone" + "@value": "Physical parts or components of the technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mobile Phone" + "@value": "Hardware" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Software", + "@id": "https://w3id.org/dpv/tech/owl#Smartphone", "@type": [ - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -786,7 +716,10 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://w3id.org/dpv/tech/owl#MobilePhone" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -798,13 +731,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Virtual parts or components of the technology such as programs and data" + "@value": "A combination of a mobile phone with computing capabilities similar to a PC" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Software" + "@value": "Smartphone" } ] }, @@ -856,7 +789,7 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#LaptopPC", + "@id": "https://w3id.org/dpv/tech/owl#DataStorage", "@type": [ "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -869,7 +802,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" + "@id": "https://w3id.org/dpv/tech/owl#Software" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -881,21 +814,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A portal personal computer" + "@value": "Technology associated with storage of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Laptop PC" + "@value": "Data Storage" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#DataStorage", + "@id": "https://w3id.org/dpv/tech/owl#CloudStorage", "@type": [ - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -905,7 +838,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Software" + "@id": "https://w3id.org/dpv/tech/owl#DataStorage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -917,21 +850,52 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology associated with storage of data" + "@value": "Storage utilising cloud technologies" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Storage" + "@value": "Cloud Storage" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#CloudStorage", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TeamSubmission/n3/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/n3" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - N3 serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech-owl.n3" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#GNULinux", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -941,7 +905,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#DataStorage" + "@id": "https://w3id.org/dpv/tech/owl#OS" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -953,83 +917,83 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Storage utilising cloud technologies" + "@value": "GNU/Linux operating system" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cloud Storage" + "@value": "GNU/Linux" } ] }, { - "@id": "https://w3id.org/dpv/guides", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Guides for Data Privacy Vocabulary" + "@value": "Technology Concepts - RDF/XML serialiation" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/guides" + "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", + "@id": "https://w3id.org/dpv/guides", "@type": [ "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + "@id": "https://www.w3.org/TR/html/" } ], "http://purl.org/dc/terms/format": [ { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], "http://purl.org/dc/terms/title": [ { - "@value": "Technology Concepts - RDF/XML serialiation" + "@value": "Guides for Data Privacy Vocabulary" } ], "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" + "@id": "https://w3id.org/dpv/guides" } ], "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#GNULinux", + "@id": "https://w3id.org/dpv/tech/owl#Application", "@type": [ - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1039,7 +1003,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#OS" + "@id": "https://w3id.org/dpv/tech/owl#Software" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1051,34 +1015,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "GNU/Linux operating system" + "@value": "Application or Application Software" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GNU/Linux" + "@value": "Application" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Database", + "@id": "https://w3id.org/dpv/tech/owl#DesktopPC", "@type": [ - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -1086,7 +1039,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#DataStorage" + "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1098,23 +1051,34 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A database, database management system (DBMS), or application database" + "@value": "A non-portable or fixed personal computer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Database" + "@value": "Desktop PC" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer", + "@id": "https://w3id.org/dpv/tech/owl#SmartphoneApplication", "@type": [ "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -1122,7 +1086,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Device" + "@id": "https://w3id.org/dpv/tech/owl#Application" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1134,49 +1098,54 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A computing device intended for individual use" + "@value": "A computing or digital program on a smartphone device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Computer (PC)" + "@value": "Smartphone Application" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", + "@id": "https://w3id.org/dpv/tech/owl#LocalStorage", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.w3.org/TeamSubmission/n3/" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://www.iana.org/assignments/media-types/text/n3" + "@id": "https://w3id.org/dpv/tech/owl#DataStorage" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Technology Concepts - N3 serialiation" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.n3" + "@language": "en", + "@value": "Storage that is local (e.g. on device)" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "Local Storage" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Application", + "@id": "https://w3id.org/dpv/tech/owl#LaptopPC", "@type": [ "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1189,7 +1158,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Software" + "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1201,13 +1170,44 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Application or Application Software" + "@value": "A portal personal computer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Application" + "@value": "Laptop PC" + } + ] + }, + { + "@id": "https://w3id.org/dpv/examples", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Examples for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/examples" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } ] } diff --git a/tech/modules/tools-owl.owl b/tech/modules/tools-owl.owl index ff13deecd..f5bf1a80b 100644 --- a/tech/modules/tools-owl.owl +++ b/tech/modules/tools-owl.owl @@ -9,329 +9,329 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - Local Storage - accepted - Storage that is local (e.g. on device) - - + + + + + Technology Concepts - HTML serialiation + + + + Telephone Telephone accepted + + + + + + Software for managing hardware and other software + accepted + - Telephone - + Operating System (OS) + - Paul Ryan + https://w3id.org/dpv/tech + 0.8.2 + + + + + + + + Georg P Krog Delaram Golpayegani + Paul Ryan Harshvardhan J. Pandit Julian Flake - - - - - - - - - - Harshvardhan J. Pandit - 0.8.2 - - http://www.w3.org/2000/01/rdf-schema - http://www.w3.org/2004/02/skos/core - tech + + - + + http://www.w3.org/2000/01/rdf-schema + http://www.w3.org/2004/02/skos/core + Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision https://w3id.org/dpv/tech# - 2024-05-09 - https://w3id.org/dpv/tech Technology Concepts - - - 2024-05-09 - - - - - - - Virtual parts or components of the technology such as programs and data - - Software - accepted - - - - - - - 2022-06-15 - - A computing or digital program on a smartphone device - Smartphone Application - accepted Harshvardhan J. Pandit - + + tech + + 2024-05-09 + 2024-05-09 accepted - + - Desktop PC A non-portable or fixed personal computer + - - iOS - - - - accepted - iOS operating system + - - - - Cookie - + A combination of a mobile phone with computing capabilities similar to a PC + - A HTTP or web or internet cookie accepted - Harshvardhan J. Pandit - 2022-06-15 - - - - - - - - - - Technology Concepts - Turtle serialiation + Smartphone + + + + + + Guides for Data Privacy Vocabulary + + + Examples for Data Privacy Vocabulary + + + - Guides for Data Privacy Vocabulary + + + + Technology Concepts - Turtle serialiation + + + - - Laptop PC - accepted - + + iOS + - A portal personal computer - + iOS operating system + accepted + + + GNU/Linux GNU/Linux operating system - accepted - GNU/Linux - + + + + + + Technology Concepts - RDF/XML serialiation + + + + + A portal personal computer - Physical parts or components of the technology - - Hardware accepted - + Laptop PC + - - - + + + + + + Primer for Data Privacy Vocabulary + + + + accepted + - Android operating system - accepted - Android - + An application or platform for distribution of other applications + Application Store + + - - Microsoft Windows + accepted Microsoft Windows operating system + Microsoft Windows - - - Examples for Data Privacy Vocabulary - - - - + + + Smartphone Application + accepted + 2022-06-15 + A computing or digital program on a smartphone device + + + + Harshvardhan J. Pandit + - - - - Technology Concepts - N3 serialiation - - - + + + + + accepted + Virtual parts or components of the technology such as programs and data + Software + + - accepted - Device + accepted Device or computing device + Device - - - Application or Application Software + + + A database, database management system (DBMS), or application database accepted - Application - + 2022-06-15 + Harshvardhan J. Pandit + Database + - + - + - Smartphone - A combination of a mobile phone with computing capabilities similar to a PC + Android operating system accepted - - - - - - - - Technology Concepts - RDF/XML serialiation - - + Android + - - - Mobile telephone - + + + Data Storage + Technology associated with storage of data + accepted - Mobile Phone - + - - Database + + A HTTP or web or internet cookie + accepted + Cookie + 2022-06-15 + Harshvardhan J. Pandit - Harshvardhan J. Pandit + + + + Storage utilising cloud technologies - 2022-06-15 - A database, database management system (DBMS), or application database + accepted + + + + Cloud Storage - - Technology associated with storage of data + - Data Storage + + Mobile telephone + Mobile Phone accepted + + + - + accepted + + + + Local Storage + Storage that is local (e.g. on device) + - - - - - - Technology Concepts - HTML serialiation + + + Technology Concepts - N3 serialiation + + + - - - - accepted Personal Computer (PC) A computing device intended for individual use + + + + accepted - - - - Technology Concepts - JSON-LD serialiation + + + + - - Cloud Storage - + - Storage utilising cloud technologies - accepted - - - - - Primer for Data Privacy Vocabulary - - - - - - - - - + Application + Application or Application Software accepted - Software for managing hardware and other software - Operating System (OS) - - Application Store + accepted - + - An application or platform for distribution of other applications + Physical parts or components of the technology + Hardware - + diff --git a/tech/modules/tools.jsonld b/tech/modules/tools.jsonld index bf0be5662..e0771858c 100644 --- a/tech/modules/tools.jsonld +++ b/tech/modules/tools.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/tech#Smartphone", + "@id": "https://w3id.org/dpv/tech#DataStorage", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -19,16 +19,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#MobilePhone" - }, - { - "@id": "https://w3id.org/dpv/tech#PersonalComputer" + "@id": "https://w3id.org/dpv/tech#Software" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A combination of a mobile phone with computing capabilities similar to a PC" + "@value": "Technology associated with storage of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -39,12 +36,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Smartphone" + "@value": "Data Storage" } ] }, { - "@id": "https://w3id.org/dpv/tech#LocalStorage", + "@id": "https://w3id.org/dpv/tech#MSWindows", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -63,13 +60,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#DataStorage" + "@id": "https://w3id.org/dpv/tech#OS" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Storage that is local (e.g. on device)" + "@value": "Microsoft Windows operating system" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -80,17 +77,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Local Storage" + "@value": "Microsoft Windows" } ] }, { - "@id": "https://w3id.org/dpv/tech#PersonalComputer", + "@id": "https://w3id.org/dpv/tech#Database", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv#Technology" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -104,13 +112,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Device" + "@id": "https://w3id.org/dpv/tech#DataStorage" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A computing device intended for individual use" + "@value": "A database, database management system (DBMS), or application database" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -121,121 +129,69 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Computer (PC)" - } - ] - }, - { - "@id": "https://w3id.org/dpv/examples", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Examples for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/examples" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@value": "Database" } ] }, { - "@id": "https://w3id.org/dpv/primer", + "@id": "https://w3id.org/dpv/tech#Cookie", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/contributor": [ { - "@value": "Primer for Data Privacy Vocabulary" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/primer" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "https://w3id.org/dpv/tech#" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://www.w3.org/TR/json-ld11/" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://www.iana.org/assignments/media-types/application/ld+json" + "@id": "https://w3id.org/dpv/tech#LocalStorage" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Technology Concepts - JSON-LD serialiation" + "@language": "en", + "@value": "A HTTP or web or internet cookie" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech/tech.jsonld" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "Cookie" } ] }, { - "@id": "https://w3id.org/dpv/tech#Database", + "@id": "https://w3id.org/dpv/tech#OS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv#Technology" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -249,13 +205,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#DataStorage" + "@id": "https://w3id.org/dpv/tech#Software" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A database, database management system (DBMS), or application database" + "@value": "Software for managing hardware and other software" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -266,43 +222,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Database" + "@value": "Operating System (OS)" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-html", + "@id": "https://w3id.org/dpv/tech#Application", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@value": "Technology Concepts - HTML serialiation" + "@id": "https://w3id.org/dpv/tech#Software" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/tech/tech.html" + "@language": "en", + "@value": "Application or Application Software" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@id": "https://w3id.org/dpv/tech#tools-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Application" } ] }, { - "@id": "https://w3id.org/dpv/tech#DesktopPC", + "@id": "https://w3id.org/dpv/tech#AppStore", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -321,13 +287,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#PersonalComputer" + "@id": "https://w3id.org/dpv/tech#Application" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A non-portable or fixed personal computer" + "@value": "An application or platform for distribution of other applications" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -338,140 +304,90 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Desktop PC" + "@value": "Application Store" } ] }, { - "@id": "https://w3id.org/dpv/tech", + "@id": "https://w3id.org/dpv/tech#tools-classes", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/primer", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], "http://purl.org/dc/terms/conformsTo": [ { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@language": "en", - "@value": "2024-05-09" + "@id": "https://www.w3.org/TR/html/" } ], - "http://purl.org/dc/terms/creator": [ - { - "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, - { - "@language": "en", - "@value": "Georg P Krog" - }, - { - "@language": "en", - "@value": "Paul Ryan" - }, - { - "@language": "en", - "@value": "Julian Flake" - }, + "http://purl.org/dc/terms/format": [ { - "@language": "en", - "@value": "Delaram Golpayegani" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + "@value": "Primer for Data Privacy Vocabulary" } ], - "http://purl.org/dc/terms/identifier": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@value": "https://w3id.org/dpv/tech" + "@id": "https://w3id.org/dpv/primer" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#MobilePhone", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Technology Concepts" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "tech" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "https://w3id.org/dpv/tech#" + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-n3" - }, + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" + "@id": "https://w3id.org/dpv/tech#Telephone" } ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "http://www.w3.org/2000/01/rdf-schema#" - }, + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/2004/02/skos/core#" - }, + "@language": "en", + "@value": "Mobile telephone" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], - "https://schema.org/version": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.8.2" + "@language": "en", + "@value": "Mobile Phone" } ] }, { - "@id": "https://w3id.org/dpv/tech#Software", + "@id": "https://w3id.org/dpv/tech#Device", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -490,13 +406,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#Hardware" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Virtual parts or components of the technology such as programs and data" + "@value": "Device or computing device" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -507,12 +423,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Software" + "@value": "Device" } ] }, { - "@id": "https://w3id.org/dpv/tech#OS", + "@id": "https://w3id.org/dpv/tech#DesktopPC", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -531,13 +447,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Software" + "@id": "https://w3id.org/dpv/tech#PersonalComputer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Software for managing hardware and other software" + "@value": "A non-portable or fixed personal computer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -548,12 +464,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Operating System (OS)" + "@value": "Desktop PC" } ] }, { - "@id": "https://w3id.org/dpv/tech#MSWindows", + "@id": "https://w3id.org/dpv/tech#GNULinux", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -578,7 +494,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Microsoft Windows operating system" + "@value": "GNU/Linux operating system" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -589,43 +505,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Microsoft Windows" + "@value": "GNU/Linux" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf", + "@id": "https://w3id.org/dpv/tech#Android", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@value": "Technology Concepts - RDF/XML serialiation" + "@id": "https://w3id.org/dpv/tech#OS" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/tech/tech.rdf" + "@language": "en", + "@value": "Android operating system" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://w3id.org/dpv/tech#tools-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Android" } ] }, { - "@id": "https://w3id.org/dpv/tech#LaptopPC", + "@id": "https://w3id.org/dpv/tech#iOS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -644,13 +570,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#PersonalComputer" + "@id": "https://w3id.org/dpv/tech#OS" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A portal personal computer" + "@value": "iOS operating system" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -661,12 +587,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Laptop PC" + "@value": "iOS" } ] }, { - "@id": "https://w3id.org/dpv/tech#AppStore", + "@id": "https://w3id.org/dpv/tech#LaptopPC", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -685,13 +611,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Application" + "@id": "https://w3id.org/dpv/tech#PersonalComputer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An application or platform for distribution of other applications" + "@value": "A portal personal computer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -702,12 +628,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Application Store" + "@value": "Laptop PC" } ] }, { - "@id": "https://w3id.org/dpv/tech#iOS", + "@id": "https://w3id.org/dpv/tech#Software", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -726,13 +652,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#OS" + "@id": "https://w3id.org/dpv#Technology" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "iOS operating system" + "@value": "Virtual parts or components of the technology such as programs and data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -743,7 +669,135 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "iOS" + "@value": "Software" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, + { + "@value": "http://www.w3.org/2004/02/skos/core" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@language": "en", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Julian Flake" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@value": "https://w3id.org/dpv/tech" + } + ], + "http://purl.org/dc/terms/license": [ + { + "@id": "https://www.w3.org/copyright/document-license-2023/" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@language": "en", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Technology Concepts" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "tech" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/ns/dx/prof/hasResource": [ + { + "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" + } + ], + "http://www.w3.org/ns/dx/prof/isProfileOf": [ + { + "@id": "http://www.w3.org/2000/01/rdf-schema#" + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#" + }, + { + "@id": "https://w3id.org/dpv" + } + ], + "https://schema.org/version": [ + { + "@value": "0.8.2" } ] }, @@ -779,48 +833,38 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#Telephone", + "@id": "https://w3id.org/dpv/tech#serialisation-ttl", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.w3.org/TR/turtle/" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#Device" + "@id": "https://www.iana.org/assignments/media-types/text/turtle" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Telephone" + "@value": "Technology Concepts - Turtle serialiation" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech/tech.ttl" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Telephone" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#Android", + "@id": "https://w3id.org/dpv/tech#PersonalComputer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -839,13 +883,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#OS" + "@id": "https://w3id.org/dpv/tech#Device" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Android operating system" + "@value": "A computing device intended for individual use" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -856,94 +900,74 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Android" + "@value": "Personal Computer (PC)" } ] }, { - "@id": "https://w3id.org/dpv/tech#DataStorage", + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.w3.org/TR/json-ld11/" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#Software" + "@id": "https://www.iana.org/assignments/media-types/application/ld+json" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Technology associated with storage of data" + "@value": "Technology Concepts - JSON-LD serialiation" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech/tech.jsonld" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Data Storage" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#Device", + "@id": "https://w3id.org/dpv/tech#serialisation-rdf", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "accepted" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#Hardware" + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Device or computing device" + "@value": "Technology Concepts - RDF/XML serialiation" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech/tech.rdf" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Device" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#CloudStorage", + "@id": "https://w3id.org/dpv/tech#Hardware", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -962,13 +986,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#DataStorage" + "@id": "https://w3id.org/dpv#Technology" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Storage utilising cloud technologies" + "@value": "Physical parts or components of the technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -979,27 +1003,47 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cloud Storage" + "@value": "Hardware" } ] }, { - "@id": "https://w3id.org/dpv/tech#SmartphoneApplication", + "@id": "https://w3id.org/dpv/examples", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://www.w3.org/TR/html/" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/format": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Examples for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/examples" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#LocalStorage", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -1014,13 +1058,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Application" + "@id": "https://w3id.org/dpv/tech#DataStorage" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A computing or digital program on a smartphone device" + "@value": "Storage that is local (e.g. on device)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1031,53 +1075,43 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Smartphone Application" + "@value": "Local Storage" } ] }, { - "@id": "https://w3id.org/dpv/tech#Application", + "@id": "https://w3id.org/dpv/tech#serialisation-html", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.w3.org/TR/html/" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#Software" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Application or Application Software" + "@value": "Technology Concepts - HTML serialiation" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech/tech.html" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Application" + "@id": "http://www.w3.org/ns/dx/prof/role/specification" } ] }, { - "@id": "https://w3id.org/dpv/tech#Hardware", + "@id": "https://w3id.org/dpv/tech#Telephone", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1096,13 +1130,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#Device" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Physical parts or components of the technology" + "@value": "Telephone" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1113,18 +1147,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hardware" + "@value": "Telephone" } ] }, { - "@id": "https://w3id.org/dpv/tech#tools-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#GNULinux", + "@id": "https://w3id.org/dpv/tech#Smartphone", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1143,13 +1171,16 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#OS" + "@id": "https://w3id.org/dpv/tech#MobilePhone" + }, + { + "@id": "https://w3id.org/dpv/tech#PersonalComputer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "GNU/Linux operating system" + "@value": "A combination of a mobile phone with computing capabilities similar to a PC" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1160,17 +1191,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GNU/Linux" + "@value": "Smartphone" } ] }, { - "@id": "https://w3id.org/dpv/tech#MobilePhone", + "@id": "https://w3id.org/dpv/tech#SmartphoneApplication", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv#Technology" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -1184,13 +1226,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Telephone" + "@id": "https://w3id.org/dpv/tech#Application" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Mobile telephone" + "@value": "A computing or digital program on a smartphone device" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1201,38 +1243,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mobile Phone" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/turtle/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - Turtle serialiation" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/tech/tech.ttl" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@value": "Smartphone Application" } ] }, @@ -1268,23 +1279,12 @@ ] }, { - "@id": "https://w3id.org/dpv/tech#Cookie", + "@id": "https://w3id.org/dpv/tech#CloudStorage", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv#Technology" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -1298,13 +1298,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#LocalStorage" + "@id": "https://w3id.org/dpv/tech#DataStorage" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A HTTP or web or internet cookie" + "@value": "Storage utilising cloud technologies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1315,7 +1315,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cookie" + "@value": "Cloud Storage" } ] } diff --git a/tech/modules/tools.rdf b/tech/modules/tools.rdf index aeb5fbf8a..de17ed5b1 100644 --- a/tech/modules/tools.rdf +++ b/tech/modules/tools.rdf @@ -9,110 +9,95 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - Technology Concepts - Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision - 2024-05-09 - 2024-05-09 - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Julian Flake - Delaram Golpayegani - 0.8.2 - https://w3id.org/dpv/tech - http://www.w3.org/2000/01/rdf-schema - http://www.w3.org/2004/02/skos/core - Harshvardhan J. Pandit - - tech - https://w3id.org/dpv/tech# - - - - - - - - - - - - - + - Local Storage - Storage that is local (e.g. on device) - + Desktop PC + A non-portable or fixed personal computer + accepted - + - Data Storage - Technology associated with storage of data - + Telephone + Telephone + accepted - + - Application Store - An application or platform for distribution of other applications - + Android + Android operating system + accepted - + + + + + + + Technology Concepts - RDF/XML serialiation + + - Smartphone Application - A computing or digital program on a smartphone device - - 2022-06-15 + iOS + iOS operating system + accepted - Harshvardhan J. Pandit - + - Personal Computer (PC) - A computing device intended for individual use - + Application + Application or Application Software + accepted - + - - - - - Technology Concepts - JSON-LD serialiation + + + Guides for Data Privacy Vocabulary + + - + - - + + + Examples for Data Privacy Vocabulary - Technology Concepts - HTML serialiation + + + + + + Microsoft Windows + Microsoft Windows operating system + + accepted + + @@ -127,73 +112,105 @@ - + - iOS - iOS operating system - + Software + Virtual parts or components of the technology such as programs and data + accepted - + - Microsoft Windows - Microsoft Windows operating system - + Operating System (OS) + Software for managing hardware and other software + accepted - + - Cloud Storage - Storage utilising cloud technologies - + Mobile Phone + Mobile telephone + accepted - - - - - Guides for Data Privacy Vocabulary - - - - - - - - - - Technology Concepts - Turtle serialiation - - + - Android - Android operating system - + Local Storage + Storage that is local (e.g. on device) + accepted - + + + + + + + Technology Concepts - JSON-LD serialiation + + + + + + Primer for Data Privacy Vocabulary + + + + + + + Technology Concepts + Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision + 2024-05-09 + 2024-05-09 + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + Julian Flake + Delaram Golpayegani + 0.8.2 + https://w3id.org/dpv/tech + http://www.w3.org/2000/01/rdf-schema + http://www.w3.org/2004/02/skos/core + Harshvardhan J. Pandit + + tech + https://w3id.org/dpv/tech# + + + + + + + + + + + + + - Laptop PC - A portal personal computer - + Device + Device or computing device + accepted @@ -206,155 +223,138 @@ Technology Concepts - N3 serialiation - + - Smartphone - A combination of a mobile phone with computing capabilities similar to a PC - - + Hardware + Physical parts or components of the technology + accepted - + - Telephone - Telephone - + Data Storage + Technology associated with storage of data + accepted - - - - - Examples for Data Privacy Vocabulary - - - - + - Operating System (OS) - Software for managing hardware and other software - + GNU/Linux + GNU/Linux operating system + accepted - + - - - - - Technology Concepts - RDF/XML serialiation + + + + + Technology Concepts - HTML serialiation - + - Hardware - Physical parts or components of the technology - + Smartphone Application + A computing or digital program on a smartphone device + + 2022-06-15 accepted + Harshvardhan J. Pandit - + - Database - A database, database management system (DBMS), or application database - - 2022-06-15 + Laptop PC + A portal personal computer + accepted - Harshvardhan J. Pandit - + - Application - Application or Application Software - + Cloud Storage + Storage utilising cloud technologies + accepted - + - Mobile Phone - Mobile telephone - + Personal Computer (PC) + A computing device intended for individual use + accepted - + - Desktop PC - A non-portable or fixed personal computer - + Database + A database, database management system (DBMS), or application database + + 2022-06-15 accepted + Harshvardhan J. Pandit - + - Software - Virtual parts or components of the technology such as programs and data - + Smartphone + A combination of a mobile phone with computing capabilities similar to a PC + + accepted - - - - - + - - Primer for Data Privacy Vocabulary - - + + + + + Technology Concepts - Turtle serialiation - + - Device - Device or computing device - + Application Store + An application or platform for distribution of other applications + accepted - - - - - GNU/Linux - GNU/Linux operating system - - accepted - - + + diff --git a/tech/tech-en.html b/tech/tech-en.html index d4e2ae862..c491f660f 100644 --- a/tech/tech-en.html +++ b/tech/tech-en.html @@ -316,14 +316,10 @@
-

The [[[DPV]]] provides a rich taxonomy of concepts which includes Technology. While it enables expression of how some technology is applied within the context of personal data and its processing, there is a need for further specific details regarding technologies, their management, and relevance to actual real-world tools and systems. DPV-TECH provides such concepts associated with Technologies as an extension to DPV concepts.

-

The namespace for terms in dpv-tech is https://www.w3id.org/dpv/dpv-tech#
- The suggested prefix for the namespace is dpv-tech
- The DPV-TECH vocabulary and its documentation is available on GitHub.

- -
-

WARNING This vocabulary will be undergoing major changes based on the necessity to specify cloud technology concepts and to ensure provided concepts are useful. There may be extensive removal/additions of concepts that changes the structure and semantics of this extension.

-
+

The [[[DPV]]] provides a rich taxonomy of concepts which includes Technology. While it enables expression of how some technology is applied within the context of personal data and its processing, there is a need for further specific details regarding technologies, their management, and relevance to actual real-world tools and systems. TECH provides such concepts associated with Technologies as an extension to DPV concepts.

+

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 and Related Resources

@@ -338,14 +334,9 @@

DPV and Related Resources

-
+

Core Concepts

-

The concept concepts provided in DPV-TECH include subtypes of `dpv:Technology` as [=DataTechnology=], [=OperationalTechnology=] (as in relating to operations or processes), [=SecurityTechnology=], [=IdentityTechnology=], [=ManagementTechnology=], and [=SurveillanceTechnology=]. These enable expression of the role of a particular technology within the context of personal data processing.

-

To indicate how technology was provided or is used, the concept [=ProvisionMethod=] and relation [=hasProvisionMethod=] are useful. It enables expression of where technology is used as a Product or Subscription (e.g. from a vendor), or as a System or a Component (e.g. standalone).

-

The concept [=CommunicationMechanism=] and relation [=hasCommunicationMechanism=] enables expressing how the technology communicates, such as by use of Internet, Cellular Networks, GPS, etc.

-

To indicate entities or actors associated with the Technology and their specific roles, the concept [=Actor=] and associated relations are useful.

-

To represent location of technology use, the existing DPV concepts related to location can be used, i.e. `dpv:Location` and `dpv:hasLocation` along with its various types and contextually relevant concepts. To explicitly refer to location as associated with use of technology, the concept [=UsageLocation=] is provided. For example, to indicate that some technology (whose actual location is on a server) is used in an office. Some synonyms used to indicate usage location for similar information are: application, deployment, or operation.

-

To indicate the maturity of a technology, the concept [=ReadinessLevel=] and relation [=hasTRL=] are useful. This information can be based on standards, such as the ISO 16290:2013, or those provided by other bodies and domains.

+
  • tech:Actor: Actors and Entities involved in provision, use, and management of Technology @@ -376,6 +367,11 @@

    Core Concepts

    tech:Function: Expression of what goals or purposes the technology's capabilities are being used towards or developed for go to full definition +
  • +
  • + tech:IntendedUse: Describes the 'intended' use of the technology + go to full definition +
  • tech:ProvisionMethod: Method associated with provision or use of technology @@ -384,11 +380,134 @@

    Core Concepts

-
-

Types of Technologies

- + +
+

Actors involved in Technologies

+

To specify the specific actors and their roles in the context of technologies, [=Actor=] is provided along with the following specific roles as its subtypes:

+
    +
  • [=Developer=] and [=hasDeveloper=] specifies who develops or has developed the technology.
  • +
  • [=Provider=] and [=hasProvider=] specifies who provides the technology. This could be the same entity as developer, or a different one - such as when the technology is repackaged or modified before provision.
  • +
  • [=User=] and [=hasUser=] specifies who uses or is the user for the technology. Note that while this refers to users in the technical sense of the term, such users may or may not be data subjects. For example, a technology used by an immigration officer has that officer as the user, rather than the immigrating person. To be more explicit, technology user and whom the technology is used on are two different criterias. See distinction below.
  • +
  • [=Subject=] and [=hasSubject=] is the subject of the technology i.e. whom the technology is used on or subjected to. This may be directly (e.g. person within a CCTV camera's vision) or indirectly (e.g. person whose details were used as training data). What is considered a subject may be contextually dependant on the nature and scope of the technology as well as its application. In the future, we may separate this concept for further distinction between direct and indirect subjects (or use alternate terms) - if such categorisation is deemed beneficial in the description of individuals subjected to technologies.
  • +
+

Note, that the technology actor concepts are based on the EU's proposal for AI reguation (i.e. AI ACT) and its corresponding concepts (e.g. AI Provider, AI Developer). Rather than limiting such concepts for "AI", we have expanded upon their intended meaning to encompass any technology. The concepts from the AI ACT can thus be modelled as subtypes of these.

+
+
+ +
+

Intended Use

-
+ +

Provision of Technology

The provision of technology can happen via the following methods:

    @@ -416,33 +535,11 @@

    Provision of Technology

    tech:Goods: Technology provided or used as goods go to full definition - -
  • - tech:PrivateCloudService: Technology provided as a cloud service that is private - go to full definition -
      -
    • - tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts - go to full definition - -
    • -
  • tech:Product: Technology that is provided as a product go to full definition -
  • -
  • - tech:PublicCloudService: Technology provided as a cloud service that is public - go to full definition -
      -
    • - tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts - go to full definition - -
    • -
  • tech:Service: Technology provided or used as service(s) @@ -471,6 +568,28 @@

    Provision of Technology

    tech:PaaS: Technology provided as a cloud service consisting of managed platform resources go to full definition +
  • +
  • + tech:PrivateCloudService: Technology provided as a cloud service that is private + go to full definition +
      +
    • + tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts + go to full definition + +
    • +
    +
  • +
  • + tech:PublicCloudService: Technology provided as a cloud service that is public + go to full definition +
      +
    • + tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts + go to full definition + +
    • +
  • tech:SaaS: Technology provided as a cloud service consisting of managed software resources @@ -498,11 +617,9 @@

    Provision of Technology

-
-

Communication used by Technologies

-
-
-
+ +
+

Networking & Communication

Communication mediums or mechanism used by technology include:

  • [=GPS=] or the location providing Global Positioning System or its equivalent technologies.
  • @@ -549,130 +666,10 @@

    Communication used by Technologies

-
-

Actors involved in Technologies

-

To specify the specific actors and their roles in the context of technologies, [=Actor=] is provided along with the following specific roles as its subtypes:

-
    -
  • [=Developer=] and [=hasDeveloper=] specifies who develops or has developed the technology.
  • -
  • [=Provider=] and [=hasProvider=] specifies who provides the technology. This could be the same entity as developer, or a different one - such as when the technology is repackaged or modified before provision.
  • -
  • [=User=] and [=hasUser=] specifies who uses or is the user for the technology. Note that while this refers to users in the technical sense of the term, such users may or may not be data subjects. For example, a technology used by an immigration officer has that officer as the user, rather than the immigrating person. To be more explicit, technology user and whom the technology is used on are two different criterias. See distinction below.
  • -
  • [=Subject=] and [=hasSubject=] is the subject of the technology i.e. whom the technology is used on or subjected to. This may be directly (e.g. person within a CCTV camera's vision) or indirectly (e.g. person whose details were used as training data). What is considered a subject may be contextually dependant on the nature and scope of the technology as well as its application. In the future, we may separate this concept for further distinction between direct and indirect subjects (or use alternate terms) - if such categorisation is deemed beneficial in the description of individuals subjected to technologies.
  • -
-

Note, that the technology actor concepts are based on the EU's proposal for AI reguation (i.e. AI ACT) and its corresponding concepts (e.g. AI Provider, AI Developer). Rather than limiting such concepts for "AI", we have expanded upon their intended meaning to encompass any technology. The concepts from the AI ACT can thus be modelled as subtypes of these.

-
-
+ -
-

Docs

+
+

Documentation

  • tech:Guide: Guide @@ -713,7 +710,7 @@

    Docs

-
+

Status

  • @@ -756,25 +753,7 @@

    Status

- - - -
+

Tools

@@ -1125,6 +1104,7 @@

Android

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1228,6 +1208,7 @@

Application

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1332,6 +1313,7 @@

Application Store

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1909,6 +1891,7 @@

Cloud Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2171,6 +2154,7 @@

Cookie

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2368,6 +2352,7 @@

Database

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2477,6 +2462,7 @@

Data Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2831,6 +2817,7 @@

Desktop PC

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3096,6 +3083,7 @@

Device

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3588,6 +3576,7 @@

GNU/Linux

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3919,6 +3908,7 @@

Hardware

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4027,6 +4017,8 @@

Hardware

+ + @@ -4059,10 +4051,14 @@

Hybrid Cloud Service

@@ -4423,6 +4419,83 @@

Instructions

+
+

Intended Use

+
Broader/Parent types tech:PrivateCloudService + → tech:CloudService + → tech:Service → tech:TechnologyProvisionMethod
Broader/Parent types tech:PublicCloudService + → tech:CloudService + → tech:Service → tech:TechnologyProvisionMethod
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TermIntendedUsePrefixtech
LabelIntended Use
IRIhttps://w3id.org/dpv/tech#IntendedUse
Typerdfs:Class, skos:Concept
Object of relation tech:hasIntendedUse +
DefinitionDescribes the 'intended' use of the technology
Usage NoteIntended 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 procss or other relevant context.
Date Created2024-05-22
ContributorsHarshvardhan J. Pandit
See More: section CORE in TECH +
+
+ +

Internet

@@ -4552,6 +4625,7 @@

iOS

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4657,6 +4731,7 @@

Laptop PC

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4842,6 +4917,7 @@

Local Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5500,6 +5576,7 @@

Mobile Phone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5604,6 +5681,7 @@

Microsoft Windows

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5950,6 +6028,7 @@

Operating System (OS)

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -6304,6 +6383,7 @@

Personal Computer (PC)

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -6460,7 +6540,9 @@

Private Cloud Service

Broader/Parent types - tech:TechnologyProvisionMethod + tech:CloudService + → tech:Service + → tech:TechnologyProvisionMethod @@ -7023,7 +7105,9 @@

Public Cloud Service

Broader/Parent types - tech:TechnologyProvisionMethod + tech:CloudService + → tech:Service + → tech:TechnologyProvisionMethod @@ -7234,6 +7318,9 @@

Software as a Service

+ + +

Serverless Computing

@@ -7447,6 +7534,7 @@

Smartphone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -7551,6 +7639,7 @@

Smartphone Application

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -7659,6 +7748,7 @@

Software

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -8326,6 +8416,7 @@

Telephone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -9706,6 +9797,83 @@

has installer

+
+

has intended use

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TermhasIntendedUsePrefixtech
Labelhas intended use
IRIhttps://w3id.org/dpv/tech#hasIntendedUse
Typerdf:Property, skos:Concept
Domain includes dpv:Technology +
Range includes tech:IntendedUse +
DefinitionIndicates the intended use of technology
Date Created2024-05-22
ContributorsHarshvardhan J. Pandit
See More: section CORE in TECH +
+
+ +

has maintainer

@@ -11058,6 +11226,8 @@

has user

+ + @@ -11092,6 +11262,9 @@

has user

+ + + @@ -11298,6 +11471,8 @@

External

+ + @@ -11313,6 +11488,8 @@

External

+ + @@ -11411,6 +11588,9 @@

External

+ + + diff --git a/tech/tech-owl.html b/tech/tech-owl.html index 48f448a8c..d60753cb3 100644 --- a/tech/tech-owl.html +++ b/tech/tech-owl.html @@ -29,6 +29,10 @@ } ], authors: [ { + "name": "Paul Ryan", + "company": "Uniphar PLC" + }, + { "name": "Georg P Krog", "company": "" }, @@ -43,10 +47,6 @@ { "name": "Harshvardhan J. Pandit", "company": "ADAPT Centre, Dublin City University" - }, - { - "name": "Paul Ryan", - "company": "Uniphar PLC" } ], localBiblio: { @@ -543,6 +543,7 @@

Android

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -648,6 +649,7 @@

Application

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -754,6 +756,7 @@

Application Store

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -1344,6 +1347,7 @@

Cloud Storage

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -1611,6 +1615,7 @@

Cookie

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -1812,6 +1817,7 @@

Database

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -1923,6 +1929,7 @@

Data Storage

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -2284,6 +2291,7 @@

Desktop PC

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -2555,6 +2563,7 @@

Device

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -3057,6 +3066,7 @@

GNU/Linux

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -3396,6 +3406,7 @@

Hardware

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -3501,6 +3512,8 @@

Hardware

+ + @@ -3538,10 +3551,14 @@

Hybrid Cloud Service

@@ -3907,6 +3924,84 @@

Instructions

+
+

Intended Use

+
Sub-class of tech-owl:PrivateCloudService + → tech-owl:CloudService + → tech-owl:Service → tech-owl:TechnologyProvisionMethod
Sub-class of tech-owl:PublicCloudService + → tech-owl:CloudService + → tech-owl:Service → tech-owl:TechnologyProvisionMethod
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TermIntendedUsePrefixtech-owl
LabelIntended Use
IRI (owl)
IRI (canonical)
+ https://w3id.org/dpv/tech/owl/#IntendedUse
+ https://w3id.org/dpv/tech#IntendedUse +
Type rdfs:Class + , owl:Class +
in Range of tech-owl:hasIntendedUse +
DefinitionDescribes the 'intended' use of the technology
Usage NoteIntended 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 procss or other relevant context.
Date Created2024-05-22
ContributorsHarshvardhan J. Pandit
Documented inTech Core
+
+ +

Internet

@@ -4043,6 +4138,7 @@

iOS

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -4150,6 +4246,7 @@

Laptop PC

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -4339,6 +4436,7 @@

Local Storage

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -5012,6 +5110,7 @@

Mobile Phone

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -5118,6 +5217,7 @@

Microsoft Windows

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -5472,6 +5572,7 @@

Operating System (OS)

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -5834,6 +5935,7 @@

Personal Computer (PC)

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -5994,7 +6096,9 @@

Private Cloud Service

Sub-class of - tech-owl:TechnologyProvisionMethod + tech-owl:CloudService + → tech-owl:Service + → tech-owl:TechnologyProvisionMethod @@ -6569,7 +6673,9 @@

Public Cloud Service

Sub-class of - tech-owl:TechnologyProvisionMethod + tech-owl:CloudService + → tech-owl:Service + → tech-owl:TechnologyProvisionMethod @@ -6781,6 +6887,9 @@

Software as a Service

+ + +

Serverless Computing

@@ -7003,6 +7112,7 @@

Smartphone

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -7109,6 +7219,7 @@

Smartphone Application

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -7219,6 +7330,7 @@

Software

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -7901,6 +8013,7 @@

Telephone

tech-owl:hasEvaluator, tech-owl:hasFunction, tech-owl:hasInstaller, + tech-owl:hasIntendedUse, tech-owl:hasMaintainer, tech-owl:hasManufacturer, tech-owl:hasMarketAvailabilityStatus, @@ -9296,6 +9409,84 @@

has installer

+
+

has intended use

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TermhasIntendedUsePrefixtech-owl
Labelhas intended use
IRI (owl)
IRI (canonical)
+ https://w3id.org/dpv/tech/owl/#hasIntendedUse
+ https://w3id.org/dpv/tech#hasIntendedUse +
Type rdf:Property + , owl:Class +
Domain includes dpv-owl:Technology +
Range includes tech-owl:IntendedUse +
DefinitionIndicates the intended use of technology
Date Created2024-05-22
ContributorsHarshvardhan J. Pandit
Documented inTech Core
+
+ +

has maintainer

@@ -10663,6 +10854,8 @@

has user

+ + @@ -10697,6 +10890,9 @@

has user

+ + + @@ -10896,6 +11092,8 @@

External

+ + @@ -10911,6 +11109,8 @@

External

+ + @@ -11009,6 +11209,9 @@

External

+ + + diff --git a/tech/tech-owl.jsonld b/tech/tech-owl.jsonld index 0e1ac5d91..e3b3c2799 100644 --- a/tech/tech-owl.jsonld +++ b/tech/tech-owl.jsonld @@ -1,28 +1,11 @@ [ { - "@id": "https://w3id.org/dpv/tech/owl#User", + "@id": "https://w3id.org/dpv/tech/owl#Device", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -30,7 +13,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Customer" + "@id": "https://w3id.org/dpv/tech/owl#Hardware" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -42,22 +25,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that uses Technologoy" + "@value": "Device or computing device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User" + "@value": "Device" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Subject", + "@id": "https://w3id.org/dpv/tech/owl#hasSystemIntegrator", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator" + } ], "http://purl.org/dc/terms/contributor": [ { @@ -70,20 +62,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -95,69 +81,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that is subjected to the use or impact of Technology" + "@value": "Indicates technology system integrator" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Subject" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#Producer", - "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech/owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Actor" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "has system integrator" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "https://schema.org/domainIncludes": [ { - "@language": "en", - "@value": "Actor that produces Technology" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://schema.org/rangeIncludes": [ { - "@language": "en", - "@value": "Producer" + "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator" } ] }, { "@id": "https://w3id.org/dpv/tech/owl#MBaaS", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -196,10 +144,10 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#LocalStorage", + "@id": "https://w3id.org/dpv/tech/owl#Telephone", "@type": [ - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -209,7 +157,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#DataStorage" + "@id": "https://w3id.org/dpv/tech/owl#Device" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -221,49 +169,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Storage that is local (e.g. on device)" + "@value": "Telephone" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Local Storage" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/turtle/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - Turtle serialiation" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/tech/tech-owl.ttl" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@value": "Telephone" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasSupplier", + "@id": "https://w3id.org/dpv/tech/owl#hasIntendedUse", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -275,7 +192,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Supplier" + "@id": "https://w3id.org/dpv/tech/owl#IntendedUse" } ], "http://purl.org/dc/terms/contributor": [ @@ -286,7 +203,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2024-05-22" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -294,11 +211,6 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -308,13 +220,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology supplier" + "@value": "Indicates the intended use of technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has supplier" + "@value": "has intended use" } ], "https://schema.org/domainIncludes": [ @@ -324,29 +236,17 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Supplier" + "@id": "https://w3id.org/dpv/tech/owl#IntendedUse" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Maintainer", + "@id": "https://w3id.org/dpv/tech/owl#Software", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "DGA 26.3" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -354,7 +254,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/owl#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -366,162 +266,117 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that maintains Technology" + "@value": "Virtual parts or components of the technology such as programs and data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maintainer" + "@value": "Software" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#", + "@id": "https://w3id.org/dpv/tech/owl#CellularNetwork", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "http://www.w3.org/2002/07/owl" - }, - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, - { - "@value": "http://www.w3.org/2004/02/skos/core" - } + "https://w3id.org/dpv/tech/owl#CommunicationMechanism", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ - { - "@value": "Delaram Golpayegani" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ { - "@language": "en", + "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/creator": [ - { - "@language": "en", - "@value": "Paul Ryan" - }, - { - "@language": "en", - "@value": "Georg P Krog" - }, + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Delaram Golpayegani" - }, + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, + "@id": "https://w3id.org/dpv/tech/owl#Networking" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Julian Flake" + "@value": "accepted" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + "@value": "Technology utilising cellular networking" } ], - "http://purl.org/dc/terms/hasVersion": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/tech" + "@language": "en", + "@value": "Cellular Network" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#AppStore", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/identifier": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "https://w3id.org/dpv/tech" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@id": "https://w3id.org/dpv/tech/owl#Application" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "2024-05-09" + "@value": "accepted" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology Concepts" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "tech" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/ns/dx/prof/hasResource": [ - { - "@id": "https://w3id.org/dpv/examples" - }, - { - "@id": "https://w3id.org/dpv/primer" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" - }, - { - "@id": "https://w3id.org/dpv/guides" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" - } - ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "https://w3id.org/dpv/tech" - }, - { - "@id": "http://www.w3.org/2002/07/owl" - }, - { - "@id": "https://w3id.org/dpv/owl" + "@value": "An application or platform for distribution of other applications" } ], - "https://schema.org/version": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.8.2" + "@language": "en", + "@value": "Application Store" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Telephone", + "@id": "https://w3id.org/dpv/tech/owl#Subscription", "@type": [ - "https://w3id.org/dpv/owl#Technology", + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -529,7 +384,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Device" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -541,59 +396,71 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Telephone" + "@value": "Technology that is provided or used as a periodic subscription" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Telephone" + "@value": "Subscription" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld", + "@id": "https://w3id.org/dpv/tech/owl#Purchaser", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.w3.org/TR/json-ld11/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://www.iana.org/assignments/media-types/application/ld+json" + "@language": "en", + "@value": "DGA 26.3" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Technology Concepts - JSON-LD serialiation" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.jsonld" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Actor that purchases Technology" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Purchaser" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#GPS", + "@id": "https://w3id.org/dpv/tech/owl#Operator", "@type": [ + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -607,7 +474,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -619,31 +486,57 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising GPS" + "@value": "Actor that operates the Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GPS" + "@value": "Operator" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "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" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#CloudService", + "@id": "https://w3id.org/dpv/tech/owl#hasProvider", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Provider" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Service" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -655,21 +548,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service" + "@value": "Indicates technology provider" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cloud Service" + "@value": "has provider" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Provider" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Algorithmic", + "@id": "https://w3id.org/dpv/tech/owl#Provider", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ @@ -680,7 +583,13 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "ISO/IEC 22989:2022" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -690,7 +599,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -702,29 +611,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as an algorithm or method" + "@value": "Actor that provides Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Algorithmic" + "@value": "Provider" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#PrivateCloudService", + "@id": "https://w3id.org/dpv/tech/owl#CloudService", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -732,7 +635,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech/owl#Service" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -744,21 +647,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service that is private" + "@value": "Technology provided as a cloud service" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Private Cloud Service" + "@value": "Cloud Service" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#ServerlessComputing", + "@id": "https://w3id.org/dpv/tech/owl#TestingPlan", "@type": [ + "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -774,7 +677,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#CloudService" + "@id": "https://w3id.org/dpv/tech/owl#Plan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -786,26 +689,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of fully managed servers for executing functions" + "@value": "TestingPlan" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Serverless Computing" + "@value": "TestingPlan" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus", + "@id": "https://w3id.org/dpv/tech/owl#Component", "@type": [ + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -815,7 +724,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Status" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -827,25 +736,42 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating whether Technology is available on the market" + "@value": "Technology provided as a component" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Component" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#CloudStorage", + "@id": "https://w3id.org/dpv/tech/owl#Product", "@type": [ - "https://w3id.org/dpv/owl#Technology", + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#DataStorage" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -857,51 +783,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Storage utilising cloud technologies" + "@value": "Technology that is provided as a product" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cloud Storage" + "@value": "Product" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasOwner", + "@id": "https://w3id.org/dpv/tech/owl#DataStorage", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Owner" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#Software" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -913,46 +819,22 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology owner" + "@value": "Technology associated with storage of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has owner" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Owner" + "@value": "Data Storage" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasPartner", + "@id": "https://w3id.org/dpv/tech/owl#MarketUnavailable", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Partner" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -965,9 +847,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -979,41 +861,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology partner" + "@value": "Status indicating Technology is unavailable on the market" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has partner" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Partner" + "@value": "Market Unavailable" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel", + "@id": "https://w3id.org/dpv/tech/owl#Actor", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1023,7 +895,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + "@id": "https://w3id.org/dpv/owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1035,24 +907,34 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of maturity of Technology (ISO 16290:2013)" + "@value": "Actors and Entities involved in provision, use, and management of Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technology Readiness Level (TRL)" + "@value": "Actor" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#NotProvided", + "@id": "https://w3id.org/dpv/tech/owl#ProvisionMethod", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#ProvisionStatus", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" + } + ], "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } + ], + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" @@ -1065,7 +947,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" + "@id": "https://w3id.org/dpv/owl#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1077,18 +959,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology has not been provided" + "@value": "Method associated with provision or use of technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Not Provided" + "@value": "Provision Method" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Capability", + "@id": "https://w3id.org/dpv/tech/owl#Function", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" @@ -1118,86 +1000,69 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Expression of what the technology is capable of achieving or providing" + "@value": "Expression of what goals or purposes the technology's capabilities are being used towards or developed for" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Capability" + "@value": "Function" } ], "http://www.w3.org/2004/02/skos/core#scopeNote": [ { "@language": "en", - "@value": "Examples of capabilities are image recognition, sentiment analysis, machine translation" + "@value": "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" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Product", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Technology Concepts - RDF/XML serialiation" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Technology that is provided as a product" + "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Product" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Purchaser", + "@id": "https://w3id.org/dpv/tech/owl#Bluetooth", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", + "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/contributor": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "DGA 26.3" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1207,7 +1072,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#Networking" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1219,53 +1084,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that purchases Technology" + "@value": "Technology utilising bluetooth" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purchaser" + "@value": "Bluetooth" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", + "@id": "https://w3id.org/dpv/tech/owl#hasCustomer", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TeamSubmission/n3/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/n3" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - N3 serialiation" - } + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.n3" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://w3id.org/dpv/tech/owl#Customer" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#WiFi", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#CommunicationMechanism", - "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { @@ -1283,9 +1126,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Networking" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1297,75 +1140,39 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising wifi wireless networking" + "@value": "Indicates technology customer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WiFi" + "@value": "has customer" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionMethod", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech/owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "https://schema.org/domainIncludes": [ { "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Method associated with provision or use of technology" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://schema.org/rangeIncludes": [ { - "@language": "en", - "@value": "Provision Method" + "@id": "https://w3id.org/dpv/tech/owl#Customer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Application", + "@id": "https://w3id.org/dpv/tech/owl#SaaS", "@type": [ + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -1373,7 +1180,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Software" + "@id": "https://w3id.org/dpv/tech/owl#CloudService" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1385,18 +1192,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Application or Application Software" + "@value": "Technology provided as a cloud service consisting of managed software resources" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Application" + "@value": "Software as a Service" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Owner", + "@id": "https://w3id.org/dpv/tech/owl#Partner", "@type": [ "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1411,7 +1218,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "DGA 26.3" + "@value": "ISO/IEC 22989:2022" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1433,18 +1240,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that owns Technology" + "@value": "Actor that provides services in the context of Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Owner" + "@value": "Partner" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "\"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." } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasProducer", + "@id": "https://w3id.org/dpv/tech/owl#hasMarketAvailabilityStatus", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1456,12 +1269,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Producer" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus" } ], "http://purl.org/dc/terms/created": [ @@ -1477,7 +1285,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/owl#hasStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1489,13 +1297,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology producer" + "@value": "Indicates whether the technology is available on the market" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has producer" + "@value": "has market availability status" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@language": "en", + "@value": "sc" } ], "https://schema.org/domainIncludes": [ @@ -1505,30 +1319,16 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Producer" + "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasDeployer", + "@id": "https://w3id.org/dpv/tech/owl#Customer", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Deployer" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -1536,14 +1336,20 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "ISO/IEC 22989:2022" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1555,28 +1361,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology deployer" + "@value": "Actor that uses Technology directly or indirectly by providing it to Users" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has deployer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Deployer" + "@value": "Customer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#iOS", + "@id": "https://w3id.org/dpv/tech/owl#DesktopPC", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/owl#Technology", @@ -1589,7 +1385,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#OS" + "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1601,32 +1397,27 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "iOS operating system" + "@value": "A non-portable or fixed personal computer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "iOS" + "@value": "Desktop PC" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Component", + "@id": "https://w3id.org/dpv/tech/owl#Specification", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1636,7 +1427,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech/owl#Documentation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1648,35 +1439,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a component" + "@value": "Specification" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Component" + "@value": "Specification" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Designer", + "@id": "https://w3id.org/dpv/tech/owl#LaptopPC", "@type": [ + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "DGA 26.3" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -1684,7 +1463,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1696,30 +1475,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that designs Technology" + "@value": "A portal personal computer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Designer" + "@value": "Laptop PC" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasProvisionStatus", + "@id": "https://w3id.org/dpv/tech/owl#Networking", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } + "https://w3id.org/dpv/tech/owl#CommunicationMechanism", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ @@ -1733,9 +1508,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#hasStatus" + "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1747,47 +1522,52 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates whether the technology has been provided" + "@value": "Technology utilising networking" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision status" + "@value": "Networking" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#hasActor", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@language": "en", - "@value": "sc" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "https://schema.org/domainIncludes": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyActor" } ], - "https://schema.org/rangeIncludes": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#AppStore", - "@type": [ - "https://w3id.org/dpv/owl#Technology", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-10-21" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/tech/owl#Application" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-17" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech/owl#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1799,23 +1579,44 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An application or platform for distribution of other applications" + "@value": "Indicates an actor associated with technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Application Store" + "@value": "has actor" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#TechnologyActor" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Device", + "@id": "https://w3id.org/dpv/tech/owl#Service", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/owl#Technology", + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -1823,7 +1624,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Hardware" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1835,58 +1636,45 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Device or computing device" + "@value": "Technology provided or used as service(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device" + "@value": "Service" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "Removed plural suffix for consistency in terms" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#DesktopPC", + "@id": "https://w3id.org/dpv/tech/owl#Developer", "@type": [ - "https://w3id.org/dpv/owl#Technology", + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech/owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/contributor": [ { - "@language": "en", - "@value": "accepted" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "A non-portable or fixed personal computer" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "Desktop PC" + "@value": "ISO/IEC 22989:2022" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#MSWindows", - "@type": [ - "https://w3id.org/dpv/owl#Technology", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -1895,7 +1683,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#OS" + "@id": "https://w3id.org/dpv/tech/owl#Producer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1907,18 +1695,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Microsoft Windows operating system" + "@value": "Actor that develops Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Microsoft Windows" + "@value": "Developer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasActor", + "@id": "https://w3id.org/dpv/tech/owl#hasUser", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1930,7 +1718,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#User" } ], "http://purl.org/dc/terms/contributor": [ @@ -1941,18 +1729,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-10-21" + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-17" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1964,13 +1751,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an actor associated with technology" + "@value": "Indicates technology user" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has actor" + "@value": "has user" } ], "https://schema.org/domainIncludes": [ @@ -1980,30 +1767,16 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#User" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasTRL", + "@id": "https://w3id.org/dpv/tech/owl#Guide", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "https://w3id.org/dpv/tech/owl#Documentation", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -2016,9 +1789,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#hasStatus" + "@id": "https://w3id.org/dpv/tech/owl#Documentation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2030,66 +1803,56 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology maturity level" + "@value": "Guide" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has TRL" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@language": "en", - "@value": "sc" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel" + "@value": "Guide" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", + "@id": "https://w3id.org/dpv/tech/owl#MobilePhone", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.w3.org/TR/html/" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech/owl#Telephone" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Technology Concepts - HTML serialiation" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.html" + "@language": "en", + "@value": "Mobile telephone" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@language": "en", + "@value": "Mobile Phone" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism", + "@id": "https://w3id.org/dpv/tech/owl#WiFi", "@type": [ + "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], @@ -2101,7 +1864,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2111,7 +1874,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://w3id.org/dpv/tech/owl#Networking" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2123,21 +1886,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Communication mechanism used or provided by Technologoy" + "@value": "Technology utilising wifi wireless networking" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication Mechanism" + "@value": "WiFi" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#DevelopmentPlan", + "@id": "https://w3id.org/dpv/tech/owl#Manual", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#Documentation", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -2153,7 +1916,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Plan" + "@id": "https://w3id.org/dpv/tech/owl#Documentation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2165,69 +1928,218 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "DevelopmentPlan" + "@value": "Manual" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "DevelopmentPlan" + "@value": "Manual" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasFunction", + "@id": "https://w3id.org/dpv/tech/owl#", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, + { + "@value": "http://www.w3.org/2004/02/skos/core" + }, + { + "@id": "http://www.w3.org/2002/07/owl" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech/owl#Function" + "@value": "Delaram Golpayegani" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", + "@language": "en", "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/tech/owl#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@language": "en", + "@value": "Georg P Krog" + }, { "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@value": "Delaram Golpayegani" + }, { "@language": "en", - "@value": "Indicates the function of the technology" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@value": "Paul Ryan" + }, { "@language": "en", - "@value": "has function" + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Julian Flake" } ], - "https://schema.org/domainIncludes": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@language": "en", + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + } + ], + "http://purl.org/dc/terms/hasVersion": [ + { + "@id": "https://w3id.org/dpv/tech" + } + ], + "http://purl.org/dc/terms/identifier": [ + { + "@value": "https://w3id.org/dpv/tech" + } + ], + "http://purl.org/dc/terms/license": [ + { + "@id": "https://www.w3.org/copyright/document-license-2023/" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@language": "en", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Technology Concepts" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "tech" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/ns/dx/prof/hasResource": [ + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" + } + ], + "http://www.w3.org/ns/dx/prof/isProfileOf": [ + { + "@id": "https://w3id.org/dpv/tech" + }, + { + "@id": "https://w3id.org/dpv/owl" + }, + { + "@id": "http://www.w3.org/2002/07/owl" + } + ], + "https://schema.org/version": [ + { + "@value": "0.8.2" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#hasMaintainer", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Maintainer" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates technology maintainer" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has maintainer" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" } ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Function" + "@id": "https://w3id.org/dpv/tech/owl#Maintainer" } ] }, @@ -2293,12 +2205,23 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Smartphone", + "@id": "https://w3id.org/dpv/tech/owl#LocalNetwork", "@type": [ + "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -2306,10 +2229,63 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" - }, + "@id": "https://w3id.org/dpv/tech/owl#Networking" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/tech/owl#MobilePhone" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Technology utilising local networking" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Local Network" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#hasInstaller", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Installer" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2321,21 +2297,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A combination of a mobile phone with computing capabilities similar to a PC" + "@value": "Indicates technology installer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Smartphone" + "@value": "has installer" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Installer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator", + "@id": "https://w3id.org/dpv/tech/owl#PaaS", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -2344,12 +2330,104 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/tech/owl#CloudService" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Technology provided as a cloud service consisting of managed platform resources" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Platform as a Service" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-jsonld", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/json-ld11/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/application/ld+json" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - JSON-LD serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech-owl.jsonld" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#serialisation-html", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - HTML serialiation" } ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech-owl.html" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/specification" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Android", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2002/07/owl#Class" + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -2357,47 +2435,188 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Partner" + "@id": "https://w3id.org/dpv/tech/owl#OS" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Android operating system" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Android" + } + ] + }, + { + "@id": "https://w3id.org/dpv/primer", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Primer for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/primer" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#hasSupplier", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Supplier" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates technology supplier" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has supplier" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Supplier" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#hasCapability", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Capability" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech/owl#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the capability of the technology" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has capability" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "https://schema.org/domainIncludes": [ { - "@language": "en", - "@value": "Actor that integrates Technology in to (larger) systems" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://schema.org/rangeIncludes": [ { - "@language": "en", - "@value": "System Integrator" + "@id": "https://w3id.org/dpv/tech/owl#Capability" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Customer", + "@id": "https://w3id.org/dpv/tech/owl#iOS", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -2405,7 +2624,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#OS" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2417,18 +2636,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that uses Technology directly or indirectly by providing it to Users" + "@value": "iOS operating system" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer" + "@value": "iOS" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#LaptopPC", + "@id": "https://w3id.org/dpv/tech/owl#Hardware", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/owl#Technology", @@ -2441,7 +2660,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" + "@id": "https://w3id.org/dpv/owl#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2453,21 +2672,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A portal personal computer" + "@value": "Physical parts or components of the technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Laptop PC" + "@value": "Hardware" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Provided", + "@id": "https://w3id.org/dpv/tech/owl#Supplier", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#ProvisionStatus", + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -2476,6 +2695,12 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "DGA 26.3" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -2483,7 +2708,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2495,18 +2720,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology has been provided" + "@value": "Actor that supplies Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provided" + "@value": "Supplier" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasEvaluator", + "@id": "https://w3id.org/dpv/tech/owl#hasOwner", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -2518,7 +2743,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Evaluator" + "@id": "https://w3id.org/dpv/tech/owl#Owner" } ], "http://purl.org/dc/terms/contributor": [ @@ -2551,13 +2776,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology evaluator" + "@value": "Indicates technology owner" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has evaluator" + "@value": "has owner" } ], "https://schema.org/domainIncludes": [ @@ -2567,65 +2792,12 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Evaluator" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#Provider", - "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech/owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Actor" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Actor that provides Technology" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Provider" + "@id": "https://w3id.org/dpv/tech/owl#Owner" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Documentation", + "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" @@ -2643,7 +2815,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + "@id": "https://w3id.org/dpv/owl#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2655,18 +2827,12 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information describing use, functionality, design, or other technical aspects of the Technology" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Documentation" + "@value": "Status indicating whether Technology is available on the market" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasSystemIntegrator", + "@id": "https://w3id.org/dpv/tech/owl#hasCommunicationMechanism", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -2678,7 +2844,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator" + "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" } ], "http://purl.org/dc/terms/contributor": [ @@ -2689,7 +2855,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-07-02" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2697,11 +2863,6 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -2711,13 +2872,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology system integrator" + "@value": "Indicates communication mechanisms used or provided by technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has system integrator" + "@value": "has communication mechanism" } ], "https://schema.org/domainIncludes": [ @@ -2727,28 +2888,48 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator" + "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Bluetooth", + "@id": "https://w3id.org/dpv/guides", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#CommunicationMechanism", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://www.w3.org/TR/html/" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/format": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Guides for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/guides" } ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Application", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2002/07/owl#Class" + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -2756,7 +2937,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Networking" + "@id": "https://w3id.org/dpv/tech/owl#Software" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2768,31 +2949,27 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising bluetooth" + "@value": "Application or Application Software" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bluetooth" + "@value": "Application" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Actor", + "@id": "https://w3id.org/dpv/tech/owl#Instructions", "@type": [ + "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2802,7 +2979,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Entity" + "@id": "https://w3id.org/dpv/tech/owl#Documentation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2814,29 +2991,71 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actors and Entities involved in provision, use, and management of Technology" + "@value": "Instructions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Actor" + "@value": "Instructions" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Manual", + "@id": "https://w3id.org/dpv/examples", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Examples for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/examples" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#Subject", "@type": [ - "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "ISO/IEC 22989:2022" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -2844,7 +3063,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Documentation" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2856,18 +3075,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manual" + "@value": "Actor that is subjected to the use or impact of Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Manual" + "@value": "Subject" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasUser", + "@id": "https://w3id.org/dpv/tech/owl#hasEvaluator", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -2879,7 +3098,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#User" + "@id": "https://w3id.org/dpv/tech/owl#Evaluator" } ], "http://purl.org/dc/terms/contributor": [ @@ -2912,13 +3131,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology user" + "@value": "Indicates technology evaluator" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has user" + "@value": "has evaluator" } ], "https://schema.org/domainIncludes": [ @@ -2928,27 +3147,35 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#User" + "@id": "https://w3id.org/dpv/tech/owl#Evaluator" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Auditor", + "@id": "https://w3id.org/dpv/tech/owl#hasDeployer", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@id": "https://w3id.org/dpv/tech/owl#Deployer" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2956,9 +3183,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Partner" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2970,34 +3197,45 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that audits Technology for conformance to policies, standards, or legal requirements" + "@value": "Indicates technology deployer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Auditor" + "@value": "has deployer" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Deployer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Internet", + "@id": "https://w3id.org/dpv/tech/owl#Evaluator", "@type": [ - "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "ISO/IEC 22989:2022" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -3005,7 +3243,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Networking" + "@id": "https://w3id.org/dpv/tech/owl#Partner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3017,48 +3255,64 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising internet" + "@value": "Actor that evaluates the performance of Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internet" + "@value": "Evaluator" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasDeploymentLocation", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-ttl", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://www.w3.org/TR/turtle/" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation" + "@id": "https://www.iana.org/assignments/media-types/text/turtle" } ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/title": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Technology Concepts - Turtle serialiation" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/tech/tech-owl.ttl" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#MSWindows", + "@type": [ + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/tech/owl#OS" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3068,33 +3322,35 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the location of technology deployment and use" + "@value": "Microsoft Windows operating system" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has deployment location" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation" + "@value": "Microsoft Windows" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer", + "@id": "https://w3id.org/dpv/tech/owl#Producer", "@type": [ + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "ISO/IEC 22989:2022" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -3102,7 +3358,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Device" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3114,33 +3370,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A computing device intended for individual use" + "@value": "Actor that produces Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Computer (PC)" + "@value": "Producer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Supplier", + "@id": "https://w3id.org/dpv/tech/owl#System", "@type": [ + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/contributor": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "DGA 26.3" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3150,7 +3405,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3162,13 +3417,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that supplies Technology" + "@value": "Technology provided as a system" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Supplier" + "@value": "System" } ] }, @@ -3239,16 +3494,21 @@ ] }, { - "@id": "https://w3id.org/dpv/tech/owl#HybridCloudService", + "@id": "https://w3id.org/dpv/tech/owl#Database", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3258,10 +3518,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#PrivateCloudService" - }, - { - "@id": "https://w3id.org/dpv/tech/owl#PublicCloudService" + "@id": "https://w3id.org/dpv/tech/owl#DataStorage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3273,20 +3530,20 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service that is both private and public in parts" + "@value": "A database, database management system (DBMS), or application database" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hybrid Cloud Service" + "@value": "Database" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Distributor", + "@id": "https://w3id.org/dpv/tech/owl#ServerlessComputing", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], @@ -3303,7 +3560,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#CloudService" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3315,19 +3572,20 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that distributes the Technology" + "@value": "Technology provided as a cloud service consisting of fully managed servers for executing functions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Distributor" + "@value": "Serverless Computing" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Function", + "@id": "https://w3id.org/dpv/tech/owl#Distributor", "@type": [ + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], @@ -3344,7 +3602,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3356,35 +3614,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Expression of what goals or purposes the technology's capabilities are being used towards or developed for" + "@value": "Actor that distributes the Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Function" - } - ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ - { - "@language": "en", - "@value": "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" + "@value": "Distributor" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Importer", + "@id": "https://w3id.org/dpv/tech/owl#OS", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -3392,7 +3638,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#Software" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3404,32 +3650,27 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that imports the Technology within a jurisdiction" + "@value": "Software for managing hardware and other software" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Importer" + "@value": "Operating System (OS)" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Goods", + "@id": "https://w3id.org/dpv/tech/owl#DevelopmentPlan", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3439,7 +3680,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech/owl#Plan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3451,35 +3692,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided or used as goods" + "@value": "DevelopmentPlan" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Goods" + "@value": "DevelopmentPlan" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Partner", + "@id": "https://w3id.org/dpv/tech/owl#Smartphone", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -3487,7 +3716,10 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#MobilePhone" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3499,24 +3731,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that provides services in the context of Technology" + "@value": "A combination of a mobile phone with computing capabilities similar to a PC" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Partner" - } - ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ - { - "@language": "en", - "@value": "\"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." + "@value": "Smartphone" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasCapability", + "@id": "https://w3id.org/dpv/tech/owl#hasDesigner", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -3528,7 +3754,12 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Capability" + "@id": "https://w3id.org/dpv/tech/owl#Designer" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ @@ -3542,6 +3773,11 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3551,13 +3787,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the capability of the technology" + "@value": "Indicates technology designer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has capability" + "@value": "has designer" } ], "https://schema.org/domainIncludes": [ @@ -3567,54 +3803,17 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Capability" - } - ] - }, - { - "@id": "https://w3id.org/dpv/examples", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Examples for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/examples" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@id": "https://w3id.org/dpv/tech/owl#Designer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Specification", + "@id": "https://w3id.org/dpv/tech/owl#CloudStorage", "@type": [ - "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -3622,7 +3821,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Documentation" + "@id": "https://w3id.org/dpv/tech/owl#DataStorage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3634,21 +3833,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specification" + "@value": "Storage utilising cloud technologies" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Specification" + "@value": "Cloud Storage" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#IaaS", + "@id": "https://w3id.org/dpv/tech/owl#Maintainer", "@type": [ + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -3657,6 +3856,12 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "DGA 26.3" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -3664,7 +3869,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#CloudService" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3676,32 +3881,33 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed infrastructure resources" + "@value": "Actor that maintains Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Infrastructure as a Service" + "@value": "Maintainer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#System", + "@id": "https://w3id.org/dpv/tech/owl#Installer", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Harshvardhan J. Pandit" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@language": "en", + "@value": "DGA 26.3" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3711,7 +3917,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3723,20 +3929,20 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a system" + "@value": "Actor that installs Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "System" + "@value": "Installer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Evaluator", + "@id": "https://w3id.org/dpv/tech/owl#Provided", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", + "https://w3id.org/dpv/tech/owl#ProvisionStatus", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], @@ -3746,12 +3952,6 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -3759,7 +3959,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Partner" + "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3771,23 +3971,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that evaluates the performance of Technology" + "@value": "Status indicating Technology has been provided" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Evaluator" + "@value": "Provided" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#OS", + "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus", "@type": [ - "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -3795,7 +4000,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Software" + "@id": "https://w3id.org/dpv/owl#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3807,31 +4012,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Software for managing hardware and other software" + "@value": "Status indicating whether Technology has been provided" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Operating System (OS)" + "@value": "Provision Status" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasDesigner", + "@id": "https://w3id.org/dpv/tech/owl#IntendedUse", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Designer" - } + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { @@ -3841,7 +4036,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2024-05-22" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3849,9 +4044,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3863,31 +4058,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology designer" + "@value": "Describes the 'intended' use of the technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has designer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" + "@value": "Intended Use" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/2004/02/skos/core#scopeNote": [ { - "@id": "https://w3id.org/dpv/tech/owl#Designer" + "@language": "en", + "@value": "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 procss or other relevant context." } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#PaaS", + "@id": "https://w3id.org/dpv/tech/owl#Capability", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -3903,7 +4093,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#CloudService" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3915,32 +4105,33 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed platform resources" + "@value": "Expression of what the technology is capable of achieving or providing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Platform as a Service" + "@value": "Capability" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "Examples of capabilities are image recognition, sentiment analysis, machine translation" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Cookie", + "@id": "https://w3id.org/dpv/tech/owl#Plan", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/owl#Technology", + "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3950,7 +4141,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#LocalStorage" + "@id": "https://w3id.org/dpv/tech/owl#Documentation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3962,20 +4153,20 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A HTTP or web or internet cookie" + "@value": "Plan" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cookie" + "@value": "Plan" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Guide", + "@id": "https://w3id.org/dpv/tech/owl#Importer", "@type": [ - "https://w3id.org/dpv/tech/owl#Documentation", + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], @@ -3992,7 +4183,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Documentation" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4004,21 +4195,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Guide" + "@value": "Actor that imports the Technology within a jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guide" + "@value": "Importer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Instructions", + "@id": "https://w3id.org/dpv/tech/owl#Designer", "@type": [ + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -4027,6 +4218,12 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "DGA 26.3" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -4034,7 +4231,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Documentation" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4046,21 +4243,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Instructions" + "@value": "Actor that designs Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Instructions" + "@value": "Designer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#PublicCloudService", + "@id": "https://w3id.org/dpv/tech/owl#Deployer", "@type": [ + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -4069,6 +4266,12 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "AI Act" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -4076,7 +4279,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4088,18 +4291,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service that is public" + "@value": "Actor that deploys Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Cloud Service" + "@value": "Deployer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasCommunicationMechanism", + "@id": "https://w3id.org/dpv/tech/owl#hasPartner", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -4111,7 +4314,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech/owl#Partner" } ], "http://purl.org/dc/terms/contributor": [ @@ -4122,7 +4325,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-07-02" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4130,6 +4333,11 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4139,13 +4347,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates communication mechanisms used or provided by technology" + "@value": "Indicates technology partner" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has communication mechanism" + "@value": "has partner" } ], "https://schema.org/domainIncludes": [ @@ -4155,26 +4363,21 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech/owl#Partner" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Service", + "@id": "https://w3id.org/dpv/tech/owl#PrivateCloudService", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4184,7 +4387,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech/owl#CloudService" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4196,24 +4399,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided or used as service(s)" + "@value": "Technology provided as a cloud service that is private" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service" - } - ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ - { - "@language": "en", - "@value": "Removed plural suffix for consistency in terms" + "@value": "Private Cloud Service" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasCustomer", + "@id": "https://w3id.org/dpv/tech/owl#hasProducer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -4225,7 +4422,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Customer" + "@id": "https://w3id.org/dpv/tech/owl#Producer" } ], "http://purl.org/dc/terms/contributor": [ @@ -4258,13 +4455,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology customer" + "@value": "Indicates technology producer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has customer" + "@value": "has producer" } ], "https://schema.org/domainIncludes": [ @@ -4274,30 +4471,16 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Customer" + "@id": "https://w3id.org/dpv/tech/owl#Producer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasMaintainer", + "@id": "https://w3id.org/dpv/tech/owl#Owner", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Maintainer" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -4305,14 +4488,20 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "DGA 26.3" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4324,41 +4513,33 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology maintainer" + "@value": "Actor that owns Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has maintainer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Maintainer" + "@value": "Owner" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation", + "@id": "https://w3id.org/dpv/tech/owl#Manufacturer", "@type": [ + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@language": "en", + "@value": "DGA 26.3" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4368,7 +4549,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Location" + "@id": "https://w3id.org/dpv/tech/owl#Actor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4380,53 +4561,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Location for where technology is deployed and used" + "@value": "Actor that manufactures Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Deployment Location" + "@value": "Manufacturer" } ] }, { - "@id": "https://w3id.org/dpv/primer", + "@id": "https://w3id.org/dpv/tech/owl#IaaS", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Primer for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/primer" - } + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#Android", - "@type": [ - "https://w3id.org/dpv/owl#Technology", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -4435,7 +4591,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#OS" + "@id": "https://w3id.org/dpv/tech/owl#CloudService" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4447,22 +4603,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Android operating system" + "@value": "Technology provided as a cloud service consisting of managed infrastructure resources" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Android" + "@value": "Infrastructure as a Service" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#FixedUse", + "@id": "https://w3id.org/dpv/tech/owl#hasTRL", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel" + } ], "http://purl.org/dc/terms/contributor": [ { @@ -4472,7 +4637,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4480,9 +4645,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/owl#hasStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4494,33 +4659,48 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology that can be used a fixed numner of times" + "@value": "Indicates technology maturity level" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fixed Use" + "@value": "has TRL" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@language": "en", + "@value": "sc" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Deployer", + "@id": "https://w3id.org/dpv/tech/owl#GPS", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", + "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/contributor": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "AI Act" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4530,7 +4710,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4542,20 +4722,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that deploys Technology" + "@value": "Technology utilising GPS" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Deployer" + "@value": "GPS" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Developer", + "@id": "https://w3id.org/dpv/tech/owl#TechnologyReadinessLevel", "@type": [ - "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], @@ -4570,12 +4749,6 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "ISO/IEC 22989:2022" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -4583,7 +4756,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Producer" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4595,22 +4768,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that develops Technology" + "@value": "Indication of maturity of Technology (ISO 16290:2013)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Developer" + "@value": "Technology Readiness Level (TRL)" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Subscription", + "@id": "https://w3id.org/dpv/tech/owl#hasDeploymentLocation", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation" + } ], "http://purl.org/dc/terms/contributor": [ { @@ -4620,7 +4802,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4628,11 +4810,6 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4642,29 +4819,50 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology that is provided or used as a periodic subscription" + "@value": "Specifies the location of technology deployment and use" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Subscription" + "@value": "has deployment location" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Operator", + "@id": "https://w3id.org/dpv/tech/owl#User", "@type": [ "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "ISO/IEC 22989:2022" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -4672,7 +4870,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#Customer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4684,40 +4882,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that operates the Technology" + "@value": "Actor that uses Technologoy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Operator" - } - ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ - { - "@language": "en", - "@value": "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" + "@value": "User" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#CellularNetwork", + "@id": "https://w3id.org/dpv/tech/owl#PersonalComputer", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#CommunicationMechanism", + "https://w3id.org/dpv/owl#Technology", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" @@ -4725,7 +4906,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Networking" + "@id": "https://w3id.org/dpv/tech/owl#Device" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4737,32 +4918,33 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising cellular networking" + "@value": "A computing device intended for individual use" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cellular Network" + "@value": "Personal Computer (PC)" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#SmartphoneApplication", + "@id": "https://w3id.org/dpv/tech/owl#Auditor", "@type": [ - "https://w3id.org/dpv/owl#Technology", + "https://w3id.org/dpv/tech/owl#Actor", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Harshvardhan J. Pandit" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@language": "en", + "@value": "ISO/IEC 22989:2022" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4772,7 +4954,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Application" + "@id": "https://w3id.org/dpv/tech/owl#Partner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4784,18 +4966,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A computing or digital program on a smartphone device" + "@value": "Actor that audits Technology for conformance to policies, standards, or legal requirements" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Smartphone Application" + "@value": "Auditor" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasSubject", + "@id": "https://w3id.org/dpv/tech/owl#hasProvisionStatus", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -4807,12 +4989,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Subject" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" } ], "http://purl.org/dc/terms/created": [ @@ -4828,7 +5005,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/owl#hasStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4840,13 +5017,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology subject" + "@value": "Indicates whether the technology has been provided" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has subject" + "@value": "has provision status" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@language": "en", + "@value": "sc" } ], "https://schema.org/domainIncludes": [ @@ -4856,27 +5039,26 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Subject" + "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Manufacturer", + "@id": "https://w3id.org/dpv/tech/owl#Internet", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#Actor", + "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/contributor": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "DGA 26.3" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4886,7 +5068,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#Networking" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4898,27 +5080,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that manufactures Technology" + "@value": "Technology utilising internet" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Manufacturer" + "@value": "Internet" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#TestingPlan", + "@id": "https://w3id.org/dpv/tech/owl#DeploymentLocation", "@type": [ - "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4928,7 +5114,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Plan" + "@id": "https://w3id.org/dpv/owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4940,21 +5126,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "TestingPlan" + "@value": "Location for where technology is deployed and used" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "TestingPlan" + "@value": "Deployment Location" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Installer", + "@id": "https://w3id.org/dpv/tech/owl#SystemIntegrator", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#Actor", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ @@ -4966,7 +5152,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "DGA 26.3" + "@value": "ISO/IEC 22989:2022" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4976,7 +5162,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Actor" + "@id": "https://w3id.org/dpv/tech/owl#Partner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4988,31 +5174,22 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that installs Technology" + "@value": "Actor that integrates Technology in to (larger) systems" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Installer" + "@value": "System Integrator" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasManufacturer", + "@id": "https://w3id.org/dpv/tech/owl#Cookie", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Manufacturer" - } + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { @@ -5022,7 +5199,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5030,9 +5207,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#LocalStorage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5044,68 +5221,33 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology manufacturer" + "@value": "A HTTP or web or internet cookie" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has manufacturer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Manufacturer" + "@value": "Cookie" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#MobilePhone", + "@id": "https://w3id.org/dpv/tech/owl#FixedUse", "@type": [ - "https://w3id.org/dpv/owl#Technology", + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech/owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Telephone" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Mobile telephone" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/contributor": [ { - "@language": "en", - "@value": "Mobile Phone" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#Hardware", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/owl#Technology", - "http://www.w3.org/2002/07/owl#Class" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -5114,7 +5256,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5126,27 +5268,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Physical parts or components of the technology" + "@value": "Technology that can be used a fixed numner of times" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hardware" + "@value": "Fixed Use" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Plan", + "@id": "https://w3id.org/dpv/tech/owl#Algorithmic", "@type": [ - "https://w3id.org/dpv/tech/owl#Documentation", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5156,7 +5303,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Documentation" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5168,54 +5315,49 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Plan" + "@value": "Technology provided as an algorithm or method" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Plan" + "@value": "Algorithmic" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Software", + "@id": "https://w3id.org/dpv/tech/owl#serialisation-n3", "@type": [ - "https://w3id.org/dpv/owl#Technology", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech/owl#" + "@id": "https://www.w3.org/TeamSubmission/n3/" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://www.iana.org/assignments/media-types/text/n3" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "accepted" + "@value": "Technology Concepts - N3 serialiation" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@language": "en", - "@value": "Virtual parts or components of the technology such as programs and data" + "@id": "https://w3id.org/dpv/tech/tech-owl.n3" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "Software" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#DataStorage", + "@id": "https://w3id.org/dpv/tech/owl#GNULinux", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/owl#Technology", @@ -5228,7 +5370,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Software" + "@id": "https://w3id.org/dpv/tech/owl#OS" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5240,27 +5382,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology associated with storage of data" + "@value": "GNU/Linux operating system" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Storage" + "@value": "GNU/Linux" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#MarketAvailable", + "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "@type": [ - "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5270,7 +5416,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus" + "@id": "https://w3id.org/dpv/owl#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5282,36 +5428,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology is available on the market" + "@value": "Communication mechanism used or provided by Technologoy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Market Available" + "@value": "Communication Mechanism" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasInstaller", + "@id": "https://w3id.org/dpv/tech/owl#Documentation", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Installer" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -5324,9 +5455,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5338,72 +5469,22 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology installer" + "@value": "Information describing use, functionality, design, or other technical aspects of the Technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has installer" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Installer" - } - ] - }, - { - "@id": "https://w3id.org/dpv/guides", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Guides for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/guides" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@value": "Documentation" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasAuditor", + "@id": "https://w3id.org/dpv/tech/owl#Goods", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Auditor" - } + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { @@ -5413,7 +5494,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5421,9 +5502,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5435,74 +5516,43 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology auditor" + "@value": "Technology provided or used as goods" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has auditor" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#Auditor" + "@value": "Goods" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#serialisation-rdf", + "@id": "https://w3id.org/dpv/tech/owl#hasFunction", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" - } + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@value": "Technology Concepts - RDF/XML serialiation" + "@id": "https://w3id.org/dpv/owl#Technology" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/tech-owl.rdf" + "@id": "https://w3id.org/dpv/tech/owl#Function" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#GNULinux", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/owl#Technology", - "http://www.w3.org/2002/07/owl#Class" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/tech/owl#OS" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5512,32 +5562,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "GNU/Linux operating system" + "@value": "Indicates the function of the technology" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GNU/Linux" + "@value": "has function" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#Database", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/owl#Technology", - "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ + "https://schema.org/domainIncludes": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Function" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#NotProvided", + "@type": [ + "https://w3id.org/dpv/tech/owl#ProvisionStatus", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5547,7 +5602,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#DataStorage" + "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5559,28 +5614,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A database, database management system (DBMS), or application database" + "@value": "Status indicating Technology has not been provided" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Database" + "@value": "Not Provided" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#Networking", + "@id": "https://w3id.org/dpv/tech/owl#MarketAvailable", "@type": [ + "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#CommunicationMechanism", "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -5594,7 +5644,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5606,22 +5656,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising networking" + "@value": "Status indicating Technology is available on the market" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Networking" + "@value": "Market Available" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#LocalNetwork", + "@id": "https://w3id.org/dpv/tech/owl#hasAuditor", "@type": [ - "https://w3id.org/dpv/tech/owl#CommunicationMechanism", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Auditor" + } ], "http://purl.org/dc/terms/contributor": [ { @@ -5639,9 +5698,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#Networking" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5653,18 +5712,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising local networking" + "@value": "Indicates technology auditor" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Local Network" + "@value": "has auditor" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Auditor" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasDeveloper", + "@id": "https://w3id.org/dpv/tech/owl#hasManufacturer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -5676,7 +5745,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Developer" + "@id": "https://w3id.org/dpv/tech/owl#Manufacturer" } ], "http://purl.org/dc/terms/contributor": [ @@ -5709,13 +5778,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology developer" + "@value": "Indicates technology manufacturer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has developer" + "@value": "has manufacturer" } ], "https://schema.org/domainIncludes": [ @@ -5725,25 +5794,16 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Developer" + "@id": "https://w3id.org/dpv/tech/owl#Manufacturer" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#hasMarketAvailabilityStatus", + "@id": "https://w3id.org/dpv/tech/owl#PublicCloudService", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv/owl#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus" - } + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -5756,9 +5816,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#hasStatus" + "@id": "https://w3id.org/dpv/tech/owl#CloudService" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5770,47 +5830,58 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates whether the technology is available on the market" + "@value": "Technology provided as a cloud service that is public" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has market availability status" + "@value": "Public Cloud Service" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#LocalStorage", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2002/07/owl#Class" ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "sc" + "@id": "https://w3id.org/dpv/tech/owl#" } ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@id": "https://w3id.org/dpv/tech/owl#DataStorage" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#hasProvider", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/owl#Technology" + "@language": "en", + "@value": "Storage that is local (e.g. on device)" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/tech/owl#Provider" + "@language": "en", + "@value": "Local Storage" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#SmartphoneApplication", + "@type": [ + "https://w3id.org/dpv/owl#Technology", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/contributor": [ { @@ -5820,7 +5891,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5828,9 +5899,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech/owl#Application" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5842,32 +5913,36 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology provider" + "@value": "A computing or digital program on a smartphone device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provider" + "@value": "Smartphone Application" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech/owl#hasSubject", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "https://schema.org/domainIncludes": [ + "http://purl.org/dc/dcam/domainIncludes": [ { "@id": "https://w3id.org/dpv/owl#Technology" } ], - "https://schema.org/rangeIncludes": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech/owl#Provider" + "@id": "https://w3id.org/dpv/tech/owl#Subject" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech/owl#CaaS", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", - "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -5880,9 +5955,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#CloudService" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5894,19 +5969,30 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed compute resources" + "@value": "Indicates technology subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Compute as a Service" + "@value": "has subject" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Subject" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#ProvisionStatus", + "@id": "https://w3id.org/dpv/tech/owl#HybridCloudService", "@type": [ + "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class" ], @@ -5923,7 +6009,10 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/owl#Status" + "@id": "https://w3id.org/dpv/tech/owl#PrivateCloudService" + }, + { + "@id": "https://w3id.org/dpv/tech/owl#PublicCloudService" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5935,18 +6024,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating whether Technology has been provided" + "@value": "Technology provided as a cloud service that is both private and public in parts" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provision Status" + "@value": "Hybrid Cloud Service" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#SaaS", + "@id": "https://w3id.org/dpv/tech/owl#CaaS", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech/owl#TechnologyProvisionMethod", @@ -5977,22 +6066,36 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed software resources" + "@value": "Technology provided as a cloud service consisting of managed compute resources" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Software as a Service" + "@value": "Compute as a Service" } ] }, { - "@id": "https://w3id.org/dpv/tech/owl#MarketUnavailable", + "@id": "https://w3id.org/dpv/tech/owl#hasDeveloper", "@type": [ - "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Developer" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { @@ -6005,9 +6108,9 @@ "@id": "https://w3id.org/dpv/tech/owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech/owl#MarketAvailabilityStatus" + "@id": "https://w3id.org/dpv/tech/owl#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6019,13 +6122,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology is unavailable on the market" + "@value": "Indicates technology developer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Market Unavailable" + "@value": "has developer" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv/owl#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech/owl#Developer" } ] } diff --git a/tech/tech-owl.n3 b/tech/tech-owl.n3 index e0edb8752..7d88bc4cf 100644 --- a/tech/tech-owl.n3 +++ b/tech/tech-owl.n3 @@ -420,6 +420,17 @@ tech-owl:Instructions a rdfs:Class, skos:definition "Instructions"@en ; skos:prefLabel "Instructions"@en . +tech-owl:IntendedUse a rdfs:Class, + owl:Class ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech-owl: ; + rdfs:subClassOf rdfs:Class ; + sw:term_status "accepted"@en ; + skos:definition "Describes the 'intended' use of the technology"@en ; + skos:prefLabel "Intended Use"@en ; + skos:scopeNote "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 procss or other relevant context."@en . + tech-owl:Internet a rdfs:Class, owl:Class, tech-owl:CommunicationMechanism ; @@ -646,7 +657,7 @@ tech-owl:PrivateCloudService a rdfs:Class, tech-owl:TechnologyProvisionMethod ; dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech-owl: ; - rdfs:subClassOf tech-owl:TechnologyProvisionMethod ; + rdfs:subClassOf tech-owl:CloudService ; sw:term_status "accepted"@en ; skos:definition "Technology provided as a cloud service that is private"@en ; skos:prefLabel "Private Cloud Service"@en . @@ -720,7 +731,7 @@ tech-owl:PublicCloudService a rdfs:Class, tech-owl:TechnologyProvisionMethod ; dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech-owl: ; - rdfs:subClassOf tech-owl:TechnologyProvisionMethod ; + rdfs:subClassOf tech-owl:CloudService ; sw:term_status "accepted"@en ; skos:definition "Technology provided as a cloud service that is public"@en ; skos:prefLabel "Public Cloud Service"@en . @@ -1087,6 +1098,19 @@ tech-owl:hasInstaller a rdf:Property, schema:domainIncludes dpv-owl:Technology ; schema:rangeIncludes tech-owl:Installer . +tech-owl:hasIntendedUse a rdf:Property, + owl:ObjectProperty ; + dcam:domainIncludes dpv-owl:Technology ; + dcam:rangeIncludes tech-owl:IntendedUse ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech-owl: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the intended use of technology"@en ; + skos:prefLabel "has intended use"@en ; + schema:domainIncludes dpv-owl:Technology ; + schema:rangeIncludes tech-owl:IntendedUse . + tech-owl:hasMaintainer a rdf:Property, owl:ObjectProperty ; dcam:domainIncludes dpv-owl:Technology ; diff --git a/tech/tech-owl.owl b/tech/tech-owl.owl index 9538bfbed..871eb8c6a 100644 --- a/tech/tech-owl.owl +++ b/tech/tech-owl.owl @@ -10,1503 +10,1529 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - + + - Local Storage + Software as a Service accepted - Storage that is local (e.g. on device) - - - - - Expression of what the technology is capable of achieving or providing - - Examples of capabilities are image recognition, sentiment analysis, machine translation - - + Technology provided as a cloud service consisting of managed software resources 2024-05-09 - Capability - accepted + - - Platform as a Service + 2024-05-09 - Technology provided as a cloud service consisting of managed platform resources - - - + + + + has manufacturer + accepted - - - - Delaram Golpayegani Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Delaram Golpayegani - Harshvardhan J. Pandit - Julian Flake - - - - - - - - - - 0.8.2 - - http://www.w3.org/2000/01/rdf-schema - http://www.w3.org/2004/02/skos/core - - - - tech - Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision - https://w3id.org/dpv/tech# - 2024-05-09 - https://w3id.org/dpv/tech - Technology Concepts - 2024-05-09 - - - + Indicates technology manufacturer + + + - - Supplier - - - - 2024-05-09 - Actor that supplies Technology - DGA 26.3 - + accepted - - - - Evaluator - + - accepted - Actor that evaluates the performance of Technology - 2024-05-09 - ISO/IEC 22989:2022 + 2022-06-15 + Subscription - + Technology that is provided or used as a periodic subscription + Harshvardhan J. Pandit + - - ISO/IEC 22989:2022 - Actor that develops Technology + + Importer + accepted - accepted - Developer - Harshvardhan J. Pandit + Actor that imports the Technology within a jurisdiction 2024-05-09 - + - - Infrastructure as a Service + + + accepted - - - + + Harshvardhan J. Pandit + + + 2024-05-22 + Indicates the intended use of technology - 2024-05-09 - Technology provided as a cloud service consisting of managed infrastructure resources - + + has intended use - - Specification - - - - Specification - 2024-05-09 + + Indicates technology designer + + + Harshvardhan J. Pandit + + + + has designer accepted - - - - Market Available - - - - accepted - - Status indicating Technology is available on the market 2024-05-09 - + + - - Technology provided as a cloud service consisting of managed software resources + - - Software as a Service - 2024-05-09 + Deployment Location accepted + 2022-06-15 + Harshvardhan J. Pandit, Delaram Golpayegani + - + Location for where technology is deployed and used - - + - - accepted - - Indicates technology deployer - 2024-05-09 - has deployer - - Harshvardhan J. Pandit + Indicates technology provider - - + Harshvardhan J. Pandit - - Indicates technology producer + + 2024-05-09 - - - + accepted - - - - has producer - + has provider - - Indicates technology supplier - - - - - - - has supplier - + accepted + DGA 26.3 + + + + Actor that designs Technology - Harshvardhan J. Pandit 2024-05-09 + Designer + - - - - Technology Concepts - Turtle serialiation - - - - - + + Public Cloud Service + + + + Technology provided as a cloud service that is public - Indicates technology customer - accepted - - - has customer - - - + 2024-05-09 + + + Harshvardhan J. Pandit + + + + + Networking 2024-05-09 - + accepted + Technology utilising networking + - + + https://w3id.org/dpv/tech + 0.8.2 + + + + + + + + + Georg P Krog + Delaram Golpayegani + Paul Ryan + Harshvardhan J. Pandit + Julian Flake + + + + + + Delaram Golpayegani + Harshvardhan J. Pandit + http://www.w3.org/2000/01/rdf-schema + http://www.w3.org/2004/02/skos/core + + Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision + https://w3id.org/dpv/tech# + Technology Concepts + + tech + + 2024-05-09 + 2024-05-09 + + - Provider - ISO/IEC 22989:2022 - Harshvardhan J. Pandit + AI Act + Deployer + Actor that deploys Technology 2024-05-09 - Actor that provides Technology accepted - - - + + accepted + + + + Harshvardhan J. Pandit + Actor that provides Technology 2024-05-09 - - - Indicates technology developer - has developer + ISO/IEC 22989:2022 + Provider + + + accepted - - - - - - + - 2022-06-15 - - Smartphone Application - accepted - A computing or digital program on a smartphone device - Harshvardhan J. Pandit + An application or platform for distribution of other applications + Application Store - + + - - 2024-05-09 accepted - Status indicating Technology has been provided - Provided + Microsoft Windows operating system - + Microsoft Windows + - - accepted + + + + Harshvardhan J. Pandit - - has provision method - - - - 2022-07-02 - Specifies the provision or usage method of technology - - - Physical parts or components of the technology - - - + 2024-05-09 + + Indicates technology evaluator + accepted - Hardware - - + has evaluator - - Indicates technology manufacturer - + - - accepted - 2024-05-09 - + has auditor - - Harshvardhan J. Pandit - - has manufacturer - - - Expression of what goals or purposes the technology's capabilities are being used towards or developed for + + 2024-05-09 - - - + Indicates technology auditor - 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 + accepted - Function + Harshvardhan J. Pandit + - - Goods - Technology provided or used as goods - accepted + + - - Harshvardhan J. Pandit - 2022-06-15 - - - - - + Partner + "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. + 2024-05-09 accepted - sc - - - has market availability status - - - Indicates whether the technology is available on the market - - + Actor that provides services in the context of Technology + ISO/IEC 22989:2022 + + + 2024-05-09 - - - + - Harshvardhan J. Pandit - Technology utilising GPS - 2024-05-09 - + Plan accepted - GPS - + Plan + + - + accepted - Public Cloud Service - Technology provided as a cloud service that is public - + + 2022-06-15 + Technology provided as a component + Harshvardhan J. Pandit + Component - 2024-05-09 - - DGA 26.3 - - - - Actor that manufactures Technology + + accepted - + 2024-05-09 - Manufacturer - + Indicates whether the technology has been provided + + + + + + sc + has provision status + - + - + accepted - Harshvardhan J. Pandit + Device or computing device + Device + + + + + Indicates technology partner + 2024-05-09 - Networking - Technology utilising networking - + Harshvardhan J. Pandit + + + + + + accepted + has partner + - + - + A database, database management system (DBMS), or application database + Harshvardhan J. Pandit + + Database accepted - Customer - Actor that uses Technology directly or indirectly by providing it to Users + 2022-06-15 + + + + + + Harshvardhan J. Pandit + 2024-05-09 - ISO/IEC 22989:2022 - + Indicates technology subject + + accepted + + + + + has subject Actor that integrates Technology in to (larger) systems - accepted - 2024-05-09 - System Integrator - ISO/IEC 22989:2022 - - - - 2024-05-09 - - - - Documentation - Information describing use, functionality, design, or other technical aspects of the Technology + ISO/IEC 22989:2022 accepted + + - - Component + accepted - + - Harshvardhan J. Pandit + Technology provided as a cloud service that is both private and public in parts - 2022-06-15 - Technology provided as a component - - - - - - - - Technology Concepts - N3 serialiation - + 2024-05-09 + Hybrid Cloud Service + + - - Compute as a Service + + accepted - 2024-05-09 + - - - Technology provided as a cloud service consisting of managed compute resources - + Actor that distributes the Technology + Distributor + 2024-05-09 + - - - - + + + + + accepted - Harshvardhan J. Pandit + has supplier 2024-05-09 - Technology utilising bluetooth - - Bluetooth - - - - - Indicates the capability of the technology - - - 2024-05-09 - accepted - has capability - + + Harshvardhan J. Pandit + Indicates technology supplier - + + Harshvardhan J. Pandit + Indicates technology producer 2024-05-09 + has producer + - Specifies the location of technology deployment and use accepted + + - - - has deployment location - Harshvardhan J. Pandit - - Application - Application or Application Software + + Android operating system + accepted + Android - accepted - + - + 2024-05-09 - + - Subject + ISO/IEC 22989:2022 accepted - Harshvardhan J. Pandit + Actor that evaluates the performance of Technology - ISO/IEC 22989:2022 - Actor that is subjected to the use or impact of Technology - + Evaluator + - - Indication of maturity of Technology (ISO 16290:2013) - Technology Readiness Level (TRL) - + + 2024-05-09 + accepted - Harshvardhan J. Pandit + Supplier - 2024-05-09 + Actor that supplies Technology + DGA 26.3 + - - + - + + Data Storage + Technology associated with storage of data + accepted - Technology provided as a cloud service - Cloud Service - + - + + DGA 26.3 + + - - + Actor that purchases Technology + Purchaser accepted - Smartphone - A combination of a mobile phone with computing capabilities similar to a PC - - + 2024-05-09 + - + + + Storage utilising cloud technologies - iOS operating system - - iOS accepted - + Cloud Storage + - + + + 2024-05-09 + + Indicates technology developer + accepted + + + has developer + + + + + Harshvardhan J. Pandit + + + accepted + - - Technology provided as a cloud service that is private - Private Cloud Service - 2024-05-09 + Status indicating Technology is unavailable on the market + 2024-05-09 + Market Unavailable + + + + + 2022-07-02 + + + Specifies the provision or usage method of technology + accepted - + + Harshvardhan J. Pandit + has provision method + + - + + Actor that produces Technology + - + Producer + 2024-05-09 + ISO/IEC 22989:2022 accepted - A portal personal computer - Laptop PC - + - - Harshvardhan J. Pandit + + Manual + accepted - + - accepted - Technology utilising local networking - Local Network + Manual 2024-05-09 - + - - Product + + Compute as a Service + 2024-05-09 - Harshvardhan J. Pandit - 2022-06-15 - - Technology that is provided as a product accepted - - - - - - + Technology provided as a cloud service consisting of managed compute resources - accepted - Desktop PC - A non-portable or fixed personal computer - + - - A computing device intended for individual use + + Technology provided as a cloud service consisting of fully managed servers for executing functions + - - Personal Computer (PC) - + 2024-05-09 accepted - - - + Serverless Computing + + + + Technology Readiness Level (TRL) accepted - Status indicating Technology is unavailable on the market - + Indication of maturity of Technology (ISO 16290:2013) + + 2024-05-09 - Market Unavailable - + Harshvardhan J. Pandit - - + + accepted + - Telephone - Telephone + Storage that is local (e.g. on device) - accepted - + Local Storage + - + + Harshvardhan J. Pandit + - - Installer accepted - 2024-05-09 - DGA 26.3 + Product + 2022-06-15 + Technology that is provided as a product - Actor that installs Technology - + - - Technology utilising cellular networking - - - - Harshvardhan J. Pandit + + + has maintainer + Harshvardhan J. Pandit + + + 2024-05-09 + Indicates technology maintainer accepted - Cellular Network - + + + - - Cookie + + + Technology Concepts - N3 serialiation + + + + + + - + accepted - Harshvardhan J. Pandit 2022-06-15 + Removed plural suffix for consistency in terms + Technology provided or used as service(s) + Service - A HTTP or web or internet cookie - + Harshvardhan J. Pandit + - - has user + + + + 2024-05-09 - - + + Indicates the capability of the technology + accepted + + has capability + + + + Indicates technology user - Harshvardhan J. Pandit + + + has user + + 2024-05-09 accepted - - - - Communication Mechanism - - - accepted Harshvardhan J. Pandit - - 2022-06-15 - - Communication mechanism used or provided by Technologoy - - - - + Guides for Data Privacy Vocabulary + + + - - + + + + + + Private Cloud Service + Technology provided as a cloud service that is private + 2024-05-09 + accepted + + + + Actor that installs Technology + 2024-05-09 + + + + accepted + DGA 26.3 + Installer + + + + + accepted + has deployer + - + + + Harshvardhan J. Pandit + 2024-05-09 - Indicates technology partner - + Indicates technology deployer + + + + + + has actor + Indicates an actor associated with technology accepted + 2022-10-21 + 2024-05-17 + + + Harshvardhan J. Pandit - has partner - - - + + - Android - Android operating system accepted - + 2024-05-09 + + Instructions + Instructions + - - + + accepted + + + Harshvardhan J. Pandit + + + + + Indicates communication mechanisms used or provided by technology + 2022-07-02 + has communication mechanism + + + + + Local Network + Harshvardhan J. Pandit + - Harshvardhan J. Pandit 2024-05-09 - Technology utilising wifi wireless networking - + Technology utilising local networking accepted - WiFi - - - + + - Provision Status - 2024-05-09 - Status indicating whether Technology has been provided accepted + Laptop PC + + A portal personal computer + - + + accepted + + + + 2024-05-09 + + sc + + + + has TRL + Indicates technology maturity level + Harshvardhan J. Pandit + + + + ISO/IEC 22989:2022 + accepted + Customer + Actor that uses Technology directly or indirectly by providing it to Users 2024-05-09 - ISO/IEC 22989:2022 - Actor that uses Technologoy - User + + + accepted - Harshvardhan J. Pandit - + Personal Computer (PC) + A computing device intended for individual use + + + + + - - - - - - - Technology Concepts - HTML serialiation + + + + + + + has function + 2024-05-09 + Indicates the function of the technology + + accepted + - Harshvardhan J. Pandit, Delaram Golpayegani - Actors and Entities involved in provision, use, and management of Technology - - Actor - + Harshvardhan J. Pandit, Delaram Golpayegani 2022-06-15 + Actors and Entities involved in provision, use, and management of Technology + Actor + accepted + - + + - Method associated with provision or use of technology - 2022-06-15 - Harshvardhan J. Pandit, Delaram Golpayegani + Smartphone Application accepted - - Provision Method - 2024-05-09 + 2022-06-15 + A computing or digital program on a smartphone device + Harshvardhan J. Pandit + - - accepted - Fixed Use + + + Harshvardhan J. Pandit + - - Harshvardhan J. Pandit + Cookie + accepted 2022-06-15 - Technology that can be used a fixed numner of times - - + A HTTP or web or internet cookie + - - - - - - - 2022-10-21 - accepted - Indicates an actor associated with technology - Harshvardhan J. Pandit - has actor - - 2024-05-17 + - - + Operator + 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 - Deployer - AI Act - 2024-05-09 - Actor that deploys Technology + Actor that operates the Technology accepted - - Technology that is provided or used as a periodic subscription + + Application or Application Software - + - Subscription - Harshvardhan J. Pandit - - 2022-06-15 + Application accepted - + + - + + + Telephone + Telephone - - Technology associated with storage of data accepted - Data Storage - + - - + + + + Primer for Data Privacy Vocabulary + + + + + + + + + + Examples for Data Privacy Vocabulary + + + + accepted + 2024-05-09 + Technology provided as a cloud service consisting of managed infrastructure resources - accepted - Serverless Computing - Technology provided as a cloud service consisting of fully managed servers for executing functions + Infrastructure as a Service - - Status indicating Technology has not been provided - - - - + + + + + has deployment location 2024-05-09 - Not Provided + + + accepted - + Harshvardhan J. Pandit + Specifies the location of technology deployment and use + - - - + + accepted + Hardware + - accepted - Actor that audits Technology for conformance to policies, standards, or legal requirements - 2024-05-09 - Auditor - ISO/IEC 22989:2022 - + Physical parts or components of the technology + + - - accepted - + + 2024-05-09 + Harshvardhan J. Pandit + - Actor that provides services in the context of Technology + Subject ISO/IEC 22989:2022 - "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. - Partner + accepted + Actor that is subjected to the use or impact of Technology - 2024-05-09 - - + + 2024-05-09 + + + + Specification accepted - - has evaluator - - - - - Indicates technology evaluator + Specification - Harshvardhan J. Pandit - 2024-05-09 - + - + + - - - Indicates technology purchaser + accepted + + + 2024-05-09 Harshvardhan J. Pandit + has owner + + + Indicates technology owner + + + has market availability status + 2024-05-09 + Indicates whether the technology is available on the market + + + - has purchaser accepted - - + + sc + + - + + + Bluetooth + Harshvardhan J. Pandit + - 2024-05-09 - Instructions + Technology utilising bluetooth accepted - - Instructions - + - + - + + A non-portable or fixed personal computer accepted - 2024-05-09 - Technology provided as a cloud service that is both private and public in parts + Desktop PC - Hybrid Cloud Service - - + - - - Indicates communication mechanisms used or provided by technology + + + + + + Virtual parts or components of the technology such as programs and data + accepted + Software + + + + 2024-05-09 - - accepted - has communication mechanism - 2022-07-02 - Harshvardhan J. Pandit + - - + + Indicates technology installer Harshvardhan J. Pandit - - Service - Technology provided or used as service(s) - - - - 2022-06-15 - accepted - Removed plural suffix for consistency in terms - + + + has installer - + + + - 2024-05-09 - Actor that imports the Technology within a jurisdiction - - Importer + Harshvardhan J. Pandit + WiFi accepted - + Technology utilising wifi wireless networking + - - Mobile telephone + + accepted + Intended Use - + Harshvardhan J. Pandit - Mobile Phone - accepted - + 2024-05-22 + Describes the 'intended' use of the technology + + 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 procss or other relevant context. - - + + accepted + + Status indicating Technology has been provided + Provided 2024-05-09 + + + + + + + Technology provided as an algorithm or method accepted - Status indicating whether Technology is available on the market + 2022-06-15 + + Harshvardhan J. Pandit + Algorithmic + - - + + ISO/IEC 22989:2022 + accepted + + Actor that audits Technology for conformance to policies, standards, or legal requirements + 2024-05-09 + Auditor + + + - Manual + Mobile telephone + Mobile Phone + + + accepted - Manual - + - - + + Harshvardhan J. Pandit + Indicates technology purchaser 2024-05-09 - has provider - - accepted - - Indicates technology provider + + has purchaser + + - + - + - Actor that maintains Technology - 2024-05-09 - DGA 26.3 - Maintainer + Technology provided or used as goods + Harshvardhan J. Pandit + Goods accepted - + 2022-06-15 + - - accepted - + + + - TestingPlan - - TestingPlan - 2024-05-09 - - - accepted - Purchaser + GNU/Linux + GNU/Linux operating system + + + + Actor that manufactures Technology + 2024-05-09 + accepted + Manufacturer DGA 26.3 - 2024-05-09 - Actor that purchases Technology - + + Provision Method accepted - Harshvardhan J. Pandit, Delaram Golpayegani - - Deployment Location - Location for where technology is deployed and used 2022-06-15 + Method associated with provision or use of technology + + 2024-05-09 + Harshvardhan J. Pandit, Delaram Golpayegani - - DGA 26.3 + + + + 2024-05-09 - + Capability accepted - 2024-05-09 - - Actor that designs Technology - Designer - + Expression of what the technology is capable of achieving or providing + Examples of capabilities are image recognition, sentiment analysis, machine translation - - Indicates technology installer + + Market Available + + + - - - accepted - - - - - Harshvardhan J. Pandit 2024-05-09 - has installer + Status indicating Technology is available on the market + - - - + + Actor that develops Technology + accepted + - accepted - Storage utilising cloud technologies - Cloud Storage - + ISO/IEC 22989:2022 + + Developer + 2024-05-09 + Harshvardhan J. Pandit + - + + iOS - + accepted - Harshvardhan J. Pandit - System - 2022-06-15 - Technology provided as a system - + iOS operating system + - - 2024-05-09 - Actor that operates the Technology + + accepted - accepted - Operator - 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 + Actor that owns Technology + Owner + DGA 26.3 + 2024-05-09 - - + + Harshvardhan J. Pandit - Actor that produces Technology - ISO/IEC 22989:2022 accepted - Producer + User 2024-05-09 - + Actor that uses Technologoy + ISO/IEC 22989:2022 + + - + + Technology utilising cellular networking - Internet - Technology utilising internet - accepted - Harshvardhan J. Pandit 2024-05-09 - - - - accepted - Indicates technology designer - has designer - - - - - - Harshvardhan J. Pandit - - 2024-05-09 - - - - - has TRL - sc + Cellular Network Harshvardhan J. Pandit - 2024-05-09 - - - - - - - accepted - Indicates technology maturity level - + - - + + - Plan + Status indicating Technology has not been provided + 2024-05-09 + Not Provided accepted - 2024-05-09 - Plan - + - - + + 2024-05-09 - Owner - DGA 26.3 - + Harshvardhan J. Pandit accepted - Actor that owns Technology - + Technology utilising GPS + GPS + + - - Indicates technology auditor + + + Indicates technology system integrator + 2024-05-09 - accepted - - - has auditor - - + + accepted + has system integrator + Harshvardhan J. Pandit - - has provision status + + + + Technology Concepts - RDF/XML serialiation + + + + + + Indicates technology customer + has customer + + - sc - 2024-05-09 + Harshvardhan J. Pandit - Indicates whether the technology has been provided - - + 2024-05-09 + accepted - - - DevelopmentPlan - DevelopmentPlan + + accepted + + Provision Status + 2024-05-09 + + + Status indicating whether Technology has been provided + + + + + + Technology Concepts - JSON-LD serialiation + + + + + + + + + 2024-05-09 + Status indicating whether Technology is available on the market + accepted + + + + + + + + Smartphone + A combination of a mobile phone with computing capabilities similar to a PC + accepted + + + + + DGA 26.3 + + - + Actor that maintains Technology accepted - 2024-05-09 - + Maintainer + - - accepted - Algorithmic - - + - - Harshvardhan J. Pandit - 2022-06-15 - Technology provided as an algorithm or method - - - - - Application Store - accepted - An application or platform for distribution of other applications - + Technology provided as a cloud service + Cloud Service + + - - + Software for managing hardware and other software + - accepted - Software for managing hardware and other software Operating System (OS) + + accepted - - 2024-05-09 - - - - Indicates technology system integrator - has system integrator - - + accepted - - Harshvardhan J. Pandit + + + - - - - Indicates technology subject - + System + Technology provided as a system Harshvardhan J. Pandit + 2022-06-15 + + + + Documentation + 2024-05-09 - - - + + accepted - - - - has subject + Information describing use, functionality, design, or other technical aspects of the Technology - - Indicates the function of the technology + + Fixed Use + + + + 2022-06-15 - + Technology that can be used a fixed numner of times + Harshvardhan J. Pandit accepted - - - - - 2024-05-09 - - has function - - - - - Examples for Data Privacy Vocabulary - - - + - - - Harshvardhan J. Pandit + + accepted + 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 + + + Expression of what goals or purposes the technology's capabilities are being used towards or developed for + Function + + 2024-05-09 + + + Communication mechanism used or provided by Technologoy + + + - Indicates technology owner - - - - - has owner + Harshvardhan J. Pandit + Communication Mechanism accepted - - - - - - Technology Concepts - JSON-LD serialiation - - - - + 2022-06-15 - - - + + - Actor that distributes the Technology accepted - 2024-05-09 - Distributor - - - - - - - + Internet - - accepted - - Indicates technology maintainer - + Technology utilising internet Harshvardhan J. Pandit - has maintainer 2024-05-09 + - Guide - accepted Guide - 2024-05-09 + + accepted + Guide - + + + 2024-05-09 - + - Device - accepted - Device or computing device - + Technology provided as a cloud service consisting of managed platform resources + Platform as a Service + - - - Microsoft Windows - + + + + TestingPlan + 2024-05-09 accepted - Microsoft Windows operating system - + TestingPlan + - - Technology Concepts - RDF/XML serialiation - - + + - + + Technology Concepts - Turtle serialiation + - - - - - - Primer for Data Privacy Vocabulary - - - + + DevelopmentPlan + 2024-05-09 - + - GNU/Linux operating system + DevelopmentPlan accepted - GNU/Linux - + - - - - - - Software - Virtual parts or components of the technology such as programs and data - accepted - + + + + + + Technology Concepts - HTML serialiation + - Technology provided as a cloud service consisting of managed 'backend' services for mobile users Mobile backend as a Service - - - - 2024-05-09 + Technology provided as a cloud service consisting of managed 'backend' services for mobile users accepted - - - + - - Harshvardhan J. Pandit - 2022-06-15 - A database, database management system (DBMS), or application database - Database - accepted - + diff --git a/tech/tech-owl.ttl b/tech/tech-owl.ttl index e0edb8752..7d88bc4cf 100644 --- a/tech/tech-owl.ttl +++ b/tech/tech-owl.ttl @@ -420,6 +420,17 @@ tech-owl:Instructions a rdfs:Class, skos:definition "Instructions"@en ; skos:prefLabel "Instructions"@en . +tech-owl:IntendedUse a rdfs:Class, + owl:Class ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech-owl: ; + rdfs:subClassOf rdfs:Class ; + sw:term_status "accepted"@en ; + skos:definition "Describes the 'intended' use of the technology"@en ; + skos:prefLabel "Intended Use"@en ; + skos:scopeNote "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 procss or other relevant context."@en . + tech-owl:Internet a rdfs:Class, owl:Class, tech-owl:CommunicationMechanism ; @@ -646,7 +657,7 @@ tech-owl:PrivateCloudService a rdfs:Class, tech-owl:TechnologyProvisionMethod ; dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech-owl: ; - rdfs:subClassOf tech-owl:TechnologyProvisionMethod ; + rdfs:subClassOf tech-owl:CloudService ; sw:term_status "accepted"@en ; skos:definition "Technology provided as a cloud service that is private"@en ; skos:prefLabel "Private Cloud Service"@en . @@ -720,7 +731,7 @@ tech-owl:PublicCloudService a rdfs:Class, tech-owl:TechnologyProvisionMethod ; dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech-owl: ; - rdfs:subClassOf tech-owl:TechnologyProvisionMethod ; + rdfs:subClassOf tech-owl:CloudService ; sw:term_status "accepted"@en ; skos:definition "Technology provided as a cloud service that is public"@en ; skos:prefLabel "Public Cloud Service"@en . @@ -1087,6 +1098,19 @@ tech-owl:hasInstaller a rdf:Property, schema:domainIncludes dpv-owl:Technology ; schema:rangeIncludes tech-owl:Installer . +tech-owl:hasIntendedUse a rdf:Property, + owl:ObjectProperty ; + dcam:domainIncludes dpv-owl:Technology ; + dcam:rangeIncludes tech-owl:IntendedUse ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech-owl: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the intended use of technology"@en ; + skos:prefLabel "has intended use"@en ; + schema:domainIncludes dpv-owl:Technology ; + schema:rangeIncludes tech-owl:IntendedUse . + tech-owl:hasMaintainer a rdf:Property, owl:ObjectProperty ; dcam:domainIncludes dpv-owl:Technology ; diff --git a/tech/tech.html b/tech/tech.html index d4e2ae862..c491f660f 100644 --- a/tech/tech.html +++ b/tech/tech.html @@ -316,14 +316,10 @@
-

The [[[DPV]]] provides a rich taxonomy of concepts which includes Technology. While it enables expression of how some technology is applied within the context of personal data and its processing, there is a need for further specific details regarding technologies, their management, and relevance to actual real-world tools and systems. DPV-TECH provides such concepts associated with Technologies as an extension to DPV concepts.

-

The namespace for terms in dpv-tech is https://www.w3id.org/dpv/dpv-tech#
- The suggested prefix for the namespace is dpv-tech
- The DPV-TECH vocabulary and its documentation is available on GitHub.

- -
-

WARNING This vocabulary will be undergoing major changes based on the necessity to specify cloud technology concepts and to ensure provided concepts are useful. There may be extensive removal/additions of concepts that changes the structure and semantics of this extension.

-
+

The [[[DPV]]] provides a rich taxonomy of concepts which includes Technology. While it enables expression of how some technology is applied within the context of personal data and its processing, there is a need for further specific details regarding technologies, their management, and relevance to actual real-world tools and systems. TECH provides such concepts associated with Technologies as an extension to DPV concepts.

+

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 and Related Resources

@@ -338,14 +334,9 @@

DPV and Related Resources

-
+

Core Concepts

-

The concept concepts provided in DPV-TECH include subtypes of `dpv:Technology` as [=DataTechnology=], [=OperationalTechnology=] (as in relating to operations or processes), [=SecurityTechnology=], [=IdentityTechnology=], [=ManagementTechnology=], and [=SurveillanceTechnology=]. These enable expression of the role of a particular technology within the context of personal data processing.

-

To indicate how technology was provided or is used, the concept [=ProvisionMethod=] and relation [=hasProvisionMethod=] are useful. It enables expression of where technology is used as a Product or Subscription (e.g. from a vendor), or as a System or a Component (e.g. standalone).

-

The concept [=CommunicationMechanism=] and relation [=hasCommunicationMechanism=] enables expressing how the technology communicates, such as by use of Internet, Cellular Networks, GPS, etc.

-

To indicate entities or actors associated with the Technology and their specific roles, the concept [=Actor=] and associated relations are useful.

-

To represent location of technology use, the existing DPV concepts related to location can be used, i.e. `dpv:Location` and `dpv:hasLocation` along with its various types and contextually relevant concepts. To explicitly refer to location as associated with use of technology, the concept [=UsageLocation=] is provided. For example, to indicate that some technology (whose actual location is on a server) is used in an office. Some synonyms used to indicate usage location for similar information are: application, deployment, or operation.

-

To indicate the maturity of a technology, the concept [=ReadinessLevel=] and relation [=hasTRL=] are useful. This information can be based on standards, such as the ISO 16290:2013, or those provided by other bodies and domains.

+
  • tech:Actor: Actors and Entities involved in provision, use, and management of Technology @@ -376,6 +367,11 @@

    Core Concepts

    tech:Function: Expression of what goals or purposes the technology's capabilities are being used towards or developed for go to full definition +
  • +
  • + tech:IntendedUse: Describes the 'intended' use of the technology + go to full definition +
  • tech:ProvisionMethod: Method associated with provision or use of technology @@ -384,11 +380,134 @@

    Core Concepts

-
-

Types of Technologies

- + +
+

Actors involved in Technologies

+

To specify the specific actors and their roles in the context of technologies, [=Actor=] is provided along with the following specific roles as its subtypes:

+
    +
  • [=Developer=] and [=hasDeveloper=] specifies who develops or has developed the technology.
  • +
  • [=Provider=] and [=hasProvider=] specifies who provides the technology. This could be the same entity as developer, or a different one - such as when the technology is repackaged or modified before provision.
  • +
  • [=User=] and [=hasUser=] specifies who uses or is the user for the technology. Note that while this refers to users in the technical sense of the term, such users may or may not be data subjects. For example, a technology used by an immigration officer has that officer as the user, rather than the immigrating person. To be more explicit, technology user and whom the technology is used on are two different criterias. See distinction below.
  • +
  • [=Subject=] and [=hasSubject=] is the subject of the technology i.e. whom the technology is used on or subjected to. This may be directly (e.g. person within a CCTV camera's vision) or indirectly (e.g. person whose details were used as training data). What is considered a subject may be contextually dependant on the nature and scope of the technology as well as its application. In the future, we may separate this concept for further distinction between direct and indirect subjects (or use alternate terms) - if such categorisation is deemed beneficial in the description of individuals subjected to technologies.
  • +
+

Note, that the technology actor concepts are based on the EU's proposal for AI reguation (i.e. AI ACT) and its corresponding concepts (e.g. AI Provider, AI Developer). Rather than limiting such concepts for "AI", we have expanded upon their intended meaning to encompass any technology. The concepts from the AI ACT can thus be modelled as subtypes of these.

+
+
+ +
+

Intended Use

-
+ +

Provision of Technology

The provision of technology can happen via the following methods:

    @@ -416,33 +535,11 @@

    Provision of Technology

    tech:Goods: Technology provided or used as goods go to full definition - -
  • - tech:PrivateCloudService: Technology provided as a cloud service that is private - go to full definition -
      -
    • - tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts - go to full definition - -
    • -
  • tech:Product: Technology that is provided as a product go to full definition -
  • -
  • - tech:PublicCloudService: Technology provided as a cloud service that is public - go to full definition -
      -
    • - tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts - go to full definition - -
    • -
  • tech:Service: Technology provided or used as service(s) @@ -471,6 +568,28 @@

    Provision of Technology

    tech:PaaS: Technology provided as a cloud service consisting of managed platform resources go to full definition +
  • +
  • + tech:PrivateCloudService: Technology provided as a cloud service that is private + go to full definition +
      +
    • + tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts + go to full definition + +
    • +
    +
  • +
  • + tech:PublicCloudService: Technology provided as a cloud service that is public + go to full definition +
      +
    • + tech:HybridCloudService: Technology provided as a cloud service that is both private and public in parts + go to full definition + +
    • +
  • tech:SaaS: Technology provided as a cloud service consisting of managed software resources @@ -498,11 +617,9 @@

    Provision of Technology

-
-

Communication used by Technologies

-
-
-
+ +
+

Networking & Communication

Communication mediums or mechanism used by technology include:

  • [=GPS=] or the location providing Global Positioning System or its equivalent technologies.
  • @@ -549,130 +666,10 @@

    Communication used by Technologies

-
-

Actors involved in Technologies

-

To specify the specific actors and their roles in the context of technologies, [=Actor=] is provided along with the following specific roles as its subtypes:

-
    -
  • [=Developer=] and [=hasDeveloper=] specifies who develops or has developed the technology.
  • -
  • [=Provider=] and [=hasProvider=] specifies who provides the technology. This could be the same entity as developer, or a different one - such as when the technology is repackaged or modified before provision.
  • -
  • [=User=] and [=hasUser=] specifies who uses or is the user for the technology. Note that while this refers to users in the technical sense of the term, such users may or may not be data subjects. For example, a technology used by an immigration officer has that officer as the user, rather than the immigrating person. To be more explicit, technology user and whom the technology is used on are two different criterias. See distinction below.
  • -
  • [=Subject=] and [=hasSubject=] is the subject of the technology i.e. whom the technology is used on or subjected to. This may be directly (e.g. person within a CCTV camera's vision) or indirectly (e.g. person whose details were used as training data). What is considered a subject may be contextually dependant on the nature and scope of the technology as well as its application. In the future, we may separate this concept for further distinction between direct and indirect subjects (or use alternate terms) - if such categorisation is deemed beneficial in the description of individuals subjected to technologies.
  • -
-

Note, that the technology actor concepts are based on the EU's proposal for AI reguation (i.e. AI ACT) and its corresponding concepts (e.g. AI Provider, AI Developer). Rather than limiting such concepts for "AI", we have expanded upon their intended meaning to encompass any technology. The concepts from the AI ACT can thus be modelled as subtypes of these.

-
-
+ -
-

Docs

+
+

Documentation

  • tech:Guide: Guide @@ -713,7 +710,7 @@

    Docs

-
+

Status

  • @@ -756,25 +753,7 @@

    Status

- - - -
+

Tools

@@ -1125,6 +1104,7 @@

Android

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1228,6 +1208,7 @@

Application

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1332,6 +1313,7 @@

Application Store

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -1909,6 +1891,7 @@

Cloud Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2171,6 +2154,7 @@

Cookie

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2368,6 +2352,7 @@

Database

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2477,6 +2462,7 @@

Data Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -2831,6 +2817,7 @@

Desktop PC

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3096,6 +3083,7 @@

Device

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3588,6 +3576,7 @@

GNU/Linux

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -3919,6 +3908,7 @@

Hardware

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4027,6 +4017,8 @@

Hardware

+ + @@ -4059,10 +4051,14 @@

Hybrid Cloud Service

@@ -4423,6 +4419,83 @@

Instructions

+
+

Intended Use

+
Broader/Parent types tech:PrivateCloudService + → tech:CloudService + → tech:Service → tech:TechnologyProvisionMethod
Broader/Parent types tech:PublicCloudService + → tech:CloudService + → tech:Service → tech:TechnologyProvisionMethod
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TermIntendedUsePrefixtech
LabelIntended Use
IRIhttps://w3id.org/dpv/tech#IntendedUse
Typerdfs:Class, skos:Concept
Object of relation tech:hasIntendedUse +
DefinitionDescribes the 'intended' use of the technology
Usage NoteIntended 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 procss or other relevant context.
Date Created2024-05-22
ContributorsHarshvardhan J. Pandit
See More: section CORE in TECH +
+
+ +

Internet

@@ -4552,6 +4625,7 @@

iOS

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4657,6 +4731,7 @@

Laptop PC

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -4842,6 +4917,7 @@

Local Storage

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5500,6 +5576,7 @@

Mobile Phone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5604,6 +5681,7 @@

Microsoft Windows

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -5950,6 +6028,7 @@

Operating System (OS)

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -6304,6 +6383,7 @@

Personal Computer (PC)

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -6460,7 +6540,9 @@

Private Cloud Service

Broader/Parent types - tech:TechnologyProvisionMethod + tech:CloudService + → tech:Service + → tech:TechnologyProvisionMethod @@ -7023,7 +7105,9 @@

Public Cloud Service

Broader/Parent types - tech:TechnologyProvisionMethod + tech:CloudService + → tech:Service + → tech:TechnologyProvisionMethod @@ -7234,6 +7318,9 @@

Software as a Service

+ + +

Serverless Computing

@@ -7447,6 +7534,7 @@

Smartphone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -7551,6 +7639,7 @@

Smartphone Application

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -7659,6 +7748,7 @@

Software

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -8326,6 +8416,7 @@

Telephone

tech:hasEvaluator, tech:hasFunction, tech:hasInstaller, + tech:hasIntendedUse, tech:hasMaintainer, tech:hasManufacturer, tech:hasMarketAvailabilityStatus, @@ -9706,6 +9797,83 @@

has installer

+
+

has intended use

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TermhasIntendedUsePrefixtech
Labelhas intended use
IRIhttps://w3id.org/dpv/tech#hasIntendedUse
Typerdf:Property, skos:Concept
Domain includes dpv:Technology +
Range includes tech:IntendedUse +
DefinitionIndicates the intended use of technology
Date Created2024-05-22
ContributorsHarshvardhan J. Pandit
See More: section CORE in TECH +
+
+ +

has maintainer

@@ -11058,6 +11226,8 @@

has user

+ + @@ -11092,6 +11262,9 @@

has user

+ + + @@ -11298,6 +11471,8 @@

External

+ + @@ -11313,6 +11488,8 @@

External

+ + @@ -11411,6 +11588,9 @@

External

+ + + diff --git a/tech/tech.jsonld b/tech/tech.jsonld index bebdd203f..8d00774d8 100644 --- a/tech/tech.jsonld +++ b/tech/tech.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/tech#hasDesigner", + "@id": "https://w3id.org/dpv/tech#hasInstaller", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12,7 +12,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Designer" + "@id": "https://w3id.org/dpv/tech#Installer" } ], "http://purl.org/dc/terms/contributor": [ @@ -50,7 +50,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology designer" + "@value": "Indicates technology installer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -61,7 +61,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has designer" + "@value": "has installer" } ], "https://schema.org/domainIncludes": [ @@ -71,21 +71,32 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Designer" + "@id": "https://w3id.org/dpv/tech#Installer" } ] }, { - "@id": "https://w3id.org/dpv/tech#PrivateCloudService", + "@id": "https://w3id.org/dpv/tech#status-classes", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#FixedUse", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -107,7 +118,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service that is private" + "@value": "Technology that can be used a fixed numner of times" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -118,12 +129,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Private Cloud Service" + "@value": "Fixed Use" } ] }, { - "@id": "https://w3id.org/dpv/tech#PersonalComputer", + "@id": "https://w3id.org/dpv/tech#DataStorage", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -142,13 +153,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Device" + "@id": "https://w3id.org/dpv/tech#Software" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A computing device intended for individual use" + "@value": "Technology associated with storage of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -159,16 +170,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Computer (PC)" + "@value": "Data Storage" } ] }, { - "@id": "https://w3id.org/dpv/tech#IaaS", + "@id": "https://w3id.org/dpv/tech#hasEvaluator", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Evaluator" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { @@ -181,6 +206,11 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -189,39 +219,43 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#CloudService" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed infrastructure resources" + "@value": "Indicates technology evaluator" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Infrastructure as a Service" + "@value": "has evaluator" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Evaluator" } ] }, { - "@id": "https://w3id.org/dpv/tech#PaaS", + "@id": "https://w3id.org/dpv/tech#MSWindows", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } + "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -236,35 +270,29 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#CloudService" + "@id": "https://w3id.org/dpv/tech#OS" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed platform resources" + "@value": "Microsoft Windows operating system" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Platform as a Service" + "@value": "Microsoft Windows" } ] }, { - "@id": "https://w3id.org/dpv/tech#actors-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#hasProvisionMethod", + "@id": "https://w3id.org/dpv/tech#hasFunction", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -276,18 +304,13 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/tech#Function" } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-07-02" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -304,7 +327,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the provision or usage method of technology" + "@value": "Indicates the function of the technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -315,7 +338,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision method" + "@value": "has function" } ], "https://schema.org/domainIncludes": [ @@ -325,27 +348,26 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech#Function" } ] }, { - "@id": "https://w3id.org/dpv/tech#Maintainer", + "@id": "https://w3id.org/dpv/tech#Algorithmic", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/contributor": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "DGA 26.3" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -361,64 +383,42 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that maintains Technology" + "@value": "Technology provided as an algorithm or method" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maintainer" + "@value": "Algorithmic" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf", + "@id": "https://w3id.org/dpv/tech#hasOwner", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Technology Concepts - RDF/XML serialiation" - } + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@id": "https://w3id.org/dpv/tech/tech.rdf" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://w3id.org/dpv/tech#Owner" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Provider", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/contributor": [ { @@ -431,15 +431,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -450,33 +449,49 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that provides Technology" + "@value": "Indicates technology owner" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provider" + "@value": "has owner" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Owner" } ] }, { - "@id": "https://w3id.org/dpv/tech#iOS", + "@id": "https://w3id.org/dpv/tech#MBaaS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -491,78 +506,62 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#OS" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "iOS operating system" + "@value": "Technology provided as a cloud service consisting of managed 'backend' services for mobile users" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "iOS" + "@value": "Mobile backend as a Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#Telephone", + "@id": "https://w3id.org/dpv/tech#hasSupplier", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/tech#Supplier" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech#Device" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "Telephone" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Telephone" + "@id": "https://w3id.org/dpv/tech#" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Android", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -573,29 +572,39 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#OS" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Android operating system" + "@value": "Indicates technology supplier" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Android" + "@value": "has supplier" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Supplier" } ] }, { - "@id": "https://w3id.org/dpv/tech#DataStorage", + "@id": "https://w3id.org/dpv/tech#Device", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -614,13 +623,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Software" + "@id": "https://w3id.org/dpv/tech#Hardware" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology associated with storage of data" + "@value": "Device or computing device" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -631,12 +640,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Storage" + "@value": "Device" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasMaintainer", + "@id": "https://w3id.org/dpv/tech#hasDeveloper", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -648,7 +657,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Maintainer" + "@id": "https://w3id.org/dpv/tech#Developer" } ], "http://purl.org/dc/terms/contributor": [ @@ -686,7 +695,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology maintainer" + "@value": "Indicates technology developer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -697,7 +706,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has maintainer" + "@value": "has developer" } ], "https://schema.org/domainIncludes": [ @@ -707,16 +716,16 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Maintainer" + "@id": "https://w3id.org/dpv/tech#Developer" } ] }, { - "@id": "https://w3id.org/dpv/tech#MarketUnavailable", + "@id": "https://w3id.org/dpv/tech#PrivateCloudService", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], "http://purl.org/dc/terms/created": [ { @@ -737,47 +746,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology is unavailable on the market" + "@value": "Technology provided as a cloud service that is private" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Market Unavailable" + "@value": "Private Cloud Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasSubject", + "@id": "https://w3id.org/dpv/tech#NotProvided", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Subject" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#ProvisionStatus" ], "http://purl.org/dc/terms/created": [ { @@ -790,11 +785,6 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -803,48 +793,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#ProvisionStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology subject" + "@value": "Status indicating Technology has not been provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#status-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has subject" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Subject" + "@value": "Not Provided" } ] }, { - "@id": "https://w3id.org/dpv/tech#GPS", + "@id": "https://w3id.org/dpv/tech#ServerlessComputing", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#CommunicationMechanism" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], "http://purl.org/dc/terms/created": [ { @@ -865,53 +840,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising GPS" + "@value": "Technology provided as a cloud service consisting of fully managed servers for executing functions" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#comms-classes" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GPS" + "@value": "Serverless Computing" } ] }, { - "@id": "https://w3id.org/dpv/tech#provision-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#hasTRL", + "@id": "https://w3id.org/dpv/tech#Guide", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Documentation" ], "http://purl.org/dc/terms/created": [ { @@ -924,11 +879,6 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasStatus" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -937,45 +887,29 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#hasStatus" + "@id": "https://w3id.org/dpv/tech#Documentation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology maturity level" + "@value": "Guide" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-properties" + "@id": "https://w3id.org/dpv/tech#docs-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has TRL" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@language": "en", - "@value": "sc" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel" + "@value": "Guide" } ] }, { - "@id": "https://w3id.org/dpv/tech#Hardware", + "@id": "https://w3id.org/dpv/tech#Android", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -994,13 +928,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#OS" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Physical parts or components of the technology" + "@value": "Android operating system" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1011,25 +945,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hardware" + "@value": "Android" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasFunction", + "@id": "https://w3id.org/dpv/tech#Operator", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Function" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -1048,40 +973,53 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv/tech#Actor" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the function of the technology" + "@value": "Actor that operates the Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-properties" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has function" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" + "@value": "Operator" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/2004/02/skos/core#scopeNote": [ { - "@id": "https://w3id.org/dpv/tech#Function" + "@language": "en", + "@value": "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" } ] }, { - "@id": "https://w3id.org/dpv/tech#GNULinux", + "@id": "https://w3id.org/dpv/tech#Purchaser", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "https://w3id.org/dpv/tech#Actor" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "DGA 26.3" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -1096,39 +1034,42 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#OS" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "GNU/Linux operating system" + "@value": "Actor that purchases Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GNU/Linux" + "@value": "Purchaser" } ] }, { - "@id": "https://w3id.org/dpv/tech#tools-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Subject", + "@id": "https://w3id.org/dpv/tech#hasProducer", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Producer" + } ], "http://purl.org/dc/terms/contributor": [ { @@ -1141,15 +1082,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1160,138 +1100,193 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that is subjected to the use or impact of Technology" + "@value": "Indicates technology producer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Subject" + "@value": "has producer" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Producer" } ] }, { - "@id": "https://w3id.org/dpv/tech#MobilePhone", + "@id": "https://w3id.org/dpv/tech", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "http://www.w3.org/2002/07/owl#Ontology", + "http://www.w3.org/ns/dx/prof/Profile" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@value": "http://www.w3.org/2000/01/rdf-schema" + }, { - "@language": "en", - "@value": "accepted" + "@value": "http://www.w3.org/2004/02/skos/core" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech#Telephone" + "@value": "Delaram Golpayegani" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/created": [ { "@language": "en", - "@value": "Mobile telephone" + "@value": "2024-05-09" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@language": "en", + "@value": "Harshvardhan J. Pandit" + }, + { + "@language": "en", + "@value": "Georg P Krog" + }, + { + "@language": "en", + "@value": "Paul Ryan" + }, + { + "@language": "en", + "@value": "Julian Flake" + }, + { + "@language": "en", + "@value": "Delaram Golpayegani" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Mobile Phone" + "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Partner", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/identifier": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "https://w3id.org/dpv/tech" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/license": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@id": "https://www.w3.org/copyright/document-license-2023/" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "2024-05-09" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "Technology Concepts" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@value": "tech" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@language": "en", - "@value": "Actor that provides services in the context of Technology" + "@value": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/ns/dx/prof/hasResource": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/primer" + }, + { + "@id": "https://w3id.org/dpv/guides" + }, + { + "@id": "https://w3id.org/dpv/examples" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-html" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-rdf" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-ttl" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-n3" + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/ns/dx/prof/isProfileOf": [ { - "@language": "en", - "@value": "Partner" + "@id": "http://www.w3.org/2000/01/rdf-schema#" + }, + { + "@id": "http://www.w3.org/2004/02/skos/core#" + }, + { + "@id": "https://w3id.org/dpv" } ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ + "https://schema.org/version": [ { - "@language": "en", - "@value": "\"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." + "@value": "0.8.2" } ] }, { - "@id": "https://w3id.org/dpv/tech#Provided", + "@id": "https://w3id.org/dpv/tech#hasProvisionMethod", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#ProvisionStatus" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-07-02" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1305,40 +1300,49 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#ProvisionStatus" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology has been provided" + "@value": "Specifies the provision or usage method of technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "https://w3id.org/dpv/tech#core-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provided" + "@value": "has provision method" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" } ] }, { - "@id": "https://w3id.org/dpv/tech#TestingPlan", + "@id": "https://w3id.org/dpv/tech#IntendedUse", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Documentation" + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2024-05-22" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1346,37 +1350,43 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/tech#Plan" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "TestingPlan" + "@value": "Describes the 'intended' use of the technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#docs-classes" + "@id": "https://w3id.org/dpv/tech#core-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "TestingPlan" + "@value": "Intended Use" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "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 procss or other relevant context." } ] }, { - "@id": "https://w3id.org/dpv/tech#Smartphone", + "@id": "https://w3id.org/dpv/tech#Hardware", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1395,16 +1405,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#MobilePhone" - }, - { - "@id": "https://w3id.org/dpv/tech#PersonalComputer" + "@id": "https://w3id.org/dpv#Technology" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A combination of a mobile phone with computing capabilities similar to a PC" + "@value": "Physical parts or components of the technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1415,16 +1422,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Smartphone" + "@value": "Hardware" } ] }, { - "@id": "https://w3id.org/dpv/tech#ServerlessComputing", + "@id": "https://w3id.org/dpv/tech#Manual", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "https://w3id.org/dpv/tech#Documentation" ], "http://purl.org/dc/terms/created": [ { @@ -1445,39 +1452,64 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#CloudService" + "@id": "https://w3id.org/dpv/tech#Documentation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of fully managed servers for executing functions" + "@value": "Manual" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#docs-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Serverless Computing" + "@value": "Manual" } ] }, { - "@id": "https://w3id.org/dpv/tech#LocalStorage", + "@id": "https://w3id.org/dpv/tech#hasManufacturer", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Manufacturer" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1486,40 +1518,61 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#DataStorage" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Storage that is local (e.g. on device)" + "@value": "Indicates technology manufacturer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Local Storage" + "@value": "has manufacturer" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Manufacturer" } ] }, { - "@id": "https://w3id.org/dpv/tech#Importer", + "@id": "https://w3id.org/dpv/tech#Subject", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#Actor" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "ISO/IEC 22989:2022" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -1539,7 +1592,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that imports the Technology within a jurisdiction" + "@value": "Actor that is subjected to the use or impact of Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1550,16 +1603,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Importer" + "@value": "Subject" } ] }, { - "@id": "https://w3id.org/dpv/tech#Deployer", + "@id": "https://w3id.org/dpv/tech#serialisation-html", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - HTML serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech.html" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/specification" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#Capability", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -1567,15 +1650,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "AI Act" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1584,35 +1666,36 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#Actor" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that deploys Technology" + "@value": "Expression of what the technology is capable of achieving or providing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#core-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Deployer" + "@value": "Capability" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "Examples of capabilities are image recognition, sentiment analysis, machine translation" } ] }, { - "@id": "https://w3id.org/dpv/tech#WiFi", + "@id": "https://w3id.org/dpv/tech#SmartphoneApplication", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#CommunicationMechanism" + "https://w3id.org/dpv#Technology" ], "http://purl.org/dc/terms/contributor": [ { @@ -1622,7 +1705,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1638,58 +1721,69 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Networking" + "@id": "https://w3id.org/dpv/tech#Application" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising wifi wireless networking" + "@value": "A computing or digital program on a smartphone device" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#comms-classes" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WiFi" + "@value": "Smartphone Application" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasActor", + "@id": "https://w3id.org/dpv/tech#serialisation-n3", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://www.w3.org/TeamSubmission/n3/" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyActor" + "@id": "https://www.iana.org/assignments/media-types/text/n3" } ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/title": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Technology Concepts - N3 serialiation" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-10-21" + "@id": "https://w3id.org/dpv/tech/tech.n3" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#Distributor", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-17" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1703,40 +1797,35 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv/tech#Actor" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an actor associated with technology" + "@value": "Actor that distributes the Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-properties" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has actor" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#TechnologyActor" + "@value": "Distributor" } ] }, { - "@id": "https://w3id.org/dpv/tech#Manual", + "@id": "https://w3id.org/dpv/tech#Importer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Documentation" + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -1757,33 +1846,42 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Documentation" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manual" + "@value": "Actor that imports the Technology within a jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#docs-classes" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Manual" + "@value": "Importer" } ] }, { - "@id": "https://w3id.org/dpv/tech#Goods", + "@id": "https://w3id.org/dpv/tech#hasDesigner", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Designer" + } ], "http://purl.org/dc/terms/contributor": [ { @@ -1793,7 +1891,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1801,6 +1899,11 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1809,33 +1912,54 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided or used as goods" + "@value": "Indicates technology designer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Goods" + "@value": "has designer" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Designer" } ] }, { - "@id": "https://w3id.org/dpv/tech#DesktopPC", + "@id": "https://w3id.org/dpv/tech#Product", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -1850,38 +1974,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#PersonalComputer" + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A non-portable or fixed personal computer" + "@value": "Technology that is provided as a product" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Desktop PC" + "@value": "Product" } ] }, { - "@id": "https://w3id.org/dpv/tech#Internet", + "@id": "https://w3id.org/dpv/tech#Auditor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#CommunicationMechanism" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -1889,6 +2008,12 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "ISO/IEC 22989:2022" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -1902,43 +2027,47 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Networking" + "@id": "https://w3id.org/dpv/tech#Partner" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising internet" + "@value": "Actor that audits Technology for conformance to policies, standards, or legal requirements" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#comms-classes" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internet" + "@value": "Auditor" } ] }, { - "@id": "https://w3id.org/dpv/tech#Database", + "@id": "https://w3id.org/dpv/tech#hasCapability", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Capability" } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1952,31 +2081,36 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#DataStorage" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A database, database management system (DBMS), or application database" + "@value": "Indicates the capability of the technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#core-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Database" + "@value": "has capability" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Capability" } ] }, { - "@id": "https://w3id.org/dpv/tech#Manufacturer", + "@id": "https://w3id.org/dpv/tech#Installer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2013,7 +2147,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that manufactures Technology" + "@value": "Actor that installs Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2024,24 +2158,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Manufacturer" + "@value": "Installer" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasProvisionStatus", + "@id": "https://w3id.org/dpv/tech#WiFi", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#CommunicationMechanism" ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech#ProvisionStatus" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ @@ -2055,11 +2185,6 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv#hasStatus" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -2068,45 +2193,29 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#hasStatus" + "@id": "https://w3id.org/dpv/tech#Networking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates whether the technology has been provided" + "@value": "Technology utilising wifi wireless networking" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-properties" + "@id": "https://w3id.org/dpv/tech#comms-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision status" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@language": "en", - "@value": "sc" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#ProvisionStatus" + "@value": "WiFi" } ] }, { - "@id": "https://w3id.org/dpv/tech#Software", + "@id": "https://w3id.org/dpv/tech#AppStore", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2125,13 +2234,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#Application" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Virtual parts or components of the technology such as programs and data" + "@value": "An application or platform for distribution of other applications" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2142,28 +2251,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Software" + "@value": "Application Store" } ] }, { - "@id": "https://w3id.org/dpv/tech#Customer", + "@id": "https://w3id.org/dpv/tech#tools-classes", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/primer", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Primer for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/primer" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#MobilePhone", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -2178,29 +2312,29 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#Telephone" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that uses Technology directly or indirectly by providing it to Users" + "@value": "Mobile telephone" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer" + "@value": "Mobile Phone" } ] }, { - "@id": "https://w3id.org/dpv/tech#Producer", + "@id": "https://w3id.org/dpv/tech#Partner", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2237,7 +2371,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that produces Technology" + "@value": "Actor that provides services in the context of Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2248,22 +2382,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Producer" + "@value": "Partner" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "\"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." } ] }, { - "@id": "https://w3id.org/dpv/tech#MBaaS", + "@id": "https://w3id.org/dpv/tech#core-classes", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#DesktopPC", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } + "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -2278,29 +2418,29 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#CloudService" + "@id": "https://w3id.org/dpv/tech#PersonalComputer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed 'backend' services for mobile users" + "@value": "A non-portable or fixed personal computer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mobile backend as a Service" + "@value": "Desktop PC" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasCommunicationMechanism", + "@id": "https://w3id.org/dpv/tech#hasSystemIntegrator", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2312,7 +2452,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech#SystemIntegrator" } ], "http://purl.org/dc/terms/contributor": [ @@ -2323,7 +2463,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-07-02" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2331,27 +2471,37 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates communication mechanisms used or provided by technology" + "@value": "Indicates technology system integrator" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-properties" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has communication mechanism" + "@value": "has system integrator" } ], "https://schema.org/domainIncludes": [ @@ -2361,12 +2511,12 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech#SystemIntegrator" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasDeploymentLocation", + "@id": "https://w3id.org/dpv/tech#hasUser", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2378,7 +2528,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#DeploymentLocation" + "@id": "https://w3id.org/dpv/tech#User" } ], "http://purl.org/dc/terms/contributor": [ @@ -2397,27 +2547,37 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the location of technology deployment and use" + "@value": "Indicates technology user" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-properties" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has deployment location" + "@value": "has user" } ], "https://schema.org/domainIncludes": [ @@ -2427,28 +2587,16 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#DeploymentLocation" + "@id": "https://w3id.org/dpv/tech#User" } ] }, { - "@id": "https://w3id.org/dpv/tech#Installer", + "@id": "https://w3id.org/dpv/tech#iOS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "DGA 26.3" - } + "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -2463,33 +2611,42 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#OS" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that installs Technology" + "@value": "iOS operating system" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Installer" + "@value": "iOS" } ] }, { - "@id": "https://w3id.org/dpv/tech#FixedUse", + "@id": "https://w3id.org/dpv/tech#hasIntendedUse", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#IntendedUse" + } ], "http://purl.org/dc/terms/contributor": [ { @@ -2499,7 +2656,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-22" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2513,31 +2670,36 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology that can be used a fixed numner of times" + "@value": "Indicates the intended use of technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#core-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fixed Use" + "@value": "has intended use" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#IntendedUse" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasDeployer", + "@id": "https://w3id.org/dpv/tech#hasAuditor", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2549,7 +2711,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Deployer" + "@id": "https://w3id.org/dpv/tech#Auditor" } ], "http://purl.org/dc/terms/contributor": [ @@ -2587,7 +2749,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology deployer" + "@value": "Indicates technology auditor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2598,7 +2760,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has deployer" + "@value": "has auditor" } ], "https://schema.org/domainIncludes": [ @@ -2608,114 +2770,30 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Deployer" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#System", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Technology provided as a system" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv/tech#provision-classes" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "System" + "@id": "https://w3id.org/dpv/tech#Auditor" } ] }, { - "@id": "https://w3id.org/dpv/tech#CaaS", + "@id": "https://w3id.org/dpv/tech#hasDeployer", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#CloudService" - } + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/dcam/domainIncludes": [ { - "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed compute resources" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#Deployer" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/contributor": [ { - "@language": "en", - "@value": "Compute as a Service" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Function", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -2728,9 +2806,9 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2739,97 +2817,113 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Expression of what goals or purposes the technology's capabilities are being used towards or developed for" + "@value": "Indicates technology deployer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Function" + "@value": "has deployer" } ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ + "https://schema.org/domainIncludes": [ { - "@language": "en", - "@value": "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" + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Deployer" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasCapability", + "@id": "https://w3id.org/dpv/tech#actors-properties", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/guides", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://www.w3.org/TR/html/" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#Capability" + "@id": "https://www.iana.org/assignments/media-types/text/html" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "Guides for Data Privacy Vocabulary" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/guides" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@language": "en", - "@value": "accepted" + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#serialisation-ttl", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@language": "en", - "@value": "Indicates the capability of the technology" + "@id": "https://www.w3.org/TR/turtle/" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#core-properties" + "@id": "https://www.iana.org/assignments/media-types/text/turtle" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "has capability" + "@value": "Technology Concepts - Turtle serialiation" } ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech/tech.ttl" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech#Capability" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } ] }, { - "@id": "https://w3id.org/dpv/tech#Plan", + "@id": "https://w3id.org/dpv/tech#CaaS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Documentation" + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], "http://purl.org/dc/terms/created": [ { @@ -2850,33 +2944,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Documentation" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Plan" + "@value": "Technology provided as a cloud service consisting of managed compute resources" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#docs-classes" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Plan" + "@value": "Compute as a Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#Product", + "@id": "https://w3id.org/dpv/tech#GPS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "https://w3id.org/dpv/tech#CommunicationMechanism" ], "http://purl.org/dc/terms/contributor": [ { @@ -2886,7 +2980,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2902,33 +2996,45 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology that is provided as a product" + "@value": "Technology utilising GPS" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#comms-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Product" + "@value": "GPS" } ] }, { - "@id": "https://w3id.org/dpv/tech#CloudStorage", + "@id": "https://w3id.org/dpv/tech#Owner", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "https://w3id.org/dpv/tech#Actor" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "DGA 26.3" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -2943,32 +3049,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#DataStorage" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Storage utilising cloud technologies" + "@value": "Actor that owns Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cloud Storage" + "@value": "Owner" } ] }, { - "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel", + "@id": "https://w3id.org/dpv/tech#Provider", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/contributor": [ { @@ -2981,14 +3088,15 @@ "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "ISO/IEC 22989:2022" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2997,34 +3105,50 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv/tech#Actor" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of maturity of Technology (ISO 16290:2013)" + "@value": "Actor that provides Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technology Readiness Level (TRL)" + "@value": "Provider" } ] }, { - "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus", + "@id": "https://w3id.org/dpv/tech#comms-classes", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#CommunicationMechanism", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3034,7 +3158,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#Status" + "@id": "https://w3id.org/dpv#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3045,27 +3169,79 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#Status" + "@id": "https://w3id.org/dpv#Technology" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating whether Technology is available on the market" + "@value": "Communication mechanism used or provided by Technologoy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "https://w3id.org/dpv/tech#core-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Communication Mechanism" } ] }, { - "@id": "https://w3id.org/dpv/tech#Algorithmic", + "@id": "https://w3id.org/dpv/examples", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/html/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/text/html" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Examples for Data Privacy Vocabulary" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/examples" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#core-properties", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#hasTRL", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel" + } ], "http://purl.org/dc/terms/contributor": [ { @@ -3075,7 +3251,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3083,6 +3259,11 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv#hasStatus" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3091,64 +3272,49 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv#hasStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as an algorithm or method" + "@value": "Indicates technology maturity level" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#status-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Algorithmic" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/turtle/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/turtle" + "@value": "has TRL" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@value": "Technology Concepts - Turtle serialiation" + "@language": "en", + "@value": "sc" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "https://schema.org/domainIncludes": [ { - "@id": "https://w3id.org/dpv/tech/tech.ttl" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "https://schema.org/rangeIncludes": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel" } ] }, { - "@id": "https://w3id.org/dpv/tech#DevelopmentPlan", + "@id": "https://w3id.org/dpv/tech#Designer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Documentation" + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -3156,6 +3322,12 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "DGA 26.3" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -3169,33 +3341,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Plan" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "DevelopmentPlan" + "@value": "Actor that designs Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#docs-classes" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "DevelopmentPlan" + "@value": "Designer" } ] }, { - "@id": "https://w3id.org/dpv/tech#MarketAvailable", + "@id": "https://w3id.org/dpv/tech#Deployer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -3203,6 +3375,12 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "AI Act" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -3216,37 +3394,36 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology is available on the market" + "@value": "Actor that deploys Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Market Available" + "@value": "Deployer" } ] }, { - "@id": "https://w3id.org/dpv/tech#Cookie", + "@id": "https://w3id.org/dpv/tech#Actor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" } ], "http://purl.org/dc/terms/created": [ @@ -3260,6 +3437,11 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv#Entity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3268,29 +3450,35 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#LocalStorage" + "@id": "https://w3id.org/dpv#Entity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A HTTP or web or internet cookie" + "@value": "Actors and Entities involved in provision, use, and management of Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#core-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cookie" + "@value": "Actor" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasSupplier", + "@id": "https://w3id.org/dpv/tech#docs-classes", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#hasMaintainer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3302,7 +3490,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Supplier" + "@id": "https://w3id.org/dpv/tech#Maintainer" } ], "http://purl.org/dc/terms/contributor": [ @@ -3340,7 +3528,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology supplier" + "@value": "Indicates technology maintainer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3351,7 +3539,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has supplier" + "@value": "has maintainer" } ], "https://schema.org/domainIncludes": [ @@ -3361,21 +3549,32 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Supplier" + "@id": "https://w3id.org/dpv/tech#Maintainer" } ] }, { - "@id": "https://w3id.org/dpv/tech#NotProvided", + "@id": "https://w3id.org/dpv/tech#status-properties", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#System", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#ProvisionStatus" + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3391,33 +3590,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#ProvisionStatus" + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating Technology has not been provided" + "@value": "Technology provided as a system" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Not Provided" + "@value": "System" } ] }, { - "@id": "https://w3id.org/dpv/tech#PublicCloudService", + "@id": "https://w3id.org/dpv/tech#Specification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "https://w3id.org/dpv/tech#Documentation" ], "http://purl.org/dc/terms/created": [ { @@ -3438,70 +3637,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech#Documentation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service that is public" + "@value": "Specification" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#docs-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Cloud Service" - } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#status-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/examples", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Examples for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/examples" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@value": "Specification" } ] }, { - "@id": "https://w3id.org/dpv/tech#HybridCloudService", + "@id": "https://w3id.org/dpv/tech#MarketUnavailable", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "https://w3id.org/dpv/tech#MarketAvailabilityStatus" ], "http://purl.org/dc/terms/created": [ { @@ -3522,77 +3684,90 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#PrivateCloudService" - }, - { - "@id": "https://w3id.org/dpv/tech#PublicCloudService" + "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service that is both private and public in parts" + "@value": "Status indicating Technology is unavailable on the market" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#status-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hybrid Cloud Service" + "@value": "Market Unavailable" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", + "@id": "https://w3id.org/dpv/tech#Producer", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.w3.org/TR/json-ld11/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/format": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://www.iana.org/assignments/media-types/application/ld+json" + "@language": "en", + "@value": "ISO/IEC 22989:2022" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Technology Concepts - JSON-LD serialiation" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/tech/tech.jsonld" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@id": "https://w3id.org/dpv/tech#Actor" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Actor that produces Technology" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#actors-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Producer" } ] }, { - "@id": "https://w3id.org/dpv/tech#Component", + "@id": "https://w3id.org/dpv/tech#Documentation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3600,68 +3775,84 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a component" + "@value": "Information describing use, functionality, design, or other technical aspects of the Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#core-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Component" + "@value": "Documentation" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-html", + "@id": "https://w3id.org/dpv/tech#Plan", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Documentation" ], - "http://purl.org/dc/terms/conformsTo": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://www.w3.org/TR/html/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.iana.org/assignments/media-types/text/html" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Technology Concepts - HTML serialiation" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech/tech.html" + "@id": "https://w3id.org/dpv/tech#Documentation" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/specification" + "@language": "en", + "@value": "Plan" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#docs-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Plan" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasDeveloper", + "@id": "https://w3id.org/dpv/tech#hasActor", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3673,7 +3864,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Developer" + "@id": "https://w3id.org/dpv/tech#TechnologyActor" } ], "http://purl.org/dc/terms/contributor": [ @@ -3684,17 +3875,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-10-21" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/tech#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-17" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3703,26 +3895,21 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology developer" + "@value": "Indicates an actor associated with technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#core-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has developer" + "@value": "has actor" } ], "https://schema.org/domainIncludes": [ @@ -3732,143 +3919,177 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Developer" + "@id": "https://w3id.org/dpv/tech#TechnologyActor" } ] }, { - "@id": "https://w3id.org/dpv/tech", + "@id": "https://w3id.org/dpv/tech#PublicCloudService", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology", - "http://www.w3.org/ns/dx/prof/Profile" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@value": "http://www.w3.org/2000/01/rdf-schema" - }, + "http://purl.org/dc/terms/created": [ { - "@value": "http://www.w3.org/2004/02/skos/core" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - }, + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Delaram Golpayegani" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "2024-05-09" + "@value": "accepted" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@language": "en", - "@value": "Harshvardhan J. Pandit" - }, + "@id": "https://w3id.org/dpv/tech#CloudService" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Georg P Krog" - }, + "@value": "Technology provided as a cloud service that is public" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@language": "en", - "@value": "Paul Ryan" - }, + "@id": "https://w3id.org/dpv/tech#provision-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Julian Flake" - }, + "@value": "Public Cloud Service" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#Application", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Delaram Golpayegani" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information about technologies and its provision" + "@value": "accepted" } ], - "http://purl.org/dc/terms/identifier": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@value": "https://w3id.org/dpv/tech" + "@id": "https://w3id.org/dpv/tech#Software" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://www.w3.org/copyright/document-license-2023/" + "@language": "en", + "@value": "Application or Application Software" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@language": "en", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technology Concepts" + "@value": "Application" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#hasProvisionStatus", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://purl.org/dc/dcam/rangeIncludes": [ { - "@value": "tech" + "@id": "https://w3id.org/dpv/tech#ProvisionStatus" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://purl.org/dc/terms/created": [ { - "@value": "https://w3id.org/dpv/tech#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], - "http://www.w3.org/ns/dx/prof/hasResource": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/primer" - }, + "@id": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/guides" - }, + "@id": "https://w3id.org/dpv#hasStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/examples" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-html" - }, + "@id": "https://w3id.org/dpv#hasStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-rdf" - }, + "@language": "en", + "@value": "Indicates whether the technology has been provided" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-ttl" - }, + "@id": "https://w3id.org/dpv/tech#status-properties" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-n3" - }, + "@language": "en", + "@value": "has provision status" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/tech#serialisation-jsonld" + "@language": "en", + "@value": "sc" } ], - "http://www.w3.org/ns/dx/prof/isProfileOf": [ - { - "@id": "http://www.w3.org/2000/01/rdf-schema#" - }, - { - "@id": "http://www.w3.org/2004/02/skos/core#" - }, + "https://schema.org/domainIncludes": [ { - "@id": "https://w3id.org/dpv" + "@id": "https://w3id.org/dpv#Technology" } ], - "https://schema.org/version": [ + "https://schema.org/rangeIncludes": [ { - "@value": "0.8.2" + "@id": "https://w3id.org/dpv/tech#ProvisionStatus" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasCustomer", + "@id": "https://w3id.org/dpv/tech#hasPurchaser", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3880,7 +4101,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Customer" + "@id": "https://w3id.org/dpv/tech#Purchaser" } ], "http://purl.org/dc/terms/contributor": [ @@ -3918,7 +4139,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology customer" + "@value": "Indicates technology purchaser" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3929,7 +4150,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has customer" + "@value": "has purchaser" } ], "https://schema.org/domainIncludes": [ @@ -3939,21 +4160,15 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Customer" + "@id": "https://w3id.org/dpv/tech#Purchaser" } ] }, { - "@id": "https://w3id.org/dpv/tech#User", + "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -3961,15 +4176,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3980,74 +4194,38 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Customer" + "@id": "https://w3id.org/dpv#Status" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that uses Technologoy" + "@value": "Status indicating whether Technology is available on the market" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "User" + "@id": "https://w3id.org/dpv/tech#status-classes" } ] }, { - "@id": "https://w3id.org/dpv/tech#OS", + "@id": "https://w3id.org/dpv/tech#Bluetooth", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/tech#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#Software" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Software for managing hardware and other software" - } + "https://w3id.org/dpv/tech#CommunicationMechanism" ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "Operating System (OS)" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#MSWindows", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -4062,36 +4240,37 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#OS" + "@id": "https://w3id.org/dpv/tech#Networking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Microsoft Windows operating system" + "@value": "Technology utilising bluetooth" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#comms-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Microsoft Windows" + "@value": "Bluetooth" } ] }, { - "@id": "https://w3id.org/dpv/tech#DeploymentLocation", + "@id": "https://w3id.org/dpv/tech#Subscription", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ @@ -4105,11 +4284,6 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv#Location" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4118,29 +4292,29 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Location for where technology is deployed and used" + "@value": "Technology that is provided or used as a periodic subscription" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-classes" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Deployment Location" + "@value": "Subscription" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasMarketAvailabilityStatus", + "@id": "https://w3id.org/dpv/tech#hasSubject", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4152,7 +4326,12 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + "@id": "https://w3id.org/dpv/tech#Subject" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/created": [ @@ -4168,7 +4347,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#hasStatus" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4179,30 +4358,24 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#hasStatus" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates whether the technology is available on the market" + "@value": "Indicates technology subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-properties" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has market availability status" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@language": "en", - "@value": "sc" + "@value": "has subject" } ], "https://schema.org/domainIncludes": [ @@ -4212,16 +4385,16 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + "@id": "https://w3id.org/dpv/tech#Subject" } ] }, { - "@id": "https://w3id.org/dpv/tech#LocalNetwork", + "@id": "https://w3id.org/dpv/tech#Service", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#CommunicationMechanism" + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], "http://purl.org/dc/terms/contributor": [ { @@ -4231,7 +4404,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4247,33 +4420,45 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Networking" + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising local networking" + "@value": "Technology provided or used as service(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#comms-classes" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Local Network" + "@value": "Service" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "Removed plural suffix for consistency in terms" } ] }, { - "@id": "https://w3id.org/dpv/tech#CloudService", + "@id": "https://w3id.org/dpv/tech#Instructions", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "https://w3id.org/dpv/tech#Documentation" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -4288,33 +4473,44 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Service" + "@id": "https://w3id.org/dpv/tech#Documentation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service" + "@value": "Instructions" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#docs-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cloud Service" + "@value": "Instructions" } ] }, { - "@id": "https://w3id.org/dpv/tech#Device", + "@id": "https://w3id.org/dpv/tech#CellularNetwork", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "https://w3id.org/dpv/tech#CommunicationMechanism" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -4329,47 +4525,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Hardware" + "@id": "https://w3id.org/dpv/tech#Networking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Device or computing device" + "@value": "Technology utilising cellular networking" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#comms-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device" + "@value": "Cellular Network" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasProducer", + "@id": "https://w3id.org/dpv/tech#Provided", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Producer" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#ProvisionStatus" ], "http://purl.org/dc/terms/created": [ { @@ -4382,11 +4564,6 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4395,43 +4572,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Indicates technology producer" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#ProvisionStatus" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "has producer" + "@value": "Status indicating Technology has been provided" } ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#status-classes" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/tech#Producer" + "@language": "en", + "@value": "Provided" } ] }, { - "@id": "https://w3id.org/dpv/tech#SmartphoneApplication", + "@id": "https://w3id.org/dpv/tech#Networking", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "https://w3id.org/dpv/tech#CommunicationMechanism" ], "http://purl.org/dc/terms/contributor": [ { @@ -4441,7 +4608,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4457,40 +4624,45 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Application" + "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A computing or digital program on a smartphone device" + "@value": "Technology utilising networking" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#comms-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Smartphone Application" + "@value": "Networking" } ] }, { - "@id": "https://w3id.org/dpv/tech#CellularNetwork", + "@id": "https://w3id.org/dpv/tech#ProvisionMethod", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#CommunicationMechanism" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" } ], "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" + } + ], + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" @@ -4501,6 +4673,11 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4509,29 +4686,35 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Networking" + "@id": "https://w3id.org/dpv#Technology" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising cellular networking" + "@value": "Method associated with provision or use of technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#comms-classes" + "@id": "https://w3id.org/dpv/tech#core-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cellular Network" + "@value": "Provision Method" } ] }, { - "@id": "https://w3id.org/dpv/tech#Application", + "@id": "https://w3id.org/dpv/tech#provision-classes", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#PersonalComputer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4550,13 +4733,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Software" + "@id": "https://w3id.org/dpv/tech#Device" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Application or Application Software" + "@value": "A computing device intended for individual use" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4567,45 +4750,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Application" + "@value": "Personal Computer (PC)" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasPurchaser", + "@id": "https://w3id.org/dpv/tech#serialisation-rdf", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://purl.org/dc/terms/conformsTo": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://purl.org/dc/terms/format": [ { - "@id": "https://w3id.org/dpv/tech#Purchaser" + "@id": "https://www.iana.org/assignments/media-types/application/rdf+xml" } ], - "http://purl.org/dc/terms/contributor": [ + "http://purl.org/dc/terms/title": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Technology Concepts - RDF/XML serialiation" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/ns/dx/prof/hasArtifact": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv/tech/tech.rdf" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/ns/dx/prof/hasRole": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#CloudService", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4616,43 +4805,32 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#Service" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology purchaser" + "@value": "Technology provided as a cloud service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has purchaser" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Purchaser" + "@value": "Cloud Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#Instructions", + "@id": "https://w3id.org/dpv/tech#Function", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Documentation" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -4665,37 +4843,43 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/tech#Documentation" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Instructions" + "@value": "Expression of what goals or purposes the technology's capabilities are being used towards or developed for" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#docs-classes" + "@id": "https://w3id.org/dpv/tech#core-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Instructions" + "@value": "Function" + } + ], + "http://www.w3.org/2004/02/skos/core#scopeNote": [ + { + "@language": "en", + "@value": "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" } ] }, { - "@id": "https://w3id.org/dpv/tech#SystemIntegrator", + "@id": "https://w3id.org/dpv/tech#Evaluator", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4732,7 +4916,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that integrates Technology in to (larger) systems" + "@value": "Actor that evaluates the performance of Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4743,47 +4927,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "System Integrator" + "@value": "Evaluator" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasSystemIntegrator", + "@id": "https://w3id.org/dpv/tech#Telephone", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#SystemIntegrator" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4792,55 +4951,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#Device" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology system integrator" + "@value": "Telephone" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has system integrator" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#SystemIntegrator" + "@value": "Telephone" } ] }, { - "@id": "https://w3id.org/dpv/tech#core-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Guide", + "@id": "https://w3id.org/dpv/tech#Smartphone", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Documentation" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } + "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -4855,29 +4992,32 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Documentation" + "@id": "https://w3id.org/dpv/tech#MobilePhone" + }, + { + "@id": "https://w3id.org/dpv/tech#PersonalComputer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Guide" + "@value": "A combination of a mobile phone with computing capabilities similar to a PC" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#docs-classes" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guide" + "@value": "Smartphone" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasManufacturer", + "@id": "https://w3id.org/dpv/tech#hasCustomer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4889,7 +5029,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Manufacturer" + "@id": "https://w3id.org/dpv/tech#Customer" } ], "http://purl.org/dc/terms/contributor": [ @@ -4927,7 +5067,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology manufacturer" + "@value": "Indicates technology customer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4938,7 +5078,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has manufacturer" + "@value": "has customer" } ], "https://schema.org/domainIncludes": [ @@ -4948,52 +5088,63 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Manufacturer" + "@id": "https://w3id.org/dpv/tech#Customer" } ] }, { - "@id": "https://w3id.org/dpv/tech#serialisation-n3", + "@id": "https://w3id.org/dpv/tech#PaaS", "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech#" + } ], - "http://purl.org/dc/terms/conformsTo": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://www.w3.org/TeamSubmission/n3/" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/format": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://www.iana.org/assignments/media-types/text/n3" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Technology Concepts - N3 serialiation" + "@language": "en", + "@value": "Technology provided as a cloud service consisting of managed platform resources" } ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech/tech.n3" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], - "http://www.w3.org/ns/dx/prof/hasRole": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + "@language": "en", + "@value": "Platform as a Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#docs-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Capability", + "@id": "https://w3id.org/dpv/tech#Supplier", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ { @@ -5001,14 +5152,15 @@ "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "DGA 26.3" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5017,32 +5169,31 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv/tech#Actor" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Expression of what the technology is capable of achieving or providing" + "@value": "Actor that supplies Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-classes" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Capability" - } - ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ - { - "@language": "en", - "@value": "Examples of capabilities are image recognition, sentiment analysis, machine translation" + "@value": "Supplier" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasEvaluator", + "@id": "https://w3id.org/dpv/tech#hasCommunicationMechanism", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5054,7 +5205,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Evaluator" + "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" } ], "http://purl.org/dc/terms/contributor": [ @@ -5065,7 +5216,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-07-02" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5073,37 +5224,27 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology evaluator" + "@value": "Indicates communication mechanisms used or provided by technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#core-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has evaluator" + "@value": "has communication mechanism" } ], "https://schema.org/domainIncludes": [ @@ -5113,27 +5254,26 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Evaluator" + "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" } ] }, { - "@id": "https://w3id.org/dpv/tech#Designer", + "@id": "https://w3id.org/dpv/tech#Internet", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "https://w3id.org/dpv/tech#CommunicationMechanism" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/contributor": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "DGA 26.3" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5149,76 +5289,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#Networking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that designs Technology" + "@value": "Technology utilising internet" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#comms-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Designer" - } - ] - }, - { - "@id": "https://w3id.org/dpv/primer", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Primer for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/primer" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@value": "Internet" } ] }, { - "@id": "https://w3id.org/dpv/tech#Purchaser", + "@id": "https://w3id.org/dpv/tech#CloudStorage", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "DGA 26.3" - } + "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -5233,32 +5330,48 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#DataStorage" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that purchases Technology" + "@value": "Storage utilising cloud technologies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purchaser" + "@value": "Cloud Storage" } ] }, { - "@id": "https://w3id.org/dpv/tech#Documentation", + "@id": "https://w3id.org/dpv/tech#actors-classes", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/tech#hasMarketAvailabilityStatus", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" + } ], "http://purl.org/dc/terms/created": [ { @@ -5271,9 +5384,9 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2000/01/rdf-schema#Class" + "@id": "https://w3id.org/dpv#hasStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5282,26 +5395,47 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv#hasStatus" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information describing use, functionality, design, or other technical aspects of the Technology" + "@value": "Indicates whether the technology is available on the market" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-classes" + "@id": "https://w3id.org/dpv/tech#status-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Documentation" + "@value": "has market availability status" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@language": "en", + "@value": "sc" + } + ], + "https://schema.org/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "https://schema.org/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" } ] }, { - "@id": "https://w3id.org/dpv/tech#Networking", + "@id": "https://w3id.org/dpv/tech#LocalNetwork", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5331,13 +5465,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#CommunicationMechanism" + "@id": "https://w3id.org/dpv/tech#Networking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising networking" + "@value": "Technology utilising local networking" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5348,47 +5482,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Networking" + "@value": "Local Network" } ] }, { - "@id": "https://w3id.org/dpv/tech#status-properties", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#ProvisionMethod", + "@id": "https://w3id.org/dpv/tech#SystemIntegrator", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" - } + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } - ], - "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "ISO/IEC 22989:2022" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5399,29 +5518,29 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#Partner" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Method associated with provision or use of technology" + "@value": "Actor that integrates Technology in to (larger) systems" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-classes" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provision Method" + "@value": "System Integrator" } ] }, { - "@id": "https://w3id.org/dpv/tech#Operator", + "@id": "https://w3id.org/dpv/tech#Maintainer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5433,6 +5552,12 @@ "@value": "2024-05-09" } ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "DGA 26.3" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -5452,7 +5577,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that operates the Technology" + "@value": "Actor that maintains Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5463,33 +5588,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Operator" - } - ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ - { - "@language": "en", - "@value": "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" + "@value": "Maintainer" } ] }, { - "@id": "https://w3id.org/dpv/tech#Evaluator", + "@id": "https://w3id.org/dpv/tech#Database", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "https://w3id.org/dpv#Technology" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/contributor": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5505,32 +5623,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Partner" + "@id": "https://w3id.org/dpv/tech#DataStorage" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that evaluates the performance of Technology" + "@value": "A database, database management system (DBMS), or application database" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Evaluator" + "@value": "Database" } ] }, { - "@id": "https://w3id.org/dpv/tech#ProvisionStatus", + "@id": "https://w3id.org/dpv/tech#SaaS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], "http://purl.org/dc/terms/created": [ { @@ -5543,11 +5662,6 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv#Status" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5556,33 +5670,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#Status" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Status indicating whether Technology has been provided" + "@value": "Technology provided as a cloud service consisting of managed software resources" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#status-classes" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Provision Status" + "@value": "Software as a Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#Supplier", + "@id": "https://w3id.org/dpv/tech#MarketAvailable", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "https://w3id.org/dpv/tech#MarketAvailabilityStatus" ], "http://purl.org/dc/terms/created": [ { @@ -5590,12 +5704,6 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ - { - "@language": "en", - "@value": "DGA 26.3" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" @@ -5609,39 +5717,39 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#MarketAvailabilityStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that supplies Technology" + "@value": "Status indicating Technology is available on the market" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#status-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Supplier" + "@value": "Market Available" } ] }, { - "@id": "https://w3id.org/dpv/tech#core-properties", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#LaptopPC", + "@id": "https://w3id.org/dpv/tech#TestingPlan", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "https://w3id.org/dpv/tech#Documentation" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -5656,42 +5764,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#PersonalComputer" + "@id": "https://w3id.org/dpv/tech#Plan" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A portal personal computer" + "@value": "TestingPlan" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#docs-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Laptop PC" + "@value": "TestingPlan" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasUser", + "@id": "https://w3id.org/dpv/tech#Cookie", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#User" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], "http://purl.org/dc/terms/contributor": [ { @@ -5701,7 +5800,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5709,11 +5808,6 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5722,57 +5816,74 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#LocalStorage" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology user" + "@value": "A HTTP or web or internet cookie" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has user" + "@value": "Cookie" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#OS", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], - "https://schema.org/domainIncludes": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#" } ], - "https://schema.org/rangeIncludes": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/tech#User" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#hasProvider", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#Software" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/tech#Provider" + "@language": "en", + "@value": "Software for managing hardware and other software" } ], - "http://purl.org/dc/terms/contributor": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/tech#tools-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Operating System (OS)" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#IaaS", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], "http://purl.org/dc/terms/created": [ { @@ -5785,11 +5896,6 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5798,42 +5904,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#CloudService" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology provider" + "@value": "Technology provided as a cloud service consisting of managed infrastructure resources" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provider" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Provider" + "@value": "Infrastructure as a Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#CommunicationMechanism", + "@id": "https://w3id.org/dpv/tech#Developer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], "http://purl.org/dc/terms/contributor": [ { @@ -5843,17 +5940,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "ISO/IEC 22989:2022" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5864,74 +5962,98 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#Producer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Communication mechanism used or provided by Technologoy" + "@value": "Actor that develops Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-classes" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication Mechanism" + "@value": "Developer" } ] }, { - "@id": "https://w3id.org/dpv/tech#AppStore", + "@id": "https://w3id.org/dpv/tech#TechnologyReadinessLevel", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv#Technology" + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "http://www.w3.org/2000/01/rdf-schema#Class" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/tech#Application" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An application or platform for distribution of other applications" + "@value": "Indication of maturity of Technology (ISO 16290:2013)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#tools-classes" + "@id": "https://w3id.org/dpv/tech#status-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Application Store" + "@value": "Technology Readiness Level (TRL)" } ] }, { - "@id": "https://w3id.org/dpv/tech#Auditor", + "@id": "https://w3id.org/dpv/tech#hasProvider", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/dcam/domainIncludes": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ], + "http://purl.org/dc/dcam/rangeIncludes": [ + { + "@id": "https://w3id.org/dpv/tech#Provider" + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://purl.org/dc/terms/created": [ { @@ -5939,15 +6061,14 @@ "@value": "2024-05-09" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/tech#" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5958,45 +6079,43 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Partner" + "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that audits Technology for conformance to policies, standards, or legal requirements" + "@value": "Indicates technology provider" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#actors-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Auditor" + "@value": "has provider" } - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Owner", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" ], - "http://purl.org/dc/terms/created": [ + "https://schema.org/domainIncludes": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@id": "https://w3id.org/dpv#Technology" } ], - "http://purl.org/dc/terms/source": [ + "https://schema.org/rangeIncludes": [ { - "@language": "en", - "@value": "DGA 26.3" + "@id": "https://w3id.org/dpv/tech#Provider" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#GNULinux", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -6011,42 +6130,38 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv/tech#OS" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that owns Technology" + "@value": "GNU/Linux operating system" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Owner" + "@value": "GNU/Linux" } ] }, { - "@id": "https://w3id.org/dpv/tech#Actor", + "@id": "https://w3id.org/dpv/tech#DevelopmentPlan", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" - } + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Documentation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" + "@value": "2024-05-09" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6054,11 +6169,6 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv#Entity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -6067,66 +6177,29 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv/tech#Plan" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actors and Entities involved in provision, use, and management of Technology" + "@value": "DevelopmentPlan" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#core-classes" + "@id": "https://w3id.org/dpv/tech#docs-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Actor" - } - ] - }, - { - "@id": "https://w3id.org/dpv/guides", - "@type": [ - "http://www.w3.org/ns/dx/prof/ResourceDescriptor" - ], - "http://purl.org/dc/terms/conformsTo": [ - { - "@id": "https://www.w3.org/TR/html/" - } - ], - "http://purl.org/dc/terms/format": [ - { - "@id": "https://www.iana.org/assignments/media-types/text/html" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Guides for Data Privacy Vocabulary" - } - ], - "http://www.w3.org/ns/dx/prof/hasArtifact": [ - { - "@id": "https://w3id.org/dpv/guides" - } - ], - "http://www.w3.org/ns/dx/prof/hasRole": [ - { - "@id": "http://www.w3.org/ns/dx/prof/role/guidance" + "@value": "DevelopmentPlan" } ] }, { - "@id": "https://w3id.org/dpv/tech#comms-classes", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#Subscription", + "@id": "https://w3id.org/dpv/tech#Goods", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6162,7 +6235,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology that is provided or used as a periodic subscription" + "@value": "Technology provided or used as goods" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6173,22 +6246,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Subscription" + "@value": "Goods" } ] }, { - "@id": "https://w3id.org/dpv/tech#Developer", + "@id": "https://w3id.org/dpv/tech#Manufacturer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/tech#Actor" ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -6198,7 +6266,7 @@ "http://purl.org/dc/terms/source": [ { "@language": "en", - "@value": "ISO/IEC 22989:2022" + "@value": "DGA 26.3" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6214,13 +6282,13 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Producer" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that develops Technology" + "@value": "Actor that manufactures Technology" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6231,18 +6299,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Developer" + "@value": "Manufacturer" } ] }, { - "@id": "https://w3id.org/dpv/tech#actors-properties", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/tech#hasInstaller", + "@id": "https://w3id.org/dpv/tech#hasDeploymentLocation", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6254,7 +6316,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Installer" + "@id": "https://w3id.org/dpv/tech#DeploymentLocation" } ], "http://purl.org/dc/terms/contributor": [ @@ -6273,37 +6335,27 @@ "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broader": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology installer" + "@value": "Specifies the location of technology deployment and use" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#core-properties" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has installer" + "@value": "has deployment location" } ], "https://schema.org/domainIncludes": [ @@ -6313,27 +6365,16 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Installer" + "@id": "https://w3id.org/dpv/tech#DeploymentLocation" } ] }, { - "@id": "https://w3id.org/dpv/tech#Service", + "@id": "https://w3id.org/dpv/tech#LaptopPC", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#TechnologyProvisionMethod" - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-06-15" - } + "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -6348,70 +6389,39 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" + "@id": "https://w3id.org/dpv/tech#PersonalComputer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided or used as service(s)" + "@value": "A portal personal computer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#provision-classes" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service" - } - ], - "http://www.w3.org/2004/02/skos/core#scopeNote": [ - { - "@language": "en", - "@value": "Removed plural suffix for consistency in terms" + "@value": "Laptop PC" } ] }, - { - "@id": "https://w3id.org/dpv/tech#hasPartner", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/dcam/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "http://purl.org/dc/dcam/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Partner" - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" - } + { + "@id": "https://w3id.org/dpv/tech#Software", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/tech#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -6420,43 +6430,33 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv#Technology" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology partner" + "@value": "Virtual parts or components of the technology such as programs and data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has partner" - } - ], - "https://schema.org/domainIncludes": [ - { - "@id": "https://w3id.org/dpv#Technology" - } - ], - "https://schema.org/rangeIncludes": [ - { - "@id": "https://w3id.org/dpv/tech#Partner" + "@value": "Software" } ] }, { - "@id": "https://w3id.org/dpv/tech#Bluetooth", + "@id": "https://w3id.org/dpv/tech#Component", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#CommunicationMechanism" + "https://w3id.org/dpv/tech#TechnologyProvisionMethod" ], "http://purl.org/dc/terms/contributor": [ { @@ -6466,7 +6466,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6482,29 +6482,29 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Networking" + "@id": "https://w3id.org/dpv/tech#TechnologyProvisionMethod" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology utilising bluetooth" + "@value": "Technology provided as a component" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#comms-classes" + "@id": "https://w3id.org/dpv/tech#provision-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bluetooth" + "@value": "Component" } ] }, { - "@id": "https://w3id.org/dpv/tech#SaaS", + "@id": "https://w3id.org/dpv/tech#HybridCloudService", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6529,13 +6529,16 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#CloudService" + "@id": "https://w3id.org/dpv/tech#PrivateCloudService" + }, + { + "@id": "https://w3id.org/dpv/tech#PublicCloudService" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technology provided as a cloud service consisting of managed software resources" + "@value": "Technology provided as a cloud service that is both private and public in parts" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6546,16 +6549,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Software as a Service" + "@value": "Hybrid Cloud Service" } ] }, { - "@id": "https://w3id.org/dpv/tech#Distributor", + "@id": "https://w3id.org/dpv/tech#ProvisionStatus", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Actor" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -6568,6 +6570,11 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv#Status" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -6576,29 +6583,60 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Actor" + "@id": "https://w3id.org/dpv#Status" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Actor that distributes the Technology" + "@value": "Status indicating whether Technology has been provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-classes" + "@id": "https://w3id.org/dpv/tech#status-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Distributor" + "@value": "Provision Status" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasOwner", + "@id": "https://w3id.org/dpv/tech#serialisation-jsonld", + "@type": [ + "http://www.w3.org/ns/dx/prof/ResourceDescriptor" + ], + "http://purl.org/dc/terms/conformsTo": [ + { + "@id": "https://www.w3.org/TR/json-ld11/" + } + ], + "http://purl.org/dc/terms/format": [ + { + "@id": "https://www.iana.org/assignments/media-types/application/ld+json" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technology Concepts - JSON-LD serialiation" + } + ], + "http://www.w3.org/ns/dx/prof/hasArtifact": [ + { + "@id": "https://w3id.org/dpv/tech/tech.jsonld" + } + ], + "http://www.w3.org/ns/dx/prof/hasRole": [ + { + "@id": "http://www.w3.org/ns/dx/prof/role/vocabulary" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#hasPartner", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6610,7 +6648,7 @@ ], "http://purl.org/dc/dcam/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Owner" + "@id": "https://w3id.org/dpv/tech#Partner" } ], "http://purl.org/dc/terms/contributor": [ @@ -6648,7 +6686,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology owner" + "@value": "Indicates technology partner" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6659,7 +6697,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has owner" + "@value": "has partner" } ], "https://schema.org/domainIncludes": [ @@ -6669,45 +6707,73 @@ ], "https://schema.org/rangeIncludes": [ { - "@id": "https://w3id.org/dpv/tech#Owner" + "@id": "https://w3id.org/dpv/tech#Partner" } ] }, { - "@id": "https://w3id.org/dpv/tech#hasAuditor", + "@id": "https://w3id.org/dpv/tech#LocalStorage", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv#Technology" ], - "http://purl.org/dc/dcam/domainIncludes": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv/tech#" } ], - "http://purl.org/dc/dcam/rangeIncludes": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/tech#Auditor" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/contributor": [ + "http://www.w3.org/2004/02/skos/core#broader": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/tech#DataStorage" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Storage that is local (e.g. on device)" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#tools-classes" } ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Local Storage" + } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#Customer", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" + ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2024-05-09" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/tech#" + "@language": "en", + "@value": "ISO/IEC 22989:2022" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6718,48 +6784,100 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#hasTechnologyActor" + "@id": "https://w3id.org/dpv/tech#Actor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates technology auditor" + "@value": "Actor that uses Technology directly or indirectly by providing it to Users" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#actors-properties" + "@id": "https://w3id.org/dpv/tech#actors-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has auditor" + "@value": "Customer" } + ] + }, + { + "@id": "https://w3id.org/dpv/tech#User", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/tech#Actor" ], - "https://schema.org/domainIncludes": [ + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv#Technology" + "@value": "Harshvardhan J. Pandit" } ], - "https://schema.org/rangeIncludes": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/tech#Auditor" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2024-05-09" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@language": "en", + "@value": "ISO/IEC 22989:2022" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/tech#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broader": [ + { + "@id": "https://w3id.org/dpv/tech#Customer" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Actor that uses Technologoy" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv/tech#actors-classes" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "User" } ] }, { - "@id": "https://w3id.org/dpv/tech#Specification", + "@id": "https://w3id.org/dpv/tech#DeploymentLocation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/tech#Documentation" + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit, Delaram Golpayegani" + } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2024-05-09" + "@value": "2022-06-15" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6767,6 +6885,11 @@ "@id": "https://w3id.org/dpv/tech#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv#Location" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -6775,24 +6898,24 @@ ], "http://www.w3.org/2004/02/skos/core#broader": [ { - "@id": "https://w3id.org/dpv/tech#Documentation" + "@id": "https://w3id.org/dpv#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specification" + "@value": "Location for where technology is deployed and used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/tech#docs-classes" + "@id": "https://w3id.org/dpv/tech#core-classes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Specification" + "@value": "Deployment Location" } ] } diff --git a/tech/tech.n3 b/tech/tech.n3 index e0d1db99a..c2eaf132a 100644 --- a/tech/tech.n3 +++ b/tech/tech.n3 @@ -463,6 +463,18 @@ tech:Instructions a rdfs:Class, skos:inScheme tech:docs-classes ; skos:prefLabel "Instructions"@en . +tech:IntendedUse a rdfs:Class, + skos:Concept ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech: ; + rdfs:subClassOf rdfs:Class ; + sw:term_status "accepted"@en ; + skos:definition "Describes the 'intended' use of the technology"@en ; + skos:inScheme tech:core-classes ; + skos:prefLabel "Intended Use"@en ; + skos:scopeNote "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 procss or other relevant context."@en . + tech:Internet a rdfs:Class, skos:Concept, tech:CommunicationMechanism ; @@ -713,7 +725,7 @@ tech:PrivateCloudService a rdfs:Class, dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech: ; sw:term_status "accepted"@en ; - skos:broader tech:TechnologyProvisionMethod ; + skos:broader tech:CloudService ; skos:definition "Technology provided as a cloud service that is private"@en ; skos:inScheme tech:provision-classes ; skos:prefLabel "Private Cloud Service"@en . @@ -796,7 +808,7 @@ tech:PublicCloudService a rdfs:Class, dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech: ; sw:term_status "accepted"@en ; - skos:broader tech:TechnologyProvisionMethod ; + skos:broader tech:CloudService ; skos:definition "Technology provided as a cloud service that is public"@en ; skos:inScheme tech:provision-classes ; skos:prefLabel "Public Cloud Service"@en . @@ -1233,6 +1245,20 @@ tech:hasInstaller a rdf:Property, schema:domainIncludes dpv:Technology ; schema:rangeIncludes tech:Installer . +tech:hasIntendedUse a rdf:Property, + skos:Concept ; + dcam:domainIncludes dpv:Technology ; + dcam:rangeIncludes tech:IntendedUse ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the intended use of technology"@en ; + skos:inScheme tech:core-properties ; + skos:prefLabel "has intended use"@en ; + schema:domainIncludes dpv:Technology ; + schema:rangeIncludes tech:IntendedUse . + tech:hasMaintainer a rdf:Property, skos:Concept ; dcam:domainIncludes dpv:Technology ; @@ -1530,16 +1556,16 @@ tech:serialisation-ttl a profile:ResourceDescriptor ; tech:status-properties a skos:ConceptScheme . -tech:core-properties a skos:ConceptScheme . - tech:comms-classes a skos:ConceptScheme . -tech:core-classes a skos:ConceptScheme . +tech:core-properties a skos:ConceptScheme . tech:docs-classes a skos:ConceptScheme . tech:status-classes a skos:ConceptScheme . +tech:core-classes a skos:ConceptScheme . + tech:actors-properties a skos:ConceptScheme . tech:provision-classes a skos:ConceptScheme . diff --git a/tech/tech.rdf b/tech/tech.rdf index d3159cc9e..e7f054680 100644 --- a/tech/tech.rdf +++ b/tech/tech.rdf @@ -10,15 +10,15 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + - has auditor - Indicates technology auditor + has owner + Indicates technology owner - - + + 2024-05-09 @@ -27,26 +27,34 @@ - + + + + + + + Technology Concepts - RDF/XML serialiation + + - Local Storage - Storage that is local (e.g. on device) - + iOS + iOS operating system + accepted - + - has designer - Indicates technology designer + has supplier + Indicates technology supplier - - + + 2024-05-09 @@ -55,15 +63,54 @@ - + + + + + Internet + Technology utilising internet + + 2024-05-09 + accepted + Harshvardhan J. Pandit + + + + + + + + Producer + Actor that produces Technology + + ISO/IEC 22989:2022 + 2024-05-09 + accepted + + + + + + + Intended Use + Describes the 'intended' use of the technology + + 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 procss or other relevant context. + 2024-05-22 + accepted + Harshvardhan J. Pandit + + + + - has partner - Indicates technology partner + has auditor + Indicates technology auditor - - + + 2024-05-09 @@ -72,15 +119,31 @@ - + - has maintainer - Indicates technology maintainer + has actor + Indicates an actor associated with technology - - + + + 2022-10-21 + 2024-05-17 + accepted + Harshvardhan J. Pandit + + + + + + + has user + Indicates technology user + + + + 2024-05-09 @@ -89,41 +152,40 @@ - + - Smartphone Application - A computing or digital program on a smartphone device - - 2022-06-15 + Microsoft Windows + Microsoft Windows operating system + accepted - Harshvardhan J. Pandit - + + - - - Internet - Technology utilising internet - + has capability + Indicates the capability of the technology + + + + 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - has evaluator - Indicates technology evaluator + has designer + Indicates technology designer - - + + 2024-05-09 @@ -132,153 +194,151 @@ - + - - Evaluator - Actor that evaluates the performance of Technology - - ISO/IEC 22989:2022 - 2024-05-09 + Deployment Location + Location for where technology is deployed and used + + + 2022-06-15 accepted + Harshvardhan J. Pandit, Delaram Golpayegani - + - + - has provision method - Specifies the provision or usage method of technology + has customer + Indicates technology customer - - - 2022-07-02 + + + + + 2024-05-09 accepted Harshvardhan J. Pandit - + - + + - - Actor - Actors and Entities involved in provision, use, and management of Technology - - - 2022-06-15 + has developer + Indicates technology developer + + + + + + + 2024-05-09 accepted - Harshvardhan J. Pandit, Delaram Golpayegani + Harshvardhan J. Pandit - + - + - DevelopmentPlan - DevelopmentPlan - + Manual + Manual + 2024-05-09 accepted - + - Data Storage - Technology associated with storage of data + Operating System (OS) + Software for managing hardware and other software accepted - + - - Market Unavailable - Status indicating Technology is unavailable on the market - + + Importer + Actor that imports the Technology within a jurisdiction + 2024-05-09 accepted - + - + - - Microsoft Windows - Microsoft Windows operating system - + + Compute as a Service + Technology provided as a cloud service consisting of managed compute resources + + 2024-05-09 accepted - + - + - - Subscription - Technology that is provided or used as a periodic subscription - - 2022-06-15 + + Provider + Actor that provides Technology + + ISO/IEC 22989:2022 + 2024-05-09 accepted Harshvardhan J. Pandit - + - + + - - - Platform as a Service - Technology provided as a cloud service consisting of managed platform resources - - 2024-05-09 - accepted - - - - - - - - Local Network - Technology utilising local networking - + has system integrator + Indicates technology system integrator + + + + + + 2024-05-09 accepted Harshvardhan J. Pandit - + - + - - Customer - Actor that uses Technology directly or indirectly by providing it to Users - - ISO/IEC 22989:2022 - 2024-05-09 + + Mobile Phone + Mobile telephone + accepted - + - + - has supplier - Indicates technology supplier + has partner + Indicates technology partner - - + + 2024-05-09 @@ -287,192 +347,193 @@ - - + - has developer - Indicates technology developer - - - - - - + + + Software as a Service + Technology provided as a cloud service consisting of managed software resources + 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - - Android - Android operating system - + + Fixed Use + Technology that can be used a fixed numner of times + + 2022-06-15 accepted + Harshvardhan J. Pandit - + - + - - Installer - Actor that installs Technology - - DGA 26.3 + + Private Cloud Service + Technology provided as a cloud service that is private + 2024-05-09 accepted - + - - + - has deployer - Indicates technology deployer - - - - - - + + + Market Unavailable + Status indicating Technology is unavailable on the market + 2024-05-09 accepted - Harshvardhan J. Pandit - + - + + + + + + + Technology Concepts - N3 serialiation + + - - Bluetooth - Technology utilising bluetooth - + + Supplier + Actor that supplies Technology + + DGA 26.3 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - - Manual - Manual - + + Serverless Computing + Technology provided as a cloud service consisting of fully managed servers for executing functions + 2024-05-09 accepted - + - + - has TRL - Indicates technology maturity level + has purchaser + Indicates technology purchaser - - - - - sc + + + + 2024-05-09 accepted Harshvardhan J. Pandit - + - + - - Private Cloud Service - Technology provided as a cloud service that is private - - 2024-05-09 + + Hardware + Physical parts or components of the technology + accepted - + - - + - has provider - Indicates technology provider - - - - - - + + + Customer + Actor that uses Technology directly or indirectly by providing it to Users + + ISO/IEC 22989:2022 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - - WiFi - Technology utilising wifi wireless networking - + + Deployer + Actor that deploys Technology + + AI Act 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - has function - Indicates the function of the technology + has communication mechanism + Indicates communication mechanisms used or provided by technology - - - 2024-05-09 + + + 2022-07-02 accepted + Harshvardhan J. Pandit - - + - has installer - Indicates technology installer - - - - - - + + + Evaluator + Actor that evaluates the performance of Technology + + ISO/IEC 22989:2022 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - - Algorithmic - Technology provided as an algorithm or method - - 2022-06-15 - accepted - Harshvardhan J. Pandit - - + + GPS + Technology utilising GPS + + 2024-05-09 + accepted + Harshvardhan J. Pandit + + + + + + + Documentation + Information describing use, functionality, design, or other technical aspects of the Technology + + 2024-05-09 + accepted + + @@ -490,8 +551,8 @@ https://w3id.org/dpv/tech http://www.w3.org/2000/01/rdf-schema http://www.w3.org/2004/02/skos/core - Harshvardhan J. Pandit Delaram Golpayegani + Harshvardhan J. Pandit tech https://w3id.org/dpv/tech# @@ -507,107 +568,104 @@ - + - Hybrid Cloud Service - Technology provided as a cloud service that is both private and public in parts - - - 2024-05-09 + Cloud Service + Technology provided as a cloud service + accepted - + - - Cookie - A HTTP or web or internet cookie - - 2022-06-15 + + Bluetooth + Technology utilising bluetooth + + 2024-05-09 accepted Harshvardhan J. Pandit - + - + - - Serverless Computing - Technology provided as a cloud service consisting of fully managed servers for executing functions - - 2024-05-09 + + GNU/Linux + GNU/Linux operating system + accepted - + - + - - Market Available - Status indicating Technology is available on the market - + + System Integrator + Actor that integrates Technology in to (larger) systems + + ISO/IEC 22989:2022 2024-05-09 accepted - + - + - - Developer - Actor that develops Technology - - ISO/IEC 22989:2022 + + Public Cloud Service + Technology provided as a cloud service that is public + 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - has provision status - Indicates whether the technology has been provided + has provider + Indicates technology provider - - - - - sc + + + + 2024-05-09 accepted + Harshvardhan J. Pandit - + - + - Documentation - Information describing use, functionality, design, or other technical aspects of the Technology - + + Distributor + Actor that distributes the Technology + 2024-05-09 accepted - + - + - has owner - Indicates technology owner + has manufacturer + Indicates technology manufacturer - - + + 2024-05-09 @@ -616,120 +674,130 @@ - - + - has deployment location - Specifies the location of technology deployment and use - - - - + + + Designer + Actor that designs Technology + + DGA 26.3 2024-05-09 accepted - Harshvardhan J. Pandit - - - - - - - has communication mechanism - Indicates communication mechanisms used or provided by technology - - - - - 2022-07-02 - accepted - Harshvardhan J. Pandit - + - + - Distributor - Actor that distributes the Technology + Owner + Actor that owns Technology + DGA 26.3 2024-05-09 accepted - + - - Networking - Technology utilising networking - + + Platform as a Service + Technology provided as a cloud service consisting of managed platform resources + 2024-05-09 accepted + + + + + + + + Subscription + Technology that is provided or used as a periodic subscription + + 2022-06-15 + accepted Harshvardhan J. Pandit - + - + + + + Communication Mechanism + Communication mechanism used or provided by Technologoy + + + 2022-06-15 + accepted + Harshvardhan J. Pandit + + + + - Application - Application or Application Software - + Android + Android operating system + accepted - - - - + - - Mobile backend as a Service - Technology provided as a cloud service consisting of managed 'backend' services for mobile users - + + Cellular Network + Technology utilising cellular networking + 2024-05-09 accepted + Harshvardhan J. Pandit - + - + - Operating System (OS) - Software for managing hardware and other software - + Cookie + A HTTP or web or internet cookie + + 2022-06-15 accepted + Harshvardhan J. Pandit - + - Purchaser - Actor that purchases Technology + Subject + Actor that is subjected to the use or impact of Technology - DGA 26.3 + ISO/IEC 22989:2022 2024-05-09 accepted + Harshvardhan J. Pandit - + - has manufacturer - Indicates technology manufacturer + has maintainer + Indicates technology maintainer - - + + 2024-05-09 @@ -738,43 +806,43 @@ - + - Provision Method - Method associated with provision or use of technology - - - 2022-06-15 - 2024-05-09 + + Cloud Storage + Storage utilising cloud technologies + accepted - Harshvardhan J. Pandit, Delaram Golpayegani - + - - + - has subject - Indicates technology subject - - - - - - - 2024-05-09 + + + Smartphone + A combination of a mobile phone with computing capabilities similar to a PC + + accepted - Harshvardhan J. Pandit - + - + + + + + Guides for Data Privacy Vocabulary + + + + - Component - Technology provided as a component + Product + Technology that is provided as a product 2022-06-15 accepted @@ -782,159 +850,163 @@ - + - Software - Virtual parts or components of the technology such as programs and data - + Database + A database, database management system (DBMS), or application database + + 2022-06-15 accepted + Harshvardhan J. Pandit - - - - - Guides for Data Privacy Vocabulary - - - - + - - Laptop PC - A portal personal computer - + + User + Actor that uses Technologoy + + ISO/IEC 22989:2022 + 2024-05-09 accepted + Harshvardhan J. Pandit - + - - + - has producer - Indicates technology producer - - - - - - + + + Networking + Technology utilising networking + 2024-05-09 accepted Harshvardhan J. Pandit - + - + - has actor - Indicates an actor associated with technology + has provision status + Indicates whether the technology has been provided - - - 2022-10-21 - 2024-05-17 + + + + + sc + 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - - Hardware - Physical parts or components of the technology - + Provision Status + Status indicating whether Technology has been provided + + + 2024-05-09 accepted - + - + - - Mobile Phone - Mobile telephone - + + Market Available + Status indicating Technology is available on the market + + 2024-05-09 accepted - + - + - - Infrastructure as a Service - Technology provided as a cloud service consisting of managed infrastructure resources - + + Maintainer + Actor that maintains Technology + + DGA 26.3 2024-05-09 accepted - + - + + - - - Cellular Network - Technology utilising cellular networking - - 2024-05-09 + has intended use + Indicates the intended use of technology + + + + + 2024-05-22 accepted Harshvardhan J. Pandit - + - + - - iOS - iOS operating system - + + Manufacturer + Actor that manufactures Technology + + DGA 26.3 + 2024-05-09 accepted - + - + - Cloud Storage - Storage utilising cloud technologies + Local Storage + Storage that is local (e.g. on device) accepted - + + - - Function - Expression of what goals or purposes the technology's capabilities are being used towards or developed for - - 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 + has deployment location + Specifies the location of technology deployment and use + + + + 2024-05-09 accepted + Harshvardhan J. Pandit - + - + - has purchaser - Indicates technology purchaser + has producer + Indicates technology producer - - + + 2024-05-09 @@ -943,115 +1015,107 @@ - + - - - - Technology Concepts - JSON-LD serialiation + + + + Technology Concepts - Turtle serialiation - + + + + - Public Cloud Service - Technology provided as a cloud service that is public + Service + Technology provided or used as service(s) - 2024-05-09 + Removed plural suffix for consistency in terms + 2022-06-15 accepted + Harshvardhan J. Pandit - + - - Software as a Service - Technology provided as a cloud service consisting of managed software resources - + + Installer + Actor that installs Technology + + DGA 26.3 2024-05-09 accepted - + - - - - - Desktop PC - A non-portable or fixed personal computer - - accepted - - + + + + + Primer for Data Privacy Vocabulary + + - - - - has system integrator - Indicates technology system integrator - - - - - - - 2024-05-09 - accepted - Harshvardhan J. Pandit - - + + + + + Examples for Data Privacy Vocabulary + + - + - - Partner - Actor that provides services in the context of Technology - - "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. - ISO/IEC 22989:2022 + + DevelopmentPlan + DevelopmentPlan + 2024-05-09 accepted - + - + - - System Integrator - Actor that integrates Technology in to (larger) systems - - ISO/IEC 22989:2022 + + Mobile backend as a Service + Technology provided as a cloud service consisting of managed 'backend' services for mobile users + 2024-05-09 accepted - + - + + - - - GPS - Technology utilising GPS - + has function + Indicates the function of the technology + + + + 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - has customer - Indicates technology customer + has installer + Indicates technology installer - - + + 2024-05-09 @@ -1060,96 +1124,99 @@ - + - - Deployer - Actor that deploys Technology - - AI Act + Function + Expression of what goals or purposes the technology's capabilities are being used towards or developed for + + 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 2024-05-09 accepted - + - + + - - - Operator - Actor that operates the Technology - - 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 + has TRL + Indicates technology maturity level + + + + + + + sc 2024-05-09 accepted + Harshvardhan J. Pandit - + - + + - - - Producer - Actor that produces Technology - - ISO/IEC 22989:2022 + has deployer + Indicates technology deployer + + + + + + 2024-05-09 accepted + Harshvardhan J. Pandit - + - + + - - - Manufacturer - Actor that manufactures Technology - - DGA 26.3 + has market availability status + Indicates whether the technology is available on the market + + + + + + + sc 2024-05-09 accepted - + - + - - Plan - Plan - - 2024-05-09 + Actor + Actors and Entities involved in provision, use, and management of Technology + + + 2022-06-15 accepted + Harshvardhan J. Pandit, Delaram Golpayegani - + - - - - - Auditor - Actor that audits Technology for conformance to policies, standards, or legal requirements - - ISO/IEC 22989:2022 - 2024-05-09 - accepted - - + + - + - - Subject - Actor that is subjected to the use or impact of Technology - - ISO/IEC 22989:2022 - 2024-05-09 + Provision Method + Method associated with provision or use of technology + + + 2022-06-15 + 2024-05-09 accepted - Harshvardhan J. Pandit + Harshvardhan J. Pandit, Delaram Golpayegani - + @@ -1163,104 +1230,60 @@ - - - - - Owner - Actor that owns Technology - - DGA 26.3 - 2024-05-09 - accepted - - - - + + - - - Provider - Actor that provides Technology - - ISO/IEC 22989:2022 + has subject + Indicates technology subject + + + + + + 2024-05-09 accepted Harshvardhan J. Pandit - - - - - - - Product - Technology that is provided as a product - - 2022-06-15 - accepted - Harshvardhan J. Pandit - - + - + - - Supplier - Actor that supplies Technology - - DGA 26.3 + + Hybrid Cloud Service + Technology provided as a cloud service that is both private and public in parts + + 2024-05-09 accepted - + - + - Device - Device or computing device - + Smartphone Application + A computing or digital program on a smartphone device + + 2022-06-15 accepted + Harshvardhan J. Pandit - + - Telephone - Telephone - + Laptop PC + A portal personal computer + accepted - - - - - TestingPlan - TestingPlan - - 2024-05-09 - accepted - - - - - - - - Cloud Service - Technology provided as a cloud service - - accepted - - - @@ -1272,59 +1295,53 @@ - + - - Specification - Specification - + + Developer + Actor that develops Technology + + ISO/IEC 22989:2022 2024-05-09 accepted + Harshvardhan J. Pandit - + - + - - Importer - Actor that imports the Technology within a jurisdiction - + Status indicating whether Technology is available on the market + + 2024-05-09 accepted - + - - + - has user - Indicates technology user - - - - - - + + + TestingPlan + TestingPlan + 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - - Fixed Use - Technology that can be used a fixed numner of times - - 2022-06-15 + + Data Storage + Technology associated with storage of data + accepted - Harshvardhan J. Pandit - + @@ -1337,139 +1354,144 @@ - + + + + - - System - Technology provided as a system - - 2022-06-15 + + Provided + Status indicating Technology has been provided + + 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - - Instructions - Instructions - - 2024-05-09 + + Desktop PC + A non-portable or fixed personal computer + accepted - + - + - - Goods - Technology provided or used as goods - - 2022-06-15 + + Partner + Actor that provides services in the context of Technology + + "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. + ISO/IEC 22989:2022 + 2024-05-09 accepted - Harshvardhan J. Pandit - - - - + - + - - GNU/Linux - GNU/Linux operating system - + + Local Network + Technology utilising local networking + + 2024-05-09 accepted + Harshvardhan J. Pandit - + - + + - - Status indicating whether Technology is available on the market - - - 2024-05-09 + has provision method + Specifies the provision or usage method of technology + + + + + 2022-07-02 accepted + Harshvardhan J. Pandit - + - + - Technology Readiness Level (TRL) - Indication of maturity of Technology (ISO 16290:2013) - + + Operator + Actor that operates the Technology + + 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 2024-05-09 accepted - Harshvardhan J. Pandit - + - + - Service - Technology provided or used as service(s) + Component + Technology provided as a component - Removed plural suffix for consistency in terms 2022-06-15 accepted Harshvardhan J. Pandit - - + - has market availability status - Indicates whether the technology is available on the market - - - - - - - sc + + + Instructions + Instructions + 2024-05-09 accepted - + - - - - - Examples for Data Privacy Vocabulary - - + + + + + + + + Guide + Guide + + 2024-05-09 + accepted + + - + - Communication Mechanism - Communication mechanism used or provided by Technologoy - - - 2022-06-15 + + Application + Application or Application Software + accepted - Harshvardhan J. Pandit - + - + - Maintainer - Actor that maintains Technology + Purchaser + Actor that purchases Technology DGA 26.3 2024-05-09 @@ -1477,196 +1499,199 @@ - - - - - - - Technology Concepts - N3 serialiation - - + - Capability - Expression of what the technology is capable of achieving or providing - - Examples of capabilities are image recognition, sentiment analysis, machine translation + + WiFi + Technology utilising wifi wireless networking + 2024-05-09 accepted + Harshvardhan J. Pandit - + - + - - Provided - Status indicating Technology has been provided - - 2024-05-09 + + System + Technology provided as a system + + 2022-06-15 accepted + Harshvardhan J. Pandit - + - + - - Guide - Guide - + + Goods + Technology provided or used as goods + + 2022-06-15 + accepted + Harshvardhan J. Pandit + + + + + + + Technology Readiness Level (TRL) + Indication of maturity of Technology (ISO 16290:2013) + 2024-05-09 accepted + Harshvardhan J. Pandit - + - - - - - - - Technology Concepts - HTML serialiation + + + + + Software + Virtual parts or components of the technology such as programs and data + + accepted + + - + - has capability - Indicates the capability of the technology + has evaluator + Indicates technology evaluator - - + + + + 2024-05-09 accepted + Harshvardhan J. Pandit - + - + - Smartphone - A combination of a mobile phone with computing capabilities similar to a PC - - + Device + Device or computing device + accepted - + - Deployment Location - Location for where technology is deployed and used - - + + Plan + Plan + + 2024-05-09 + accepted + + + + + + + + Algorithmic + Technology provided as an algorithm or method + 2022-06-15 accepted - Harshvardhan J. Pandit, Delaram Golpayegani + Harshvardhan J. Pandit - + - + - - Designer - Actor that designs Technology - - DGA 26.3 + + Specification + Specification + 2024-05-09 accepted - + - + - User - Actor that uses Technologoy - + Auditor + Actor that audits Technology for conformance to policies, standards, or legal requirements + ISO/IEC 22989:2022 2024-05-09 accepted - Harshvardhan J. Pandit - - - - - - - - - - Technology Concepts - Turtle serialiation - - - - - - - - - Primer for Data Privacy Vocabulary - - - - + - Database - A database, database management system (DBMS), or application database - - 2022-06-15 + Telephone + Telephone + accepted - Harshvardhan J. Pandit - + - - Compute as a Service - Technology provided as a cloud service consisting of managed compute resources - + Capability + Expression of what the technology is capable of achieving or providing + + Examples of capabilities are image recognition, sentiment analysis, machine translation 2024-05-09 accepted - + - + + + + + + + Technology Concepts - HTML serialiation + + - Provision Status - Status indicating whether Technology has been provided - - + + Infrastructure as a Service + Technology provided as a cloud service consisting of managed infrastructure resources + 2024-05-09 accepted - + - + - + - - - - Technology Concepts - RDF/XML serialiation - - - + + + + Technology Concepts - JSON-LD serialiation @@ -1677,7 +1702,10 @@ - + + + + diff --git a/tech/tech.ttl b/tech/tech.ttl index e0d1db99a..c2eaf132a 100644 --- a/tech/tech.ttl +++ b/tech/tech.ttl @@ -463,6 +463,18 @@ tech:Instructions a rdfs:Class, skos:inScheme tech:docs-classes ; skos:prefLabel "Instructions"@en . +tech:IntendedUse a rdfs:Class, + skos:Concept ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech: ; + rdfs:subClassOf rdfs:Class ; + sw:term_status "accepted"@en ; + skos:definition "Describes the 'intended' use of the technology"@en ; + skos:inScheme tech:core-classes ; + skos:prefLabel "Intended Use"@en ; + skos:scopeNote "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 procss or other relevant context."@en . + tech:Internet a rdfs:Class, skos:Concept, tech:CommunicationMechanism ; @@ -713,7 +725,7 @@ tech:PrivateCloudService a rdfs:Class, dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech: ; sw:term_status "accepted"@en ; - skos:broader tech:TechnologyProvisionMethod ; + skos:broader tech:CloudService ; skos:definition "Technology provided as a cloud service that is private"@en ; skos:inScheme tech:provision-classes ; skos:prefLabel "Private Cloud Service"@en . @@ -796,7 +808,7 @@ tech:PublicCloudService a rdfs:Class, dct:created "2024-05-09"^^xsd:date ; rdfs:isDefinedBy tech: ; sw:term_status "accepted"@en ; - skos:broader tech:TechnologyProvisionMethod ; + skos:broader tech:CloudService ; skos:definition "Technology provided as a cloud service that is public"@en ; skos:inScheme tech:provision-classes ; skos:prefLabel "Public Cloud Service"@en . @@ -1233,6 +1245,20 @@ tech:hasInstaller a rdf:Property, schema:domainIncludes dpv:Technology ; schema:rangeIncludes tech:Installer . +tech:hasIntendedUse a rdf:Property, + skos:Concept ; + dcam:domainIncludes dpv:Technology ; + dcam:rangeIncludes tech:IntendedUse ; + dct:contributor "Harshvardhan J. Pandit" ; + dct:created "2024-05-22"^^xsd:date ; + rdfs:isDefinedBy tech: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the intended use of technology"@en ; + skos:inScheme tech:core-properties ; + skos:prefLabel "has intended use"@en ; + schema:domainIncludes dpv:Technology ; + schema:rangeIncludes tech:IntendedUse . + tech:hasMaintainer a rdf:Property, skos:Concept ; dcam:domainIncludes dpv:Technology ; @@ -1530,16 +1556,16 @@ tech:serialisation-ttl a profile:ResourceDescriptor ; tech:status-properties a skos:ConceptScheme . -tech:core-properties a skos:ConceptScheme . - tech:comms-classes a skos:ConceptScheme . -tech:core-classes a skos:ConceptScheme . +tech:core-properties a skos:ConceptScheme . tech:docs-classes a skos:ConceptScheme . tech:status-classes a skos:ConceptScheme . +tech:core-classes a skos:ConceptScheme . + tech:actors-properties a skos:ConceptScheme . tech:provision-classes a skos:ConceptScheme .