123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646 |
- @prefix : <http://purl.org/adaptcentre/openscience/ontologies/consent#> .
- @prefix owl: <http://www.w3.org/2002/07/owl#> .
- @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
- @prefix xml: <http://www.w3.org/XML/1998/namespace> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- @base <http://purl.org/adaptcentre/openscience/ontologies/consent> .
- <http://purl.org/adaptcentre/openscience/ontologies/consent> rdf:type owl:Ontology ;
- owl:versionIRI <https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2> ;
- <http://purl.org/dc/elements/1.1/title> "Consent Ontology"^^xsd:string ;
- <http://purl.org/dc/terms/abstract> """The General Data Protection Regulations (GDPR) imposes greater
- restrictions on obtaining valid user consents involving the use of personal data.
- A semantic model of consent can make the concepts of consent explicit, estab-
- lish a common understanding and enable re-use of consent. Therefore, forming
- a semantic model of consent will satisfy the GDPR requirements of specificity
- and unambiguity and is an important step towards ensuring compliance. In this
- paper, we discuss obtaining an open vocabulary of expressing consent leverag-
- ing existing semantic models of provenance, processes, permission and obliga-
- tions. We also present a reference architecture for the management of data pro-
- cessing according to consent permission. This data management model utilizes
- the open vocabulary of consent and incorporates the change of context into the
- data processing activity. By identifying and incorporating changes to the rela-
- tional context between data controllers and data subjects into the data pro-
- cessing model, it aims to improve the integration of data management across
- different information systems specifically adhering to the GDPR and helping
- controllers to demonstrate compliance."""^^xsd:string ;
- <http://purl.org/dc/terms/created> "2017-08-01"^^xsd:date ;
- <http://purl.org/dc/terms/creator> "Harshvardhan J. Pandit"^^xsd:string ,
- "Kaniz Fatema"^^xsd:string ;
- <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
- <http://purl.org/dc/terms/modified> "2018-08-09"^^xsd:date ;
- <http://purl.org/vocab/vann/preferredNamespacePrefix> "consent"^^xsd:string ;
- rdfs:comment "The consent ontology presents a way to define and describe consent in terms relevant to the GDPR."^^xsd:string .
- #################################################################
- # Annotation properties
- #################################################################
- ### http://purl.org/dc/terms/creator
- <http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .
- ### http://www.w3.org/ns/prov#definition
- <http://www.w3.org/ns/prov#definition> rdf:type owl:AnnotationProperty .
- #################################################################
- # Object Properties
- #################################################################
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#activity_has_purpose
- :activity_has_purpose rdf:type owl:ObjectProperty ;
- rdfs:domain :Action ;
- rdfs:range :Purpose ;
- rdfs:label "activity_has_purpose"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#consent_given_at
- :consent_given_at rdf:type owl:ObjectProperty ;
- rdfs:domain :Consent ;
- rdfs:range :Context ;
- rdfs:label "consent_given_at"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#consent_given_by
- :consent_given_by rdf:type owl:ObjectProperty ;
- rdfs:domain :Consent ;
- rdfs:range :ConsentingParty ;
- rdfs:label "consent_given_by"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#consent_given_for
- :consent_given_for rdf:type owl:ObjectProperty ;
- rdfs:domain :Consent ;
- rdfs:range :Permission ;
- rdfs:label "consent_given_for"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#data_has_a_category
- :data_has_a_category rdf:type owl:ObjectProperty ;
- rdfs:domain :Data ;
- rdfs:range :Category ;
- rdfs:label "data_has_a_category"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#data_has_a_format
- :data_has_a_format rdf:type owl:ObjectProperty ;
- rdfs:domain :Data ;
- rdfs:range :ConsentFormat ;
- rdfs:label "data_has_a_format"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#permission_given_for_activity
- :permission_given_for_activity rdf:type owl:ObjectProperty ;
- rdfs:domain :Permission ;
- rdfs:range :Action ;
- rdfs:label "permission_given_for_activity"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#permission_given_for_condition
- :permission_given_for_condition rdf:type owl:ObjectProperty ;
- rdfs:domain :Permission ;
- rdfs:range :Condition ;
- rdfs:label "permission_given_for_condition"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#permission_given_for_data
- :permission_given_for_data rdf:type owl:ObjectProperty ;
- rdfs:domain :Permission ;
- rdfs:range :Data ;
- rdfs:label "permission_given_for_data"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#permission_given_to
- :permission_given_to rdf:type owl:ObjectProperty ;
- rdfs:domain :Permission ;
- rdfs:range :AllowedParty ;
- rdfs:label "permission_given_to"^^xsd:string .
- #################################################################
- # Classes
- #################################################################
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Action
- :Action rdf:type owl:Class ;
- rdfs:subClassOf :Permission ;
- rdfs:comment "'action' is used to identify what action is permitted by the consent."^^xsd:string ;
- rdfs:label "Action"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'action' defines what action is permitted by the consent."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Activity
- :Activity rdf:type owl:Class ;
- rdfs:subClassOf :ConsentObligation ;
- rdfs:comment "This term 'activity' is used to define what to do when some 'event' occures related to consent. For example, when the consent expires (event), then re-solicit consent (activity) or when the consent is revoked (event) then stop processing (activity)."^^xsd:string ;
- rdfs:label "Activity"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'Activity' defines what activiy is required to do when an event occures due to Consent Obligation has an event and an activity. When that even occures that activity is required to be executed by the 'Consent Obligation'"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#AggregatedAnalysis
- :AggregatedAnalysis rdf:type owl:Class ;
- rdfs:subClassOf :Purpose ;
- rdfs:label "AggregatedAnalysis"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'aggregated analysis' is a subtype of 'purpose'. It means the data are allowed for analysis and the analysis can aggregated data from other sources as well."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#AllowedParty
- :AllowedParty rdf:type owl:Class ;
- rdfs:subClassOf :Party ;
- rdfs:comment "'Allowed party' is used to indicate who the party (person or organisation) is that is allowed (or denied )to perform certain action on the particular data by this consent."^^xsd:string ;
- rdfs:label "AllowedParty"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'Allowed party' defines the party (person or organisation) that is allowed (or denied )to perform certain action on the particular data by this consent."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#AppBased
- :AppBased rdf:type owl:Class ;
- rdfs:subClassOf :ConsentFormat ;
- rdfs:comment "It identifies if the consent is taken in the form of mobile application."^^xsd:string ;
- rdfs:label "AppBased"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "It defines if the consent is taken in the form of mobile application."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Audio
- :Audio rdf:type owl:Class ;
- rdfs:subClassOf :ConsentFormat ;
- rdfs:comment "It is used to identify if the consent is taken in the form of audio."^^xsd:string ;
- rdfs:label "Audio"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "It identifies if the consent is taken in the form of audio."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#AudioData
- :AudioData rdf:type owl:Class ;
- rdfs:subClassOf :SingleFormatData ;
- rdfs:label "AudioData"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'audio data' defines the format of data is audio."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#BusinessType
- :BusinessType rdf:type owl:Class ;
- rdfs:subClassOf :ShareWith ;
- rdfs:comment "'business type' indicates the type of business the data is permitted to share by this consent."^^xsd:string ;
- rdfs:label "BusinessType"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'business type' defines with what type of business the data is permitted to share by this consent."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Category
- :Category rdf:type owl:Class ;
- rdfs:subClassOf :Data ;
- rdfs:comment "'category' identifies the category of data such as personal data (sensitive or non sensitive) / non personal data etc."^^xsd:string ;
- rdfs:label "Category"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'category' defines the category of data on which this consent applies."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Collect
- :Collect rdf:type owl:Class ;
- rdfs:subClassOf :PermittedAction ;
- rdfs:comment "'collect' indicates the action to collect data. This is used to identify if data collection is allowed by the consent's permission."^^xsd:string ;
- rdfs:label "Collect"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'collect' defines the action to collect data."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Condition
- :Condition rdf:type owl:Class ;
- rdfs:subClassOf :Permission ;
- rdfs:comment "'condition' is used to mention if there is any condition based on which the permission mentioned in the consent will be applicable. In other words the permission mentioned in the consent is applicable only when the conditions are met."^^xsd:string ;
- rdfs:label "Condition"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'condition' defines based on what condition the permission is applicable."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Consent
- :Consent rdf:type owl:Class ;
- rdfs:label "Consent"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "consent of the data subject means any freely given, specific, informed and unambiguous indication of the data subject's wishes by which he or she, by a statement or by a clear affirmative action, signifies agreement to the processing of personal data relating to him or her;"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#ConsentFormat
- :ConsentFormat rdf:type owl:Class ;
- rdfs:subClassOf :Context ;
- rdfs:comment "It is used to record at what format the consent was obtained."^^xsd:string ;
- rdfs:label "ConsentFormat"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'consent format' defines the format was used to obtain the consent."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#ConsentObligation
- :ConsentObligation rdf:type owl:Class ;
- rdfs:label "ConsentObligation"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "Obligations are the actions to be performated when an event occures. 'consent obligation' defines the obligation related to consent, i.e. it defines what action to perform when an event related to consent occures. For example, when the consent expires (event), then re-solicit consent (activity) or when the consent is revoked (event) then stop processing (activity)."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#ConsentingParty
- :ConsentingParty rdf:type owl:Class ;
- rdfs:subClassOf :Party ;
- rdfs:label "ConsentingParty"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'consenting party' is the person who is giving the consent."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Context
- :Context rdf:type owl:Class ;
- rdfs:comment "Context is used to keep track of the contextual information while giving, modifying or revoking consent."^^xsd:string ;
- rdfs:label "Context"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "It defines at what context the consent was given."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Data
- :Data rdf:type owl:Class ;
- rdfs:subClassOf :Permission ;
- rdfs:comment "'data' identifies to what data this consent is applicable."^^xsd:string ;
- rdfs:label "Data"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'data' defines what data is premitted by this consent."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#DataFormat
- :DataFormat rdf:type owl:Class ;
- rdfs:subClassOf :Data ;
- rdfs:comment "'data format' identifies the format data for which this consent is applicable."^^xsd:string ;
- rdfs:label "DataFormat"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'data format' defines the format of data for which this consent is applicable."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#DataSubject
- :DataSubject rdf:type owl:Class ;
- rdfs:subClassOf :ConsentingParty ;
- rdfs:label "DataSubject"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'data subject' is the person who is identified by the personal data or the data is about that person."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#DataSubjectRepresentative
- :DataSubjectRepresentative rdf:type owl:Class ;
- rdfs:subClassOf :ConsentingParty ;
- rdfs:label "DataSubjectRepresentative"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'data subject's representative' is the person who is consenting on behalf of the data subject."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#DeniedAction
- :DeniedAction rdf:type owl:Class ;
- rdfs:subClassOf :Action ;
- rdfs:comment "'denied action' indicates the action that is denied by the consent."^^xsd:string ;
- rdfs:label "DeniedAction"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'denied action' defines what action is denied by the consent."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#EmailMarketing
- :EmailMarketing rdf:type owl:Class ;
- rdfs:subClassOf :Marketing ;
- rdfs:label "EmailMarketing"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'email marketing' is a subtype of purpose 'marketing.'"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Event
- :Event rdf:type owl:Class ;
- rdfs:subClassOf :ConsentObligation ;
- rdfs:label "Event"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> """'event' defines the event based on which an activity is required to do.
- Consent Obligation has an event and an activity. When that even occures that activity is required to be executed by the 'Consent Obligation'"""^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Examine
- :Examine rdf:type owl:Class ;
- rdfs:subClassOf :Use ;
- rdfs:label "Examine"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'examine' is a subtype of action 'use'."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#ForProfit
- :ForProfit rdf:type owl:Class ;
- rdfs:subClassOf :BusinessType ;
- rdfs:label "ForProfit"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'for profit' defines the business type of the organisation with whom the data is permitted to share is for profit."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#GeneticData
- :GeneticData rdf:type owl:Class ;
- rdfs:subClassOf :PersonalData ;
- rdfs:comment "'genetic data' is a subtype of 'personal data'."^^xsd:string ;
- rdfs:label "GeneticData"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'genetic data' identifies the of 'category' of data applicable by this consent is genetic data."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#GrantingContext
- :GrantingContext rdf:type owl:Class ;
- rdfs:subClassOf :Context ;
- rdfs:comment "'granting context' says at what context the consent was given."^^xsd:string ;
- rdfs:label "GrantingContext"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'granting context' defines at what context the consent was given."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#HealthData
- :HealthData rdf:type owl:Class ;
- rdfs:subClassOf :PersonalData ;
- rdfs:comment "'health data' identifies the of 'category' of data applicable by this consent is health data."^^xsd:string ,
- "'health data' is a subtype of 'personal data'."^^xsd:string ;
- rdfs:label "HealthData"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#InformationExchanged
- :InformationExchanged rdf:type owl:Class ;
- rdfs:subClassOf :Context ;
- rdfs:comment "'information exchanged' says what information was provided while the consent was given."^^xsd:string ;
- rdfs:label "InformationExchanged"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'information exchanged' is used to note the information that was provided while the consent was given."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#LegalRepresentativeOfDataSubject
- :LegalRepresentativeOfDataSubject rdf:type owl:Class ;
- rdfs:subClassOf :DataSubjectRepresentative ;
- rdfs:label "LegalRepresentativeOfDataSubject"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'legal representative of data subject' is the person who is legally consenting on behalf of the data subject."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Location
- :Location rdf:type owl:Class ;
- rdfs:subClassOf :Context ;
- rdfs:comment "'location' says where the consent is given."^^xsd:string ;
- rdfs:label "Location"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'location' defines the context of where the consent is given."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Marketing
- :Marketing rdf:type owl:Class ;
- rdfs:subClassOf :Purpose ;
- rdfs:label "Marketing"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'marketing' is a subtype of purpose."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#MarketingViaPhone
- :MarketingViaPhone rdf:type owl:Class ;
- rdfs:subClassOf :Marketing ;
- rdfs:label "MarketingViaPhone"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'phone marketing' is a subtype of purpose 'marketing.'"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#MarketingViaPost
- :MarketingViaPost rdf:type owl:Class ;
- rdfs:subClassOf :Marketing ;
- rdfs:label "MarketingViaPost"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'marketing by post' is a subtype of purpose marketing."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#MarketingViaText
- :MarketingViaText rdf:type owl:Class ;
- rdfs:subClassOf :Marketing ;
- rdfs:label "MarketingViaText"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'marketing by text' is a subtype of purpose marketing."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#MixedFormatData
- :MixedFormatData rdf:type owl:Class ;
- rdfs:subClassOf :DataFormat ;
- rdfs:comment "'mixed format data' indicates if the data being consented has a mixed format i.e. the data comtains various format. An example of mixed format data can be a combination of both audio and text format of data."^^xsd:string ;
- rdfs:label "MixedFormatData"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'mixed format data' defines if the data being consented has a mixed format. mixed format data combines the data of various format."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#ModificationContext
- :ModificationContext rdf:type owl:Class ;
- rdfs:subClassOf :Context ;
- rdfs:comment "'modification context' is used to indicate at what context the consent is modified."^^xsd:string ;
- rdfs:label "ModificationContext"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'modification context' defines at what context the consent is modified."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Modify
- :Modify rdf:type owl:Class ;
- rdfs:subClassOf :Use ;
- rdfs:label "Modify"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'modify' is a subtype of action 'use'."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#NameOfController
- :NameOfController rdf:type owl:Class ;
- rdfs:subClassOf :InformationExchanged ;
- rdfs:label "NameOfController"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#NonPersonalData
- :NonPersonalData rdf:type owl:Class ;
- rdfs:subClassOf :Category ;
- rdfs:comment "'non personal data' is a subtype of 'category' of data."^^xsd:string ;
- rdfs:label "NonPersonalData"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'non personal data' identifies that the of 'category' of data applicable by this consent is not personal data."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#NonProfit
- :NonProfit rdf:type owl:Class ;
- rdfs:subClassOf :BusinessType ;
- rdfs:label "NonProfit"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'non profit' defines the business type of the organisation with whom the data is permitted to share is non profit."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#OnlineForm
- :OnlineForm rdf:type owl:Class ;
- rdfs:subClassOf :ConsentFormat ;
- rdfs:label "OnlineForm"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "It identifies if the consent is taken in the form of an online form."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#OnlineOptInOption
- :OnlineOptInOption rdf:type owl:Class ;
- rdfs:subClassOf :ConsentFormat ;
- rdfs:label "OnlineOptInOption"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "It identifies if the consent is taken as an online opt-in option."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Organisation
- :Organisation rdf:type owl:Class ;
- rdfs:subClassOf :ShareWith ;
- rdfs:label "Organisation"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'organisation' identifies the organisation with whom the data is permitted to share."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#OrganisationLocation
- :OrganisationLocation rdf:type owl:Class ;
- rdfs:subClassOf :Organisation ;
- rdfs:label "OrganisationLocation"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'organisation's location' identifies the location of the organisation that is permitted by the consent."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#OrganisationName
- :OrganisationName rdf:type owl:Class ;
- rdfs:subClassOf :Organisation ;
- rdfs:label "OrganisationName"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'organisation's name' identifies the name of the organisation that is permitted by the consent."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Paper
- :Paper rdf:type owl:Class ;
- rdfs:subClassOf :ConsentFormat ;
- rdfs:label "Paper"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "It identifies if the consent is taken on paper."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#ParentOfDataSubject
- :ParentOfDataSubject rdf:type owl:Class ;
- rdfs:subClassOf :DataSubjectRepresentative ;
- rdfs:label "ParentOfDataSubject"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'parent of data subject' is the person who is the parent of data subject and consenting on behalf of the data subject where the data subject is a child."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Party
- :Party rdf:type owl:Class .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#PartyToShareDataWith
- :PartyToShareDataWith rdf:type owl:Class ;
- rdfs:subClassOf :InformationExchanged ;
- rdfs:label "PartyToShareDataWith"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Permission
- :Permission rdf:type owl:Class ;
- rdfs:comment "'permission' is used to identify the authorisation granted by the consent."^^xsd:string ;
- rdfs:label "Permission"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'permission' defines the authorisation granted by the consent."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#PermittedAction
- :PermittedAction rdf:type owl:Class ;
- rdfs:subClassOf :Action ;
- rdfs:comment "'permitted action' indicates the action that is allowed by the consent."^^xsd:string ;
- rdfs:label "PermittedAction"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'permitted action' defines the action that is allowed by the consent."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#PersonalData
- :PersonalData rdf:type owl:Class ;
- rdfs:subClassOf :Category ;
- rdfs:comment "'personal data' is a subtype of 'category' of data."^^xsd:string ;
- rdfs:label "PersonalData"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'personal data' identifies the of 'category' of data applicable by this consent is personal data."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#PictureData
- :PictureData rdf:type owl:Class ;
- rdfs:subClassOf :SingleFormatData ;
- rdfs:label "PictureData"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'picture data' defines the format of data is image."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Purpose
- :Purpose rdf:type owl:Class ;
- rdfs:subClassOf :Action ;
- rdfs:label "Purpose"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'purpose' indicates for what purpose the action is allowed by the consent on the data"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Read
- :Read rdf:type owl:Class ;
- rdfs:subClassOf :Use ;
- rdfs:label "Read"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'read' is a subtype of action 'use'."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#RetentionTime
- :RetentionTime rdf:type owl:Class ;
- rdfs:subClassOf :InformationExchanged ;
- rdfs:label "RetentionTime"^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#RevokingContext
- :RevokingContext rdf:type owl:Class ;
- rdfs:subClassOf :Context ;
- rdfs:comment "'revoking context' is used to indicate at what context the consent is revoked."^^xsd:string ;
- rdfs:label "RevokingContext"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'revoking context' defines at what context the consent is revoked."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#ScientificPurpose
- :ScientificPurpose rdf:type owl:Class ;
- rdfs:subClassOf :Purpose ;
- rdfs:label "ScientificPurpose"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'scientific purpose' is a subtype of purpose."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#ShareWith
- :ShareWith rdf:type owl:Class ;
- rdfs:subClassOf :PermittedAction ;
- rdfs:comment "'share with' identifies who is allowed to share the data with by the consent."^^xsd:string ;
- rdfs:label "ShareWith"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'share with' defines with whom the consent permits to share data."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#SingleFormatData
- :SingleFormatData rdf:type owl:Class ;
- rdfs:subClassOf :DataFormat ;
- rdfs:comment "'singe format data' indicates if the data being consented has a single format. An example of mixed format data can be a combination of data of either audio and text format of data, not a combination of these."^^xsd:string ;
- rdfs:label "SingleFormatData"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'single format data' defines if the data being consented has a single format."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#SoloAnalysis
- :SoloAnalysis rdf:type owl:Class ;
- rdfs:subClassOf :Purpose ;
- rdfs:label "SoloAnalysis"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'solo analysis' is a subtype of 'purpose'. It means the data are allowed for analysis from this single source only, it can not be agreegate with data from other sources."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Store
- :Store rdf:type owl:Class ;
- rdfs:subClassOf :PermittedAction ;
- rdfs:comment "'store' indicates the action to store data. This is used to identify if data storage is allowed by the consent's permission."^^xsd:string ;
- rdfs:label "Store"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'store' defines the action to store data."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#TextData
- :TextData rdf:type owl:Class ;
- rdfs:subClassOf :SingleFormatData ;
- rdfs:label "TextData"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'text data' defines the format of data is text."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Time
- :Time rdf:type owl:Class ;
- rdfs:subClassOf :Context ;
- rdfs:comment "'time' says when the consent is given."^^xsd:string ;
- rdfs:label "Time"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'time' defines the context of when the consent is given."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Use
- :Use rdf:type owl:Class ;
- rdfs:subClassOf :PermittedAction ;
- rdfs:comment "'use' indicates the action to use data. This is used to identify if data use is allowed by the consent's permission."^^xsd:string ;
- rdfs:label "Use"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'use' indicates the action to use data."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#ValidityTime
- :ValidityTime rdf:type owl:Class ;
- rdfs:subClassOf :Permission ;
- rdfs:label "ValidityTime"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'validity time' defines the validity time of consent. The consent is valid only within this validity time."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#Video
- :Video rdf:type owl:Class ;
- rdfs:subClassOf :ConsentFormat ;
- rdfs:label "Video"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "It identifies if the consent is taken in the form of video."^^xsd:string .
- ### http://purl.org/adaptcentre/openscience/ontologies/consent#VideoData
- :VideoData rdf:type owl:Class ;
- rdfs:subClassOf :SingleFormatData ;
- rdfs:label "VideoData"^^xsd:string ;
- <http://www.w3.org/ns/prov#definition> "'video data' defines the format of data is video."^^xsd:string .
- #################################################################
- # General axioms
- #################################################################
- [ rdf:type owl:AllDisjointClasses ;
- owl:members ( :AudioData
- :PictureData
- :TextData
- :VideoData
- )
- ] .
- ### Generated by the OWL API (version 5.1.0) https://github.com/owlcs/owlapi/
|