|
| 1 | +prefix gist: <https://ontologies.semanticarts.com/gist/> |
| 2 | + |
| 3 | +DELETE { |
| 4 | + graph ?graph { |
| 5 | + ?s ?oldProp ?o . |
| 6 | + ?ref ?refProp ?oldProp . |
| 7 | + ?oldProp ?defProp ?defObj . |
| 8 | + } |
| 9 | +} |
| 10 | +INSERT { |
| 11 | + graph ?graph { |
| 12 | + ?s ?newProp ?o . |
| 13 | + ?ref ?refProp ?newProp . |
| 14 | + ?newProp ?defProp ?defObj . |
| 15 | + } |
| 16 | +} |
| 17 | +where { |
| 18 | + values (?oldProp ?newProp) { |
| 19 | + # Issue #171 |
| 20 | + (gist:decimalValue gist:numericValue) |
| 21 | + # Issue #126 |
| 22 | + (gist:networkConnection gist:links) |
| 23 | + (gist:hasFromNode gist:linksFrom) |
| 24 | + (gist:hasToNode gist:linksTo) |
| 25 | + # Issue #483 |
| 26 | + (gist:hasStreetAddress gist:hasAddress) |
| 27 | + # Issue 188 |
| 28 | + (gist:directlyPrecedes gist:precedesDirectly) |
| 29 | + (gist:hasUoM gist:hasUnitOfMeasure) |
| 30 | + (gist:multiplicand gist:hasMultiplicand) |
| 31 | + (gist:multiplier gist:hasMultiplier) |
| 32 | + (gist:affectedBy gist:isAffectedBy) |
| 33 | + (gist:allocatedBy gist:isAllocatedBy) |
| 34 | + (gist:denominator gist:hasDenominator) |
| 35 | + (gist:numerator gist:hasNumerator) |
| 36 | + (gist:categorizedBy gist:isCategorizedBy) |
| 37 | + (gist:actualStart gist:hasActualStart) |
| 38 | + (gist:actualEnd gist:hasActualEnd) |
| 39 | + (gist:expressedIn gist:isExpressedIn) |
| 40 | + (gist:plannedStart gist:hasPlannedStart) |
| 41 | + (gist:plannedEnd gist:hasPlannedEnd) |
| 42 | + (gist:triggeredBy gist:isTriggeredBy) |
| 43 | + (gist:hasJurisdiction gist:hasJurisdictionOver) |
| 44 | + (gist:governedBy gist:isGovernedBy) |
| 45 | + (gist:recognizedBy gist:isRecognizedBy) |
| 46 | + (gist:characterizedAs gist:isCharacterizedAs) |
| 47 | + (gist:start gist:hasStart) |
| 48 | + (gist:end gist:hasEnd) |
| 49 | + (gist:fromPlace gist:comesFromPlace) |
| 50 | + (gist:toPlace gist:goesToPlace) |
| 51 | + (gist:geoContains gist:containsGeographically) |
| 52 | + (gist:timeZoneStandardUsed gist:usesTimeZoneStandard) |
| 53 | + (gist:identifiedBy gist:isIdentifiedBy) |
| 54 | + (gist:permanentGeoOccupies gist:occupiesGeographicallyPermanently) |
| 55 | + (gist:offspringOf gist:hasBiologicalParent) |
| 56 | + (gist:fromAgent gist:comesFromAgent) |
| 57 | + (gist:toAgent gist:goesToAgent) |
| 58 | + (gist:memberOf gist:isMemberOf) |
| 59 | + (gist:hasGetter gist:hasRecipient) |
| 60 | + (gist:directlyPrecededBy gist:followsDirectly) |
| 61 | + (gist:offspringOf gist:hasBiologicalParent) |
| 62 | + (gist:occursAt gist:occursIn) |
| 63 | + (gist:madeUpOf gist:isMadeUpOf) |
| 64 | + (gist:convertToBase gist:baseConversionFactor) |
| 65 | + (gist:renderedOn gist:isRenderedOn) |
| 66 | + (gist:basisFor gist:isBasisFor) |
| 67 | + (gist:hasTag gist:tagText) |
| 68 | + (gist:connectedTo gist:isConnectedTo) |
| 69 | + (gist:about gist:isAbout) |
| 70 | + (gist:actual gist:hasActual) |
| 71 | + (gist:aspectOf gist:isAspectOf) |
| 72 | + (gist:basedOn gist:isBasedOn) |
| 73 | + (gist:convertToStandard gist:standardConversionFactor) |
| 74 | + (gist:describedIn gist:isDescribedIn) |
| 75 | + (gist:directPartOf gist:isDirectPartOf) |
| 76 | + (gist:directSubTaskOf gist:isDirectSubtaskOf) |
| 77 | + (gist:directlyRecognizedBy gist:isRecognizedDirectlyBy) |
| 78 | + (gist:geoContainedIn gist:isGeographicallyContainedIn) |
| 79 | + (gist:geoOccupiedBy gist:isGeographicallyOccupiedBy) |
| 80 | + (gist:parentOf gist:hasBiologicalOffspring) |
| 81 | + (gist:partOf gist:isPartOf) |
| 82 | + (gist:planned gist:hasPlanned) |
| 83 | + (gist:subTaskOf gist:isSubTaskOf) |
| 84 | + (gist:viableRange gist:hasViableRange) |
| 85 | + (gist:permanentGeoOccupiedBy gist:isGeographicallyPermanentlyOccupiedBy) |
| 86 | + (gist:recordedOn gist:isRecordedAt) |
| 87 | + (gist:sameTimeAs gist:isSameTimeAs) |
| 88 | + (gist:geoOccupies gist:occupiesGeographically) |
| 89 | + (gist:unitSymbolHTML gist:unitSymbolHtml) |
| 90 | + (gist:lastModifiedOn gist:wasLastModifiedAt) |
| 91 | + (gist:offsetToUniversal gist:hasOffsetToUniversal) |
| 92 | + } |
| 93 | + graph ?graph { |
| 94 | + { |
| 95 | + ?s ?oldProp ?o |
| 96 | + } UNION { |
| 97 | + ?ref ?refProp ?oldProp |
| 98 | + } UNION { |
| 99 | + ?oldProp ?defProp ?defObj |
| 100 | + } |
| 101 | + } |
| 102 | +} |
0 commit comments