Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPV-TECH properties have incorrect domain/range #44

Closed
coolharsh55 opened this issue Jul 2, 2022 · 3 comments
Closed

DPV-TECH properties have incorrect domain/range #44

coolharsh55 opened this issue Jul 2, 2022 · 3 comments
Assignees

Comments

@coolharsh55
Copy link
Collaborator

No description provided.

@coolharsh55
Copy link
Collaborator Author

Updated the source spreadsheet to fix this. The next generation of code and docs should fix this - nothing more to do except verify before publishing next release.

@coolharsh55 coolharsh55 changed the title DPV-TECH properties have incorrect domain dpv:hasEntity instead of dpv:hasEntity DPV-TECH properties have incorrect domain/range Jul 2, 2022
@coolharsh55
Copy link
Collaborator Author

DPV-TECH properties have incorrect domain dpv:hasEntity which should instead be range dpv:Entity. The domains are entirely absent, and ranges are mixed with domains, and sub-property is not defined. The fixed domains and ranges are as below.

Term domain range
hasProvisionMethod dpv:Technology dpv-tech:TechnologyProvisionMethod
hasProvider dpv:Technology dpv:Entity
hasDeveloper dpv:Technology dpv:Entity
hasUser dpv:Technology dpv:Entity
hasSubject dpv:Technology dpv:Entity
hasCommunicationMechanism dpv:Technology dpv-tech:CommunicationMechanism
hasTRL dpv:Technology dpv-tech:TechnologyReadinessLevel

@coolharsh55
Copy link
Collaborator Author

The ranges now reflect the specific Technology Actor roles.

Term domain range
hasProvisionMethod dpv:Technology dpv-tech:TechnologyProvisionMethod
hasProvider dpv:Technology dpv:TechnologyProvider
hasDeveloper dpv:Technology dpv:TechnologyDeveloper
hasUser dpv:Technology dpv:TechnologyUser
hasSubject dpv:Technology dpv:TechnologyEntity
hasCommunicationMechanism dpv:Technology dpv-tech:CommunicationMechanism
hasTRL dpv:Technology dpv-tech:TechnologyReadinessLevel

coolharsh55 added a commit that referenced this issue Jul 21, 2022
The properties related to technology actors (provision, developer, user,
subject) have their domain set to `dpv:Technology` and the respective
`TechnologyActor` from dpv-tech extension.
coolharsh55 added a commit that referenced this issue Aug 26, 2022
Additions:
- #40 script for creating releases (see script 803)
- risk extension at /dpv/risk
- rights extension at /dpv/rights, currently only provides EU's Charter
  of Fundamental Rights at dpv/rights/eu
- DPIA concepts in DPV-GDPR
- Better modularisation of concepts, Context -> Status,
  ProcessingContext -> ProcessingScale, LegalBasis -> special category
  personal data, data transfer
- Adds OWL-Manchester syntax output for DPV-OWL

Fixes:
- Fixes #37 Fixes #41 Adds property domains/ranges in HTML
- Fixes #44 dpv-tech properties incorrect domain/range
- Fixes label consistency (dct:title -> skos:prefLabel or rdfs:label)
- Remove SKOS concepts from DPV-OWL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant