NIHVIVO-2067 (part of it) don't manufacture new core:dateTimeIntervalFor assertions during the migration.

This commit is contained in:
sjm222 2011-02-08 19:28:44 +00:00
parent 3bd2140613
commit 941c442983
6 changed files with 0 additions and 6 deletions

View file

@ -20,7 +20,6 @@ Construct {
_:dti a core:DateTimeInterval .
_:dti core:end _:edtv .
?thing core:dateTimeInterval _:dti .
_:dti core:dateTimeIntervalFor ?thing .
} where {
?thing core:endDate ?theEndDate .

View file

@ -20,7 +20,6 @@ Construct {
?thing core:dateTimeInterval _:dti .
_:dti a core:DateTimeInterval .
_:dti core:end _:edtv .
_:dti core:dateTimeIntervalFor ?thing .
} where {
?thing core:endYear ?theEndYear .

View file

@ -24,7 +24,6 @@ Construct {
_:dti core:start _:sdtv .
_:dti core:end _:edtv .
?thing core:dateTimeInterval _:dti .
_:dti core:dateTimeIntervalFor ?thing .
} where {
?thing core:startDate ?theStartDate .
?thing core:endDate ?theEndDate .

View file

@ -24,7 +24,6 @@ Construct {
_:dti core:start _:sdtv .
_:dti core:end _:edtv .
?thing core:dateTimeInterval _:dti .
_:dti core:dateTimeIntervalFor ?thing .
} where {
?thing core:startYear ?theStartYear .
?thing core:endYear ?theEndYear .

View file

@ -20,7 +20,6 @@ Construct {
_:dti a core:DateTimeInterval .
_:dti core:start _:sdtv .
?thing core:dateTimeInterval _:dti .
_:dti core:dateTimeIntervalFor ?thing .
} where {
?thing core:startDate ?theStartDate .

View file

@ -20,7 +20,6 @@ Construct {
_:dti a core:DateTimeInterval .
_:dti core:start _:sdtv .
?thing core:dateTimeInterval _:dti .
_:dti core:dateTimeIntervalFor ?thing .
} where {
?thing core:startYear ?theStartYear .