NIHVIVO-2067 (part of it) don't manufacture new core:dateTimeIntervalFor assertions during the migration.
This commit is contained in:
parent
3bd2140613
commit
941c442983
6 changed files with 0 additions and 6 deletions
|
@ -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 .
|
||||
|
||||
|
|
|
@ -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 .
|
||||
|
||||
|
|
|
@ -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 .
|
||||
|
|
|
@ -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 .
|
||||
|
|
|
@ -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 .
|
||||
|
||||
|
|
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue