(You can download this ontology as an OWL file.)

This is the SPECIAL Policy Log Vocabulary, with identifier

/langs/splog#

For the documentation, see the upcoming Deliverable D2.3.

@prefix : </langs/splog#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix spl: </langs/usage-policy#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

</langs/splog> a owl:Ontology ;
	rdfs:seeAlso "https://aic.ai.wu.ac.at/qadlod/policyLog/" ;
	owl:versionInfo "0.3"@en .
# 
# 
# #################################################################
# #
# #    Object Properties
# #
# #################################################################
# 
# 
# /langs/splog#activity

:activity a owl:ObjectProperty ;
	rdfs:domain :LogEntry ;
	rdfs:range :Activity .
# 
# /langs/splog#case

:case a owl:ObjectProperty ;
	rdfs:subPropertyOf owl:topObjectProperty ;
	rdfs:domain :LogEntry ;
	rdfs:range :Case .
# 
# /langs/splog#controller

:controller a owl:ObjectProperty ;
	rdfs:subPropertyOf prov:agent ;
	rdfs:domain :ConsentAssertion ;
	rdfs:range :Controller .
# 
# /langs/splog#dataSubject

:dataSubject a owl:ObjectProperty ;
	rdfs:subPropertyOf prov:wasAssociatedWith ;
	rdfs:domain :LogEntry ;
	rdfs:range :DataSubject .
# 
# /langs/splog#dataSubjectGroup

:dataSubjectGroup a owl:ObjectProperty ;
	rdfs:subPropertyOf prov:wasAssociatedWith ;
	rdfs:domain :DataSubjectGroup ;
	rdfs:range :DataSubject .
# 
# /langs/splog#dimension

:dimension a owl:ObjectProperty ;
	rdfs:subPropertyOf :logEntryContent ;
	rdfs:domain :LogEntryGroup ;
	rdfs:range :LogEntryContent .
# 
# /langs/splog#entryMember

:entryMember a owl:ObjectProperty ;
	rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#member> ;
	rdfs:domain :LogEntryGroup ;
	rdfs:range :LogEntry .
# 
# /langs/splog#hashAlgorithm

:hashAlgorithm a owl:ObjectProperty ;
	rdfs:domain :ImmutableRecord ;
	rdfs:range :HashAlgorithm .
# 
# /langs/splog#hashKeyLength

:hashKeyLength a owl:ObjectProperty ;
	rdfs:subPropertyOf owl:topObjectProperty ;
	rdfs:domain :ImmutableRecord ;
	rdfs:range :HashKeyLength .
# 
# /langs/splog#immutableRecord

:immutableRecord a owl:ObjectProperty ;
	rdfs:subPropertyOf prov:wasGeneratedBy ;
	rdfs:domain :LogEntry ;
	rdfs:range :ImmutableRecord .
# 
# /langs/splog#logEntry

:logEntry a owl:ObjectProperty ;
	rdfs:subPropertyOf prov:wasGeneratedBy ;
	rdfs:domain :Log ;
	rdfs:range :LogEntry .
# 
# /langs/splog#logEntryContent

:logEntryContent a owl:ObjectProperty ;
	rdfs:domain :LogEntry ;
	rdfs:range :LogEntryContent ;
	rdfs:comment "Associates the Event with its content" .
# 
# /langs/splog#logEntryGroup

:logEntryGroup a owl:ObjectProperty ;
	rdfs:subPropertyOf prov:wasGeneratedBy ;
	rdfs:domain :Log ;
	rdfs:range :LogEntryGroup .
# 
# /langs/splog#performedBy

:performedBy a owl:ObjectProperty ;
	rdfs:domain :Activity ;
	rdfs:range prov:Agent .
# 
# /langs/splog#processor

:processor a owl:ObjectProperty ;
	rdfs:subPropertyOf prov:agent ;
	rdfs:domain :Log ;
	rdfs:range :Processor .
# 
# /langs/splog#recipient

:recipient a owl:ObjectProperty ;
	rdfs:domain :SharingEvent ;
	rdfs:range :Recipient .
# 
# /langs/splog#revoke

:revoke a owl:ObjectProperty ;
	rdfs:domain :ConsentRevocation ;
	rdfs:range :ConsentAssertion .
# 
# /langs/splog#subjectMember

:subjectMember a owl:ObjectProperty ;
	rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#member> .
# 
# http://www.w3.org/2004/02/skos/core#member

<http://www.w3.org/2004/02/skos/core#member> a owl:ObjectProperty .
# 
# http://www.w3.org/ns/prov#agent

prov:agent a owl:ObjectProperty .
# 
# http://www.w3.org/ns/prov#wasAssociatedWith

prov:wasAssociatedWith a owl:ObjectProperty .
# 
# http://www.w3.org/ns/prov#wasGeneratedBy

prov:wasGeneratedBy a owl:ObjectProperty .
# 
# 
# 
# #################################################################
# #
# #    Data properties
# #
# #################################################################
# 
# 
# http://purl.org/dc/terms/issued

dct:issued a owl:DatatypeProperty .
# 
# /langs/splog#contentHash

:contentHash a owl:DatatypeProperty ;
	rdfs:domain :ImmutableRecord ;
	rdfs:range xsd:base64Binary .
# 
# /langs/splog#message

:message a owl:DatatypeProperty ;
	rdfs:domain :LogEntry ;
	rdfs:range xsd:string .
# 
# /langs/splog#transactionTime

:transactionTime a owl:DatatypeProperty ;
	rdfs:subPropertyOf dct:issued ;
	rdfs:domain :LogEntry ;
	rdfs:range xsd:dateTimeStamp .
# 
# /langs/splog#userHash

:userHash a owl:DatatypeProperty ;
	rdfs:domain :ImmutableRecord ;
	rdfs:range xsd:base64Binary .
# 
# /langs/splog#validityEndTime

:validityEndTime a owl:DatatypeProperty ;
	rdfs:domain :LogEntryGroup ;
	rdfs:range xsd:dateTimeStamp .
# 
# /langs/splog#validityStartTime

:validityStartTime a owl:DatatypeProperty ;
	rdfs:domain :LogEntryGroup ;
	rdfs:range xsd:dateTimeStamp .
# 
# /langs/splog#validityTime

:validityTime a owl:DatatypeProperty ;
	rdfs:subPropertyOf prov:atTime ;
	rdfs:domain :LogEntry ;
	rdfs:range xsd:dateTimeStamp .
# 
# http://www.w3.org/ns/prov#atTime

prov:atTime a owl:DatatypeProperty .
# 
# 
# 
# #################################################################
# #
# #    Classes
# #
# #################################################################
# 
# 
# /langs/splog#Activity

:Activity a owl:Class ;
	rdfs:comment "a BPM activity"@en ;
	rdfs:label "Activity"@en .
# 
# /langs/splog#Case

:Case a owl:Class ;
	rdfs:comment "a BPM case"@en ;
	rdfs:label "Case"@en .
# 
# /langs/splog#ConsentAssertion

:ConsentAssertion a owl:Class ;
	rdfs:subClassOf :PolicyEntry ;
	rdfs:comment "A consent provided by a data subject"@en ;
	rdfs:label "Consent Assertion"@en .
# 
# /langs/splog#ConsentRevocation

:ConsentRevocation a owl:Class ;
	rdfs:subClassOf :PolicyEntry ;
	rdfs:comment "The revocation of a given consent"@en ;
	rdfs:label "Consent Revocation"@en .
# 
# /langs/splog#Controller

:Controller a owl:Class ;
	rdfs:subClassOf prov:Agent ;
	rdfs:comment "Controller as defined by Art. 4 (7) of the GDPR"@en ;
	rdfs:label "Controller"@en .
# 
# /langs/splog#DataEvent

:DataEvent a owl:Class ;
	rdfs:subClassOf :LogEntry ;
	rdfs:comment "Log entries that are actually events on the data, such 
		   as data processing and sharing events"@en ;
	rdfs:label "Data Event"@en .
# 
# /langs/splog#DataSubject

:DataSubject a owl:Class ;
	rdfs:subClassOf prov:Agent ;
	rdfs:comment "Natural person as per Art. 4 (1) of the GDPR"@en ;
	rdfs:label "Data Subject"@en .
# 
# /langs/splog#DataSubjectGroup

:DataSubjectGroup a owl:Class ;
	rdfs:subClassOf :DataSubject ;
	rdfs:comment "A goup of one or more data subjects"@en ;
	rdfs:label "Data Subject Group"@en .
# 
# /langs/splog#HashAlgorithm

:HashAlgorithm a owl:Class ;
	rdfs:comment "Defines an algorithm for hashing"@en ;
	rdfs:label "Hash Algorithm"@en .
# 
# /langs/splog#HashKeyLength

:HashKeyLength a owl:Class ;
	rdfs:comment "Defines the key length of a Hash Algorithm"@en ;
	rdfs:label "Hash Key Length"@en .
# 
# /langs/splog#ImmutableRecord

:ImmutableRecord a owl:Class ;
	rdfs:subClassOf prov:Activity ;
	rdfs:comment "the immutable record of an event"@en ;
	rdfs:label "Immutable Record"@en .
# 
# /langs/splog#Log

:Log a owl:Class ;
	rdfs:subClassOf prov:Entity ;
	rdfs:comment "A Log is a collection of data that records data 
    processing and sharing events as well as consent-related 
    activities (acquisition and revocation)"@en ;
	rdfs:label "Log"@en .
# 
# /langs/splog#LogEntry

:LogEntry a owl:Class ;
	rdfs:subClassOf prov:Activity ;
	rdfs:comment "A log entry contains information about a processing and 
	sharing 	event associated to a data subject, as well as actions 
	related 	to the consent provided (or revoked) by a data subject"@en ;
	rdfs:label "Log Entry"@en .
# 
# /langs/splog#LogEntryContent

:LogEntryContent a owl:Class ;
	rdfs:subClassOf spl:Authorization ;
	rdfs:comment "The content of a log entry in terms of the data involved, 
	how is data processed, the purpose of the process, where and for how 
	long is the data stored and potential disclosures to third parties"@en ;
	rdfs:label "Log Entry Content"@en .
# 
# /langs/splog#LogEntryGroup

:LogEntryGroup a owl:Class ;
	rdfs:subClassOf :LogEntry ;
	rdfs:comment "a log entry group contains information about one or more 
	log 	entries"@en ;
	rdfs:label "Log Entry Group"@en .
# 
# /langs/splog#PolicyEntry

:PolicyEntry a owl:Class ;
	rdfs:subClassOf :LogEntry ;
	rdfs:comment "Log entries related to policies and consent"@en ;
	rdfs:label "Policy Entry"@en .
# 
# /langs/splog#Process

:Process a owl:Class ;
	rdfs:comment "a BPM process"@en ;
	rdfs:label "Process"@en .
# 
# /langs/splog#ProcessingEvent

:ProcessingEvent a owl:Class ;
	rdfs:subClassOf :DataEvent ;
	rdfs:comment "A data processing event"@en ;
	rdfs:label "Data Processing Event"@en .
# 
# /langs/splog#Processor

:Processor a owl:Class ;
	rdfs:subClassOf prov:Agent ;
	rdfs:comment "Processor as defined by Art. 4 (8) of the GDPR"@en ;
	rdfs:label "Processor"@en .
# 
# /langs/splog#Recipient

:Recipient a owl:Class ;
	rdfs:subClassOf prov:Agent ;
	rdfs:comment "recipient as defined by Art. 4 (9) of the GDPR"@en ;
	rdfs:label "Recipient"@en .
# 
# /langs/splog#SharingEvent

:SharingEvent a owl:Class ;
	rdfs:subClassOf :DataEvent ;
	rdfs:comment "A data sharing event"@en ;
	rdfs:label "Data Sharing Event"@en .
# 
# /langs/usage-policy#Authorization

spl:Authorization a owl:Class .
# 
# http://www.w3.org/ns/prov#Activity

prov:Activity a owl:Class .
# 
# http://www.w3.org/ns/prov#Agent

prov:Agent a owl:Class .
# 
# http://www.w3.org/ns/prov#Entity

prov:Entity a owl:Class .

 

This project receives funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 731601

Legal Notice | Privacy Policy