-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration scripts for deletions and name changes in gist 11 #642
Comments
Summary of changes in gist 11Note: doesn't exclude changes that require no migration, such as modifying annotations and adding or removing a domain or range (even though these affect inferencing). New time modelMost of the model changes probably should be done manually, because it's not a simple renaming. Object properties have to be renamed to datatype properties, but the properties of the TimeInstant object determine which datatype property to use. It could be automated but would take some work. Deleted(I think these get added to ClassesTimeInstant
DateInstant
GreenwichInstant
HumanInstant
LocalInstant
SystemInstant
PropertieshasEnd
hasActual
hasActualEnd
hasPlannedEnd
hasDeathDate
hasStart
hasActualStart
hasPlanned
hasBirthDate
hasPlannedStart
epoch
localDate
localDateTime
localTime
universalDate
universalDateTime
universalTime
isSameTimeAs
wasLastModifiedAt
Modified
AddedatDateTime
birthDate
deathDate
endDateTime
actualEndDateTime
actualEndDate
actualEndMicrosecond
actualEndMinute
actualEndYear
plannedEndDateTime
plannedEndDate
plannedEndMinute
plannedEndYear
startDateTime
actualStartDateTime
actualStartDate
actualStartMicrosecond
actualStartMinute
actualStartYear
plannedStartDateTime
plannedStartDate
plannedStartMinute
plannedStartYear
|
I worked on this some last week. I thought I had most of the queries written but when I went to try to set up a script to run them with onto_tool I ran into the problem that it doesn't support named graphs for local files. [Edited this to make sense] I debated whether to modify the queries to separate the default graph queries and the named graph queries and only run the default graph queries on local files, or to not support local files. The lack of support for named graphs in local files seems like a major limitation to me. Do we want to support running migrations on local files when the tools don't support named graphs? |
As per issue #613. This does not include the datetime model change, which will be handled by providing examples without a script, as detailed in that issue.
The text was updated successfully, but these errors were encountered: