-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Realm Politics for test ontology of BMUV
- Loading branch information
ssancar
committed
Dec 5, 2024
1 parent
7715de1
commit 8ba1a28
Showing
11 changed files
with
173 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ogit: <http://www.purl.org/ogit/> . | ||
@prefix ogit.Politics: <http://www.purl.org/ogit/Politics/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
ogit.Politics:agendaItem | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "agendaitem"; | ||
dcterms:description "Der Tagesordnungspunkt der Rede."; | ||
dcterms:valid "start=2024-12-05;" ; | ||
dcterms:creator "Semih Can Sancar" ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ogit: <http://www.purl.org/ogit/> . | ||
@prefix ogit.Politics: <http://www.purl.org/ogit/Politics/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
ogit.Politics:date | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "date"; | ||
dcterms:description "Das Datum der Rede."; | ||
dcterms:valid "start=2024-12-05;" ; | ||
dcterms:creator "Semih Can Sancar" ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ogit: <http://www.purl.org/ogit/> . | ||
@prefix ogit.Politics: <http://www.purl.org/ogit/Politics/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
ogit.Politics:firstname | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "firstname"; | ||
dcterms:description "Der Vorname des Redners."; | ||
dcterms:valid "start=2024-12-05;" ; | ||
dcterms:creator "Semih Can Sancar" ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ogit: <http://www.purl.org/ogit/> . | ||
@prefix ogit.Politics: <http://www.purl.org/ogit/Politics/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
ogit.Politics:id | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "id"; | ||
dcterms:description "Die ID der Rede oder des Redners."; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ogit: <http://www.purl.org/ogit/> . | ||
@prefix ogit.Politics: <http://www.purl.org/ogit/Politics/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
ogit.Politics:legislation | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "legislation"; | ||
dcterms:description "Die Wahlperiode in der die Rede gehalten wurde."; | ||
dcterms:valid "start=2024-12-05;" ; | ||
dcterms:creator "Semih Can Sancar" ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ogit: <http://www.purl.org/ogit/> . | ||
@prefix ogit.Politics: <http://www.purl.org/ogit/Politics/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
ogit.Politics:party | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "party"; | ||
dcterms:description "Die Fraktion des Redners."; | ||
dcterms:valid "start=2024-12-05;" ; | ||
dcterms:creator "Semih Can Sancar" ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ogit: <http://www.purl.org/ogit/> . | ||
@prefix ogit.Politics: <http://www.purl.org/ogit/Politics/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
ogit.Politics:surname | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "surname"; | ||
dcterms:description "Der Nachname des Redners."; | ||
dcterms:valid "start=2024-12-05;" ; | ||
dcterms:creator "Semih Can Sancar" ; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ogit: <http://www.purl.org/ogit/> . | ||
@prefix ogit.Politics: <http://www.purl.org/ogit/Politics/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
ogit.Politics:titel | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "titel"; | ||
dcterms:description "Der Titel des Redners."; | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ogit: <http://www.purl.org/ogit/> . | ||
@prefix ogit.Politics: <http://www.purl.org/ogit/Politics/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
ogit.Politics:Speaker | ||
a rdfs:Class; | ||
rdfs:subClassOf ogit:Entity; | ||
rdfs:label "Speaker"; | ||
dcterms:description "Diese Entität repräsentiert einen Redner, der eine Rede hält."; | ||
dcterms:valid "start=2024-12-05;" ; | ||
dcterms:creator "Semih Can Sancar" ; | ||
ogit:mandatory-attributes ( | ||
ogit:id | ||
ogit:titel | ||
ogit:firstname | ||
ogit:surname | ||
ogit:party | ||
); | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ogit: <http://www.purl.org/ogit/> . | ||
@prefix ogit.Politics: <http://www.purl.org/ogit/Politics/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
|
||
ogit.Politics:Speech | ||
a rdfs:Class; | ||
rdfs:subClassOf ogit:Entity; | ||
rdfs:label "Speech"; | ||
dcterms:description "Diese Entität repräsentiert eine Rede im Plenarprotokoll."; | ||
dcterms:valid "start=2024-12-05;" ; | ||
dcterms:creator "Semih Can Sancar" ; | ||
ogit:mandatory-attributes ( | ||
ogit:id; | ||
ogit:date; | ||
ogit:legislation | ||
); | ||
ogit:optional-attributes ( | ||
ogit:agendaitem | ||
); | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ogit: <http://www.purl.org/ogit/> . | ||
@prefix ogit.Politics: <http://www.purl.org/ogit/Politics/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
ogit.Politics:heldby | ||
a owl:ObjectProperty; | ||
rdfs:subPropertyOf ogit:Verb; | ||
rdfs:label "held by"; | ||
dcterms:description "Verknüpft eine Rede mit einem Redner."; | ||
dcterms:valid "start=2024-12-05;" ; | ||
dcterms:creator "Semih Can Sancar" ; | ||
ogit:cardinality "many2one"; | ||
ogit:allowed ( | ||
[ | ||
ogit:from ogit:Speech; | ||
ogit:to ogit:Speaker; | ||
] | ||
); | ||
. |