-
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 #645 from arago/Politics3
Extending the politics realm
- Loading branch information
Showing
9 changed files
with
85 additions
and
1 deletion.
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
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
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:birthplace | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "birthplace"; | ||
dcterms:description "The birthplace of a person."; | ||
# 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
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:dateOfDeath | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "dateOfDeath"; | ||
dcterms:description "Date of death of a person."; | ||
# 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
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:numberOfChildren | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "numberOfChildren"; | ||
dcterms:description "The amount/number of children of a person."; | ||
# 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
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:profession | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "profession"; | ||
dcterms:description "A list of possibly multible professions or a profession of a person."; | ||
# 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
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:religion | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "religion"; | ||
dcterms:description "The religious confession of a person."; | ||
# For ranges, see http://dublincore.org/documents/dcmi-period/ | ||
dcterms:valid "start=2025-01-16;"; | ||
dcterms:creator "Semih Can Sancar"; | ||
. |