Skip to content

Commit

Permalink
Merge pull request #646 from arago/politicsRealmNew
Browse files Browse the repository at this point in the history
PoliticsRealm new feats
  • Loading branch information
CalvinSpolwindAlmato authored Jan 16, 2025
2 parents d2175cd + 1cf62a8 commit a13b5b4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions SGO/sgo/attributes/dateOfBirth.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@prefix ogit: <http://www.purl.org/ogit/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

ogit:dateOfBirth
a owl:DatatypeProperty;
rdfs:subPropertyOf ogit:Attribute;
rdfs:label "dateOfBirth";
dcterms:description "The date of birth of a person in unix timestamp.";
# For ranges, see http://dublincore.org/documents/dcmi-period/
dcterms:valid "start=2025-01-16;";
dcterms:creator "Semih Can Sancar";
.
2 changes: 1 addition & 1 deletion SGO/sgo/attributes/dateOfDeath.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ogit:dateOfDeath
a owl:DatatypeProperty;
rdfs:subPropertyOf ogit:Attribute;
rdfs:label "dateOfDeath";
dcterms:description "Date of death of a person.";
dcterms:description "The date of death of a person in unix timestamp.";
# For ranges, see http://dublincore.org/documents/dcmi-period/
dcterms:valid "start=2025-01-16;";
dcterms:creator "Semih Can Sancar";
Expand Down
2 changes: 1 addition & 1 deletion SGO/sgo/entities/Person.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ogit:Person
ogit:profession
ogit:birthplace
ogit:gender
ogit:yearOfBirth
ogit:dateOfBirth
ogit:dateOfDeath
ogit:numberOfChildren
ogit:religion
Expand Down

0 comments on commit a13b5b4

Please sign in to comment.