-
Notifications
You must be signed in to change notification settings - Fork 42
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 #259 from ArturShoba/master
Updates for bluebird project
- Loading branch information
Showing
5 changed files
with
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
@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:position | ||
a owl:DatatypeProperty; | ||
rdfs:subPropertyOf ogit:Attribute; | ||
rdfs:label "position"; | ||
dcterms:description """Indicates user's position. This field contains a string value."""; | ||
# For ranges, see http://dublincore.org/documents/dcmi-period/ | ||
dcterms:valid "start=2016-10-18;"; | ||
dcterms:creator "Arthur Shoba"; | ||
dcterms:created "2016-10-18"; | ||
dcterms:modified "2016-10-18"; | ||
ogit:admin-contact "arago GmbH"; | ||
ogit:tech-contact "arago GmbH"; | ||
ogit:history ( | ||
[ | ||
dcterms:identifier "1"; | ||
dcterms:date "2016-10-18"; | ||
dcterms:description "initial"; | ||
dcterms:creator "Arthur Shoba"; | ||
] | ||
); | ||
. |
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