-
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.
Merge pull request #646 from arago/politicsRealmNew
PoliticsRealm new feats
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 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 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"; | ||
. |
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
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