-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagentparty.owl
165 lines (97 loc) · 5.18 KB
/
agentparty.owl
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.semanticweb.org/georg/ontologies/2020/3/untitled-ontology-145#"
xml:base="http://www.semanticweb.org/georg/ontologies/2020/3/untitled-ontology-145"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<owl:Ontology rdf:about="https://w3id.org/DEMETER_ontologies/agentparty">
<owl:versionIRI rdf:resource="https://github.com/gero84/DEMETER_ontologies/blob/master/agentparty.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/2004/02/skos/core#definition -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#definition"/>
<!-- http://www.w3.org/2004/02/skos/core#prefLabel -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#prefLabel"/>
<!-- http://www.w3.org/2004/02/skos/core#scopeNote -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#scopeNote"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://xmlns.com/foaf/0.1/member -->
<owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/member"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/2004/02/skos/core#notation -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/2004/02/skos/core#notation"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#Datatype -->
<owl:Class rdf:about="http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#Datatype"/>
<!-- http://portele.de/ont/inspire/baseInspire#RelatedParty -->
<owl:Class rdf:about="http://portele.de/ont/inspire/baseInspire#RelatedParty">
<rdfs:subClassOf rdf:resource="http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#Datatype"/>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Agent -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://xmlns.com/foaf/0.1/member"/>
<owl:someValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">Agent</rdfs:label>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://portele.de/ont/inspire/baseInspire#RelatedParty -->
<owl:NamedIndividual rdf:about="http://portele.de/ont/inspire/baseInspire#RelatedParty">
<skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#NCName">RelatedParty</skos:notation>
</owl:NamedIndividual>
<!-- http://portele.de/ont/inspire/baseInspire#responsibleParty -->
<owl:NamedIndividual rdf:about="http://portele.de/ont/inspire/baseInspire#responsibleParty">
<skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#NCName">responsibleParty</skos:notation>
<skos:definition xml:lang="en">The responsible party.</skos:definition>
<skos:prefLabel xml:lang="en">responsible Party</skos:prefLabel>
</owl:NamedIndividual>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://portele.de/ont/inspire/baseInspire#RelatedParty">
<skos:prefLabel xml:lang="en">related party</skos:prefLabel>
<skos:scopeNote xml:lang="en">NOTE 1 A party, typically an individual person, acting as a general point of contact for a resource can be specified without providing any particular role.</skos:scopeNote>
<skos:definition xml:lang="en">An organisation or a person with a role related to a resource.</skos:definition>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->