Skip to content

Commit

Permalink
New Realm Politics for test ontology of BMUV
Browse files Browse the repository at this point in the history
  • Loading branch information
ssancar committed Dec 5, 2024
1 parent 7715de1 commit 8ba1a28
Show file tree
Hide file tree
Showing 11 changed files with 173 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NTO/Politics/attributes/agendaItem.ttl
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" ;
.
14 changes: 14 additions & 0 deletions NTO/Politics/attributes/date.ttl
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" ;
.
14 changes: 14 additions & 0 deletions NTO/Politics/attributes/firstname.ttl
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" ;
.
12 changes: 12 additions & 0 deletions NTO/Politics/attributes/id.ttl
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.";
.
14 changes: 14 additions & 0 deletions NTO/Politics/attributes/legislation.ttl
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" ;
.
14 changes: 14 additions & 0 deletions NTO/Politics/attributes/party.ttl
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" ;
.
14 changes: 14 additions & 0 deletions NTO/Politics/attributes/surname.ttl
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" ;
.
12 changes: 12 additions & 0 deletions NTO/Politics/attributes/titel.ttl
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.";
.
21 changes: 21 additions & 0 deletions NTO/Politics/entities/Speaker.ttl
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
);
.
23 changes: 23 additions & 0 deletions NTO/Politics/entities/Speech.ttl
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
);
.
21 changes: 21 additions & 0 deletions NTO/Politics/verbs/heldby.ttl
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;
]
);
.

0 comments on commit 8ba1a28

Please sign in to comment.