-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathuntitled-ontology-30
50 lines (33 loc) · 2.02 KB
/
untitled-ontology-30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
@prefix : <http://www.semanticweb.org/harsh/ontologies/2018/10/untitled-ontology-30#> .
@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://www.semanticweb.org/harsh/ontologies/2018/10/untitled-ontology-30> .
<http://www.semanticweb.org/harsh/ontologies/2018/10/untitled-ontology-30> rdf:type owl:Ontology .
#################################################################
# Object Properties
#################################################################
### https://w3id.org/GConsent#forPersonalData
<https://w3id.org/GConsent#forPersonalData> rdf:type owl:ObjectProperty .
### https://w3id.org/GConsent#isConsentForDataSubject
<https://w3id.org/GConsent#isConsentForDataSubject> rdf:type owl:ObjectProperty .
#################################################################
# Classes
#################################################################
### https://w3id.org/GConsent#Consent
<https://w3id.org/GConsent#Consent> rdf:type owl:Class .
#################################################################
# Individuals
#################################################################
### http://example.com/AccountInformation
<http://example.com/AccountInformation> rdf:type owl:NamedIndividual .
### http://example.com/Consent1
<http://example.com/Consent1> rdf:type owl:NamedIndividual ,
<https://w3id.org/GConsent#Consent> ;
<https://w3id.org/GConsent#forPersonalData> <http://example.com/AccountInformation> ;
<https://w3id.org/GConsent#isConsentForDataSubject> <http://example.com/DataSubject> .
### http://example.com/DataSubject
<http://example.com/DataSubject> rdf:type owl:NamedIndividual .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi