updated individual submodel abox files for academic degrees, date time value precsions and document statuses. Also, a few date/time mapping sparql constructs.

This commit is contained in:
sjm222 2010-11-22 15:00:25 +00:00
parent 48a7a656f7
commit 019f461e4a
9 changed files with 162 additions and 215 deletions

View file

@ -16,7 +16,7 @@ PREFIX core: <http://vivoweb.org/ontology/core#>
Construct {
_:dtv a core:DateTimeValue .
_:dtv core:dateTime ?theDate .
_:dtv core:dateTimePrecision core:YearMonthDayPrecision .
_:dtv core:dateTimePrecision core:yearMonthDayPrecision .
?thing core:dateTimeValue _:dtv .
} where {
?thing core:date ?theDate .